Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN][SUB1X| 🚀The Lowest Supply Masternode Coin🚀 | 500%+ APR | Zerocoin ★
by
creepycrawler
on 14/01/2018, 17:42:57 UTC
thanks for the info. I also need info to setup masternode, but on VPS. So I need command line instructions to move the 20 coins into an address and then the command line instructions to get the key to be added into the VPS masternode
Getting new address:
Code:
sub1x-cli getnewaddress
Send 20 coins (replace "destination_address" with yours):
Code:
sub1x-cli sendtoaddress destination_address 20
Generate masternode private key and print masternode outputs:
Code:
sub1x-cli masternode genkey
sub1x-cli masternode outputs

P. S.
If you want to backup private key, you can use:
Code:
sub1x-cli dumpprivkey your_address
And restore it:
Code:
sub1x-cli importprivkey your_private_key