how to start MN from local wallet ??

I'm getting an error when I try to start MN from local wallet ??

masternode start-alias *** walletpassphrase ***********************************

Error: Please enter the wallet passphrase with walletpassphrase first. (code -13)
 
I'm getting an error when I try to start MN from local wallet ??

masternode start-alias *** walletpassphrase ***********************************

Error: Please enter the wallet passphrase with walletpassphrase first. (code -13)
Do walletpassphrase first, then the start-alias command, ie. "dash-cli walletpassphrase ********** 60" then "dash-cli masternode start-alias mn0". The 60 on the end is the number of seconds the wallet stays unlocked for, after that it goes back to locked. A warning, that will store a copy of the wallet passphrase in the .bash_history file in your home folder, putting a space at the start of the line will prevent that with most distros or the .bash_history file can be edited/deleted after running it.
 
Back
Top