This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In a multi validator setup, one node should be genesis and the rest of the nodes would be peering from genesis node or each other. | |
Here, we'll setup a two validator network, i.e. two nodes - one a genesis validator and the other a peer validator | |
We'll use the default dev_mode consensus and the sawtooth components will run as a service. | |
Step-by-step setting up the genesis validator:(A fresh ubuntu 16.04 LTS x64 machine) | |
==================================================================================== | |
# add the sawtooth repo in apt | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8AA7AF1F1091A5FD |