node-binary
node-binary copied to clipboard
Errror connecting testnet
When i'm trying to connect to testnet i've got error in logs
'Peer is on a different network. Got Binance-Chain-Ganges, expected Binance-Chain-Nile'
and as a result failure to sync with blockchain. command that i'm trying to deploy node is
docker run -d --name binance-node -v binance-data:/opt/bnbchaind -e "BNET=testnet" -p 27146:27146 -p 27147:27147 -p 26660:26660 --restart unless-stopped --security-opt no-new-privileges --ulimit nofile=16000:16000 binance/binance-node
When I'm trying to connect mainnet BNET=prod, I've got another error
failed to start snapshot recovery module=statesync err="sub store count in manifest 16 does not match local 11"
But I'm running node from scratch on clean server and with clean data directory
Version is latest
improve