Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant
by
thelonecrouton
on 06/05/2014, 12:45:48 UTC
Masternode question:

When I start the masternode with
Code:
darkcoind masternode start mypassphrase
can I then shut the terminal window? I am worried about the wallet passphrase being there in plain sight.

Plus what happens if/when my local box goes offline for whatever reason, does the masternode persist?

Apologies for noobness at this.

And is there a site that lists masternodes, so I can see from elsewhere that it's up and running?

Thanks.



darkcoind masternode start `head -1`

Type your password on the next line. If you do it this way the history will show 'head -1' instead of your password, but the daemon will get your password.




Excellent, thanks boss! Smiley