Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant
by
Minotaur26
on 06/05/2014, 14:22:44 UTC

Guys, now that we are on this subject when trying to start my masternode from a local machine: error: {"code":-1,"message":"masternode list|count|current> passphrase\n"}  Does anybody know what could be wrong and what should I do?  I want to run the masternode using the setup where the wallet with the 1000 drk resides on a local computer.

I am able to start the local computer with the server IP
Then unlock the local wallet
Then on the local computer try to start the masternode and get that error that you see above. Please assist.


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.



This works on linux:

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.



And you can clear bash history with :

Quote
cat /dev/null > ~/.bash_history && history -c && exit

Or you can use this: https://gist.github.com/Scriptiee/ab87a739cc6eff4ac516 just change the command for the masternode start one and full path if needed


Guys, now that we are on this subject when trying to start my masternode from a local machine: error: {"code":-1,"message":"masternode list|count|current> passphrase\n"}  Does anybody know what could be wrong and what should I do?  I want to run the masternode using the setup where the wallet with the 1000 drk resides on a local computer.

I am able to start the local computer with the server IP
Then unlock the local wallet
Then on the local computer try to start the masternode and get that error that you see above. Please assist.