bnb-chain / bsc-snapshots

254 stars 88 forks source link

smartchain node `stuck` #248

Closed kasrakhamesi closed 1 year ago

kasrakhamesi commented 1 year ago

image

after 4 days,smartchain node only show me New local node record message and can't import new block, last syncing is : { currentBlock: 26799399, highestBlock: 27921507, knownStates: 297473485, pulledStates: 297473485, startingBlock: 26799399 }

I using this command to get config.toml and genesis.json file :

wget $(curl -s https://api.github.com/repos/bnb-chain/bsc/releases/latest |grep browser_ |grep mainnet |cut -d\" -f4) unzip mainnet.zip

and trying with this mainnet config too : https://github.com/bnb-chain/bsc/releases/download/v1.1.8/mainnet.zip

my docker command for running node :

docker run -v /root/chaindata/smartchain/config:/home/config -v /root/chaindata/smartchain/server/data-seed:/home/node -p 8545:8545 -p 8546:8546 --rm --name bsc -it dysnix/bsc:v1.1.8 --config /home/config/config.toml --http.addr 0.0.0.0 --http.vhosts '*' --datadir /home/node

please help me :((

ZiyuanStar commented 1 year ago

duplicate with https://github.com/bnb-chain/bsc/issues/1570