forcodedancing

Results 32 comments of forcodedancing

> You've outlined two pruning methods. For the minimal size possible, should we be running `nohup geth snapshot prune-state --datadir {the data dir of your bsc node}` followed by `nohup...

> > > > I had found errors when running `prune-state` after `prune-block` has run. No known issues around this? I could double check and raise issue Sure, please submit...

> hi @forcodedancing , my node keeps getting "Synchronisation failed, dropping peer" issue and stop syncing... the only solution is to restart. it happens very often. attach is the performance...

In release v1.1.12, `--syncemode` `fast` has been removed. Please refer to: https://github.com/bnb-chain/bsc/releases

@KyloYang888 From logs, it was syncing from old blocks (you can see it from `ago`). Before using new version, did it catch up to the latest block?

@KyloYang888 Can you remove the flag `--tries-verify-mode none` (`--snapshot=false` if use v1.1.11), then start the node. After running for a while, you can start it with `geth --config=./config.toml --datadir=/data --cache=18000...

Did it just hang there? Can you change the log level to `debug` or `trace` (in config file) to collect more info, to see it hangs on where? Thanks

Hi @KyloYang888 I will close this issue for inactivity of it. It you still have issues, please reopen it or create a new one. Thanks.

@PPianAIC Are you using v1.1.11, can you try with the latest binary https://github.com/bnb-chain/bsc/releases/tag/v1.1.12 ?

Can you use this https://github.com/bnb-chain/bsc/pkgs/container/bsc ?