Run Spacecoin With Komodo
This guide will teach you how to run spacecoin with komodo.
Table of Contents
Please Note
It is assumed you have already have komodo binaries, downloaded or compiled, on your system.
The instructions use the program screen
to keep the process running in the background.
Instructions
Open a Terminal.
Navigate to your komodo directory: (for the sake of this example, we’ll assume it’s in your home directory)
cd komodo/src
Start a new screen for spacecoin:
screen -S spacecoin
Start spacecoin:
./komodod -ac_name=SPACE -ac_supply=0 -ac_eras=6 -ac_reward=3600000000,2700000000,1800000000,900000000,600000000,300000000 -ac_end=939393,3757572,12212109,325343422,638474735,951606048 -ac_blocktime=30 -ac_staked=50 -ac_cbmaturity=1 -ac_cc=939 -ac_sapling=1 -addnode=165.227.35.158 -addnode=167.172.39.135 -addnode=165.22.64.156 -addnode=188.166.221.247 &
Here you will see all of the output from spacecoin as it starts up and syncs.
Use Ctrl + A
+ Ctrl + D
to exit the screen. (you can return to it at any point with screen -r spacecoin
)
You can now use komodo-cli -ac_name=SPACE
to interact with the daemon.