Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN][SUB1X| 🚀The Lowest Supply Masternode Coin🚀 | 500%+ APR | Zerocoin ★
by
yeswepump
on 14/01/2018, 16:49:09 UTC
No GUI found so far. I made the wallet work with command lines, but I haven't been able to setup the masternode as I don't know how to run those commands without the GUI.
You can start masternode in local wallet using command:
Code:
sub1x-cli masternode start-alias lock_wallet alias_name
where lock_wallet is boolean: true - lock wallet after starting masternode, false - not lock.
alias_name - name of alias, that you have specified in masternode.conf
for example:
Code:
sub1x-cli masternode start-alias false mn1

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