Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.48 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.48 KB

Scripts

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.

Requirments

Getting Started

For node create

Run node-create script.

git clone https://github.com/InjectiveLabs/injective-chain-releases.git
cd scripts
./node-create.sh

For node sync from snapshot

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.