ok, I am having some trouble here getting my masternode going.
I followed the guide here:
http://hempcoin.org/scripts/THC_Masternode_Setup.pdfI Purchased an VPS from
https://my.vultr.com (Ubuntu 16.04) as stated.
I setup the local wallet, put the coins in the Masternode account, configured the Masternode configuration file.
I ran the VPS Setup.
I reopened the local wallet, clicked on the Masternodes tab and I see my Masternode listed.
I click the Start All button and I get a message about Failed to start masternode, Error: Invalid IP address.
I go back to my ssh client and run - ./hempcoin-cli masternode status
and this is the result:
error: {"code":-1,"message":"Masternode not found in the list of available masternodes. Current status: Not capable masternode: Hot node, waiting for remote activation."}
The IP Address is correct.
Any help?
EDIT:
Never mind, I figured it out. I had to do:
If you’re using a Mac and your masternode does not start after pressing the Start all button, you may
have to start your masternode from the debug console. Open the debug console and type the
command below, replacing
<MASTERNODE_NAME> with the actual name you’ve given to the masternode.
startmasternode alias false <MASTERNODE_NAME>
Even though, I'm not on a Mac and Tried with both Windows and Linux