Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN][SUB1X| 🚀The Lowest Supply Masternode Coin🚀 | 500%+ APR | Zerocoin ★
by
yeswepump
on 15/01/2018, 14:20:17 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

it was hard, but it seems I made it work, thanks very much Smiley

please correct the title on http://sub1x.org/guide/LinuxSetupPdf at page 11. It's not "Configuring the master wallet:" but it is "Configuring the masternode wallet:" - it made some confusion to me...