How to fix this?

Topic discussion checklist

  • root@vmi1925142:~# fuel-core-keygen new --key-type peering
    {“peer_id”:“”,“secret”:“”,“type”:“peering”}

Do not share or lose this private key! Press any key to complete.

root@vmi1925142:~# fuel-core run \

–service-name=fuel-sepolia-testnet-node
–keypair
–relayer https://ethereum-sepolia.blockpi.network/v1/rpc
–ip=0.0.0.0 --port=4000 --peering-port=30333
–db-path=~/.fuel-sepolia-testnet
–snapshot ./your/path/to/chain_config_folder
–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
Error: Could not open snapshot file: “./your/path/to/chain_config_folder/metadata.json”

I skip the part of Chain Configuration which still I dont know how to do, so just let me know what command I should put to run my node. Thanks

I think to fix this I need to know the steps here in Chain Configuration, like what command I should use in Cloning the repository

"For simplicity, clone the repositoryIcon Link into the directory of your choice.

When using the --snapshot flag later, you can replace ./your/path/to/chain_config_folder with the ignition folder of the repository you just cloned ./chain-configuration/ignition/. "

I cant follow this part. So please help me

I already fixed it by doing the fuel-core run in $HOME not in the config/ignition.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.