Masternode Guide1. Setup deamon wallet on your VPS
Follow guide:
https://github.com/Cubiscoin/Cubiscoin/blob/master/doc/build-unix.md2. Create an address you would like to send the required collateral to. i.e I create an address and labeled it masternode0 and any following nodes sequentially.
You can use
getaccountaddress masternode0
in console to generate an address
3. Send exactly 10000 collateral needed to the address you just created in the first step
4. Once the transaction has been sent, and you can now see that you have exactly 10000 CBC coins, it's time to dump your private key of the 10000 coins you sent so that you can provide the network proof of putting the coins up for collateral.
List the address for that account using getaccountaddress:
getaccountaddress "Masternode0"
5. Use address just generated to dump the private key like this:
dumpprivkey yourmasternodeaddresshere
6. Copy your private key and let's create the Cubis.conf file required to set up this masternode.
Cubis.conf needs to contain this:
rpcuser=anyuser
rpcpassword=anylongpassword
rpcport=addport
rpcallowip=127.0.0.1
daemon=1
server=1
listenonion=0
staking=0
masternode=1
masternodeprivkey=xxxxxxxxxxxxxxnzPaAxEMB25jXDf
masternodeaddr=IP:port
7. After config file is saved just run:
Now your masternode is active
To check if your masternode is active type:
Thank you, my address: ENXmBCNQjBQdnxZ2Peg8HAXLrhjHhmmqRb