Failed to check if DA layer is Syncing

Hi Team, I’m trying to setup my node virtually. I’m getting below error when I start the node. Please help me resolve this issue.

==========================================================
root@ronin79:~# fuelup show
Default host: x86_64-unknown-linux-gnufuelup home: /root/.fuelupinstalled toolchains--------------------
latest-x86_64-unknown-linux-gnu
beta5_test (default)

active toolchain

beta5_test (default)
forc : 0.49.2
- forc-client
- forc-deploy : 0.49.2
- forc-run : 0.49.2
- forc-crypto : 0.49.2
- forc-doc : 0.49.2
- forc-explore : 0.28.1
- forc-fmt : 0.49.2
- forc-lsp : 0.49.2
- forc-tx : 0.49.2
- forc-wallet : 0.4.3
fuel-core : 0.22.0
fuel-core-keygen : 0.22.0

fuels versions

forc : 0.54.0
forc-wallet : 0.54.0

===================================================

fuel-core run \
–service-name=ronin79 \
–keypair={secret_key}\
–relayer=https://eth-sepolia.g.alchemy.com/v2/{}\
–ip=0.0.0.0 --port=4000 --peering-port=30333 \
–db-path=~/.beta5_testnet \
–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

Thanks!

Hey @chandu79, all you need to do is add a space between –relayer=https://eth-sepolia.g.alchemy.com/v2/{} \ and the URL to resolve your issue! Hope this helps. :blush:

1 Like

consider adding space between relayer and url

1 Like

Thanks man, that resolved my issue. :+1:

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