You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to setup bsc node on my system with docker but i am facing issue
first i downloaded the data from below website and with the given link https://github.com/48Club/bsc-snapshots/tree/main#bsc-snapshots https://snapshots.48.club/geth.fast.33660414.tar.zst
i am trying to setup bsc node on my system with docker but i am facing issue
https://github.com/48Club/bsc-snapshots/tree/main#bsc-snapshots
https://snapshots.48.club/geth.fast.33660414.tar.zst
I run the command
and its download the
geth.fast/geth/chainnode
andchaindata
contain all datawget $(curl -s https://api.github.com/repos/bnb-chain/bsc/releases/latest |grep browser_ |grep mainnet |cut -d\" -f4) unzip mainnet.zip
these are the logs for the docker compose
and while running this command in container
geth --datadir node init ./config/genesis.json
getting below error
Fatal: Could not open database: open /bsc/node/geth/chaindata/ancient/chain/headers.cidx: no such file or directory
The text was updated successfully, but these errors were encountered: