Join The Mainnet
Hardware Requirements
Minimal
4GB RAM
600GB SSD
2 vCPU
Recommended
8GB RAM
1T SSD
4 vCPU
Installation Steps
Install dependencies:
cd $HOME
sudo apt update
sudo apt install make clang pkg-config libssl-dev build-essential git jq ncdu bsdmainutils -y < "/dev/null"Install Go:
cd $HOME
wget -O go1.20.3.linux-amd64.tar.gz https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.3.linux-amd64.tar.gz && rm go1.20.3.linux-amd64.tar.gz
echo 'export GOROOT=/usr/local/go' >> $HOME/.bashrc
echo 'export GOPATH=$HOME/go' >> $HOME/.bashrc
echo 'export GO111MODULE=on' >> $HOME/.bashrc
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bashrc && . $HOME/.bashrc
go versionClone git repository:
Install:
Download genesis (replace YOUR_NODE_NAME):
Configure your node:
Start the node in the background:
Or install service to run the node:
Check your node logs:
Generate keys
You can recover your keys with --recover flag if you have mnemonic
Explorer
Explorer available here.
Last updated