Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Binance node stop working in verison 0.8.2 #276

Open
ghost opened this issue Mar 12, 2021 · 5 comments
Open

Binance node stop working in verison 0.8.2 #276

ghost opened this issue Mar 12, 2021 · 5 comments

Comments

@ghost
Copy link

ghost commented Mar 12, 2021

Hi
I'm running Binance full node using docker, version 0.8.2.
It is not working throwing error error on replay: Wrong Block.Header.AppHash. after height 149444329.

I[2021-03-12|12:39:00.018] Added Order module=dex order="NewOrderMsg{Sender: C132310A99659E1B2F602F9CFEF7D1B357F63EC6, Id: C132310A99659E1B2F602F9CFEF7D1B357F63EC6-1059140, Symbol: BNB_BTCB-1DE}" I[2021-03-12|12:39:00.018] replayed all tx. Starting match module=dex height=149444327 I[2021-03-12|12:39:00.019] Relaying block for order book module=dex height=149444328 I[2021-03-12|12:39:00.019] Canceled Order module=dex order="CancelOrderMsg{Sender:8452761BA0E6E214AF58CA493294263B81AE5A32, RefId: 8452761BA0E6E214AF58CA493294263B81AE5A32-7152960}" I[2021-03-12|12:39:00.019] Canceled Order module=dex order="CancelOrderMsg{Sender:FA97B39B91AAC52EB6CF39D99D792F62D8C8E1E0, RefId: FA97B39B91AAC52EB6CF39D99D792F62D8C8E1E0-490237}" I[2021-03-12|12:39:00.019] Added Order module=dex order="NewOrderMsg{Sender: 8452761BA0E6E214AF58CA493294263B81AE5A32, Id: 8452761BA0E6E214AF58CA493294263B81AE5A32-7153028, Symbol: CBM-4B2_BNB}" I[2021-03-12|12:39:00.019] replayed all tx. Starting match module=dex height=149444328 I[2021-03-12|12:39:00.019] Relaying block for order book module=dex height=149444329 I[2021-03-12|12:39:00.020] Canceled Order module=dex order="CancelOrderMsg{Sender:C962502F928338515EC3471BEE17D4105F3A540B, RefId: C962502F928338515EC3471BEE17D4105F3A540B-467052}" I[2021-03-12|12:39:00.020] Added Order module=dex order="NewOrderMsg{Sender: 93A8322929605583187E9FEDB1FD29963283B01F, Id: 93A8322929605583187E9FEDB1FD29963283B01F-1269826, Symbol: CBIX-3C9_BNB}" I[2021-03-12|12:39:00.020] Added Order module=dex order="NewOrderMsg{Sender: 4A0234B7703B9174EAE28BDF827519959158BBFE, Id: 4A0234B7703B9174EAE28BDF827519959158BBFE-600440, Symbol: MITH-C76_BNB}" I[2021-03-12|12:39:00.020] Added Order module=dex order="NewOrderMsg{Sender: 75B7DCA71844FA7F59634C29A793CD881A15787E, Id: 75B7DCA71844FA7F59634C29A793CD881A15787E-512788, Symbol: MITH-C76_BNB}" I[2021-03-12|12:39:00.020] Skip tx when replay module=dex height=149444329 idx=7 I[2021-03-12|12:39:00.020] replayed all tx. Starting match module=dex height=149444329 I[2021-03-12|12:39:00.461] Located day to load breathe block height module=dexkeeper epochDay="\tI\u0000\u0000\u0000\u0000\u0000\u0000" I[2021-03-12|12:39:00.461] Loaded breathe block height module=dexkeeper height=149374323 I[2021-03-12|12:39:00.461] get last breathe block height module=main height=149374323 I[2021-03-12|12:39:00.461] reload latest snapshot module=statesync height=149374323 I[2021-03-12|12:39:00.656] ABCI Handshake App Info module=consensus height=149444329 hash=EE342A42A969DCF46E3784502400CA63CC578626FECF6FF4FCB10BA5CA59CFA6 software-version= protocol-version=0 I[2021-03-12|12:39:00.656] ABCI Replay Blocks module=consensus appHeight=149444329 storeHeight=149444330 stateHeight=149444329 I[2021-03-12|12:39:00.656] Replay last block using real app module=consensus ERROR: error during handshake: error on replay: Wrong Block.Header.AppHash. Expected EE342A42A969DCF46E3784502400CA63CC578626FECF6FF4FCB10BA5CA59CFA6, got 9F3FA6E4EC713D99F6552375333EBC82A3B117B4512B1686CF52A96FCD73ED5D

It would be great if you could help us. Thanks

@ghost ghost changed the title Binance node stop working in 0.8 Binance node stop working in verison 0.8.2 Mar 12, 2021
@ghost
Copy link
Author

ghost commented Mar 14, 2021

@huangsuyu ??

@chainwhisper
Copy link
Contributor

@zaryabshakir did you increase open file limits already?

since your node crashed at 149444329, first, backup data folder, then try revert to 149440000. and restart.

@ghost
Copy link
Author

ghost commented Mar 16, 2021

@huangsuyu yes already increased

docker run -d --name binance-node -v binance-data:/opt/bnbchaind -e "BNET=prod" -p 27146:27146 -p 27147:27147 -p 26660:26660 --restart unless-stopped --security-opt no-new-privileges --ulimit nofile=65535:65535 binance/binance-node
use the above command for daemon.

docker run --rm -it -v binance-data:/opt/bnbchaind -e "BNET=prod" -p 27146:27146 -p 27147:27147 -p 26660:26660 --ulimit nofile=65535:65535 binance/binance-node
use this command for interactive.

Data in volume please assist how to backup and revert it Thanks
Data path /var/lib/docker/volumes/binance-data/_data

@ghost
Copy link
Author

ghost commented Mar 17, 2021

@huangsuyu ?
please update

@kenorb
Copy link

kenorb commented Nov 13, 2021

See: cosmos/cosmos-sdk#10281

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants