go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected]
Install Node
Install the current version of node binary.
Configure Node
Initialize Node
Please replace YOUR_MONIKER with your own moniker.
Download Genesis
The genesis file link below is Polkachu's mirror download. The best practice is to find the official genesis download link.
Configure Seed
Using a seed node to bootstrap is the best practice in our view.
Launch Node
Configure Cosmovisor Folder
Create Cosmovisor folders and load the node binary.
Create Service File
Create a bitcanna.service file in the /etc/systemd/system folder with the following code snippet. Make sure to replace USER with your Linux user name. You need sudo previlege to do this step.