bnb-chain / node-deploy

47 stars 38 forks source link

Setup fullnode #33

Closed galaio closed 3 months ago

galaio commented 3 months ago

scripts: add new fullnode helper script;

It can help to test syncing:

  1. full sync:

    ./setup_bsc_fullnode.sh 0 full
  2. snap sync:

    ./setup_bsc_fullnode.sh 1 snap
emailtovamos commented 3 months ago

I assume this script expects another node to be running. Can we write the steps to run that validator somewhere in the script as comments so that it is self-complete?

galaio commented 3 months ago

I assume this script expects another node to be running. Can we write the steps to run that validator somewhere in the script as comments so that it is self-complete?

I will update the Readme.md, this script only starts a full node, and it must run after the validators has been set first.