I encountered an error (a very silly one).
Here’s my code:
fuel-core run
–service-name ‘name’
–keypair ‘{“peer_id”:“”,“secret”:“”,“type”:“”}’
–relayer ‘https://eth-sepolia.g.alchemy.com/v2/hereKey’
–ip 0.0.0.0 --port 4000 --peering-port 30333
–db-path ~/.fuel_beta5
–chain ./chainConfig.json
–utxo-validation --poa-instant false --enable-p2p
–min-gas-price 1 --max-block-size 18874368 --max-transmit-size 18874368
–reserved-nodes /dns4/p2p-beta-5.fuel.network/tcp/30333/p2p/16Uiu2HAmSMqLSibvGCvg8EFLrpnmrXw1GZ2ADX3U2c9ttQSvFtZX,/dns4/p2p-beta-5.fuel.network/tcp/30334/p2p/16Uiu2HAmVUHZ3Yimoh4fBbFqAb3AC4QR1cyo8bUF4qyi8eiUjpVP
–sync-header-batch-size 100
–enable-relayer
–relayer-v2-listening-contracts 0x557c5cE22F877d975C2cB13D0a961a182d740fD5
–relayer-da-deploy-height 4867877
–relayer-log-page-size 2000
Error: No such file or directory (os error 2)
ls:
root@jigglypuff:/fuel# ls
chainConfig.json
I’m specifying incorrect paths to files, but I can’t figure out exactly which ones :(((
I’ve been using Windows all my life, so please don’t judge too harshly.
@Jigglypuff just to double check you are running this command from the same directory that you have your chainConfig.json file? Also the argument for --keypair should just be the secret and not the whole keypair