Installation and run
Prerequisite
Installation
//If you have old configurations and want to start over, delete it first
rm -rf $HOME/.rpchub/aggregator/
// git from source and make
git clone https://github.com/BlockPILabs/aggregator.git
cd aggregator
make
//start the aggregator
build/aggregator
Last updated