Evan, will the next RC support Windows masternodes?
The current version does, you just need to use the debug window to start it up
- I created an empty wallet for the masternode, and encrypted it with "mypassword"
- sent 1000 DRK from another wallet to the masternode wallet's default address
- launched the masternode wallet
- went to debug window, typed: masternode start mypassword
- typed: masternode debug, and it says "Missing masternode input, try running masternode create"
- typed: masternode create, and it says "Not implemented yet"
Did I miss a step or should it work?
In the darkcoin.conf add "connect=23.23.186.131" and "masternode=1"
https://darkcointalk.org/threads/darkcoin-update-masternode-requirements-masternode-payments.225/Oh yea I did that too.. just forgot to add that in the post.
Here are my updated steps:
- I created an empty wallet for the masternode, and encrypted it with "mypassword"
- sent 1000 DRK from another wallet to the masternode wallet's default address
- added line to darkcoin.conf: connect=23.23.186.131
- added line to darkcoin.conf: masternode=1
- launched the masternode wallet
- went to debug window, typed: masternode start mypassword
- typed: masternode debug, and it says "Missing masternode input, try running masternode create"
- typed: masternode create, and it says "Not implemented yet"
Progress update: apparently wallet encryption was one of the problems I had. Tried again without encryption:
- I created an empty wallet for the masternode, and did NOT encrypt it
- created a new receiving address by typing: getaccountaddress 0
- sent 1000 DRK from another wallet to the newly created "0" address
- added line to darkcoin.conf: connect=23.23.186.131
- added line to darkcoin.conf: masternode=1
- re-launched the masternode wallet
- went to debug window, typed: masternode start
- typed: masternode debug, and it says "No problems were found"
<= an improvement!- typed: masternode list, my node ip is not in the list (tried again after 10 minutes, and 10 hours, no difference)
- opened command prompt, and typed: netstat -a
=> there is nothing listening to port 9999So even though "masternode start" command executes, and "masternode debug" doesn't find problems, the wallet just doesn't start listening to 9999.
Log file does have the following lines:
- IS DARKSEND MASTER NODE
- Found unspent output equal to nValue
But it does NOT have the following lines:
- AddLocal(x.x.x.x.)
- RegisterAsMasterNode
Halp?