Those are set of scripts that will help you to bootstrap the Injective node or sync it with the network.
NOTE: If you are running scripts on an existing node, your configuration will be backed up before the sync process. Nevertheless, We highly recommend that you also do a manual backup of node configuration, keyring following this step.
- Go Installed
- Git Installed
- AWS CLI (only for snapshot sync, aws account not required)
Run node-create script.
git clone https://github.com/InjectiveLabs/injective-chain-releases.git
cd scripts
./node-create.sh
Run node-sync script.
git clone https://github.com/InjectiveLabs/injective-chain-releases.git
cd scripts
./node-sync.sh
Wait until the sync process completes. It can take few hours, depending on your internet connection. If the process is interrupted and the script stops (server restart or any other reason), run it again. It will continue the sync process.