Run fuel-core run \

I’m trying to start a node.
After the command:
fuel core run
–service-name=fuel-sepolia-testnet-node
–keypair {33ff…}
–relayer {https://sepolia.infura.io/v3/…}
–ip=0.0.0.0 --port=4000 --peering-port=30333
–db-path=~/.fuel-sepolia-testnet
–snapshot ~/.fuelup
–utxo-validation --poa-instant false --enable-p2p
–reserved-nodes /dns4/p2p-testnet.fuel.network/tcp/30333/p2p/16Uiu2HAmDxoChB7AheKNvCVpD4PHJwuDGn8rifMBEHmEynGHvHrf
–sync-header-batch-size 100
–enable-relayer
–relayer-v2-listening-contracts=0x01855B78C1f8868DE70e84507ec735983bf262dA
–relayer-da-deploy-height=5827607
–relayer-log-page-size=500
–sync-block-stream-buffer-size 30

It will print:
Error: invalid value ‘{33ff…}’ for ‘–keypair ’: path "{33ff...}" doesn’t exist for argument keypair

Translated with DeepL.com (free version)

Can you share the output for the fuelup show from your terminal and make sure that you are passing the correct chainconfig to the snapshot?

also, according to the error, you need to pass the generated key-value pair. please refer to our guide here

Installed toolchains

latest-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu

active toolchain

latest-x86_64-unknown-linux-gnu (default)
forc : 0.61.2
- forc-client
- forc-deploy : 0.61.2
- forc-run : 0.61.2
- forc-crypto : 0.61.2
- forc-debug : 0.61.2
- forc-doc : 0.61.2
- forc-fmt : 0.61.2
- forc-lsp : 0.61.2
- forc-tx : 0.61.2
- forc-wallet : 0.8.1
fuel-core : 0.31.0
fuel-core-keygen : 0.31.0

fuels versions

forc : 0.64.0
forc-wallet : 0.64.0

@frambor can you please confirm these details too? :slight_smile: