INTERESTED IN THIS CURRENCY.
HOW I CAN HAVE IT. ON WHICH EXCHANGE
AND MASTERNODE CONFIG INSTRUCTION
maybe i can help , please correct me if im wrong
TO MAKE YIC COIN MASTERNODE YOU NEED 15000 COIN ( you can create many masternodes with same IP with different PORTS OR Different IP same PORT . Each YIC masternode require 15000 YIC coin ( makesure firewall port open not blocking it )
I think you can buy on coinsmarkets
https://coinsmarkets.com/trade-BTC-YIC.htmMASTERNODE GUIDE = simple create masternodes in yic nodes tab - my YiCoin nodes- create - click get config - copy it in you YiCoin.conf
restart wallet - wait and make sure minimum confirmation is 15 then you can run start masternodes . Back to Yiccoinnodes-my yicoin nodes. click start all / start all ( if you have multiple YIC masternodes in 1 wallet).
OR
You can do this with a windows wallet or a linux wallet. HELP -DEBUG WINDOW -CONSOLE
masternode genkey
copy the generated code to a text file
getaccountaddress 0
copy the generated address to a text file
encryptwallet "strong password" (don’t forget it)
Send 15000 YiCoin to "address 0"
go to YiCoin.conf in
Windows
C:\Users\{user}\AppData\Roaming\YiCOin\YiCoin.conf
Linux:
~/.YiCoin/YiCoin.conf
rpcuser=<anything>
rpcpassword=<anything>
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXX (from above)
masternodeaddr=IP :port
restart wallet - wait and make sure minimum confirmation is 15 then you can run start masternodes
Windows YiCoin Client console (or linux rpc command):
masternode start
repeat step to make more other masternodes with getaccountaddress 1 , getaccountaddress 2 , and so on if you want make many masternodes.
Each masternode require 15000 YIC coin