Viction Private Testnet Setup
This tutorial shows how to set up a private Viction Testnet on a local machine. The purpose is to help developers to familiarise themselves with Viction's source code and initial setup.
Setup environment
Install Golang
set GOROOT=$HOME/usr/local/go
set GOPATH=$HOME/goBuild Tomo from source
mkdir $HOME/tomo
cd $HOME/tomogit init
git remote add [email protected]:Viction/Viction.git
git pull origin master
make allSetup Nodes and Accounts
Customize genesis block using the puppeth tool
puppeth toolInitialize Your Private Chain with Above Genesis Block
Setup Bootnode

Start Masternode
Connect to other node manually
Get node info

Add peer for your node

Check Your Private Chain

Troubleshooting
Last updated