databaseStorage Node

1. Install dependencies for building from source

sudo apt-get updatesudo apt-get install clang cmake build-essential openssl pkg-config libssl-dev

2. install go

3. install rustup

4. Download and install binary

Note

Upgrade new version without remove node. Please check page below!Upgrade nodearrow-up-right

If you want remove the node and install from scratch:

Build:

5. Config:

You can download my sample config

https://josephtran.co/config-testnet-turbo.tomlarrow-up-right

6. Set your miner key:

  • Define varible

  • Set miner_key:

7. Verifying Configuration Changes

To check if the configuration has been updated correctly

8. create service

9. Start node

10. Check log

  • Full log:

  • tx_seq log:

  • Monitoring 0g-storage-node Logs without Network and Peer Messages:

  • logSync & Peers through RPC:

# Use snapshot:

You can use my snapshot to sync faster

Fresh snapshot linkarrow-up-right

# Stop & Delete node

Last updated