Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ICASH] | DARKSEND | MASTERNODE | POW | NO Premine | No ICO
by
otnieto
on 22/04/2017, 09:00:16 UTC

Hi How do I understand that I have my active Masternode? I did the procedure below

Thanks





thx friend I could activate 1 masternode , my ask now is how can I add other 2 masternodes??  ....I m going to try it reading your links .. =))


each 100,000 icash on your wallet, you can actived 1 masternode, if you have 200,000 icash you can actived 2 masternode.
and i want to say it's cheap now because 1 icash price today only 87 sats - 100 sats

yeahbut how I can activate the others 2 ?? explain plz

for example : for 1 masternode is like this

tep 1) Start your icash wallet.
Step 2) Go to: Tools->Debug ->Console and write "getaccountaddress 0". Copy the address and send exactly 100000 icash to that address (which is in your wallet).
Step 3) Go to: Tools->Debug ->Console and type the following command and hit enter:

Code: [Select]
masternode genkey

Step 4) Copy the result and place it in the icash.conf file below (look at the configuration for details): (Go to: Tools->Open Configuration File)

Code: [Select]
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
server=1
daemon=1
listen=1
masternodeaddr=YOUR_IP:5555
promode=1
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey


and maybe for 3 masternodes is like this??


tep 1) Start your icash wallet.
Step 2) Go to: Tools->Debug ->Console and write "getaccountaddress 0". Copy the address and send exactly 100000 icash to that address (which is in your wallet). (3 times)
Step 3) Go to: Tools->Debug ->Console and type the following command and hit enter:

Code: [Select]
masternode genkey(3 times)

Step 4) Copy the result and place it in the icash.conf file below (look at the configuration for details): (Go to: Tools->Open Configuration File)

Code: [Select]
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
server=1
daemon=1
listen=1
masternodeaddr=YOUR_IP:5555
promode=3
masternode=3
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey(1)
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey(2)
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey(3)