Binary
This guide shows how to run a Viction Masternode in testnet and mainnet without the need of using Docker and tmn.
Install Golang
export GOROOT=$HOME/usr/local/go
export GOPATH=$HOME/goPrepare tomo client software
mkdir -p $GOPATH/src/github.com/Viction/
cd $GOPATH/src/github.com/Viction/git clone https://github.com/BuildOnViction/tomochain.git Viction
cd Victiongit pull origin --tags
git checkout v2.2.4Download genesis block
Create datadir
Initialize the chain from genesis
Initialize / Import accounts for the nodes's keystore
Start a node
See your node on stats page
Troubleshooting
Last updated