How can so many have problems setting up masternodes? its super easy.
transfer 5K to a fresh new wallet addy, wait 15 confirms, print masternode genkey, edit conf like this
I have to wait 15 confirmations before get the masternode genkey?
rpcuser=
rpcpassword=
listen=1
port=11994
masternode=1
externalip=
masternodeprivkey=
when edited, save and restart wallet. masternode start. done
I have to wait 15 confirmations before get the masternode genkey (before type "masternode genkey" at console)?
No, you can get the key and prepare the .CONF while you're waiting for the confirmations. Just tested the newer version, it works fine.
Doesn't work - can't parse the file.
I copied your file
Sent 5000 to a brand new wallet install
edited the conf with my details
waited for 15 confirmations
shutdown the wallet
started the wallet
Crashes immediately - Error reading masternode configuration file: Could not parse masternode.conf line:rpcuser=(myusernamewithoutbrackets)
take the conf file out of the default directory, qt wallet launches.
I tried getting this running on a different pc for hours and same issues.. went over the conf to make sure there are no spelling issues, extra spaces or anything out of the ordinary.
Surely I can't be the only one.
you can remotely activate the masternode with masternode.conf using the command line...
here are the steps:
- close the gui wallet
- add masternode.conf file to %appdata%\roaming\interzone
- open windows cmd and navigate to the interzone binaries file (using cd)
- repeat the above step
- from the first cmd window run interzone.exe
- optional: in case your wallet is locked with password from the second cmd: interzone.exe walletphrase "your_password" 300
- from the second window run interzone.exe masternode start-alias YOUR_ALIAS_NAME
Done!
if you want to see your mn in gui on the masternode list:
- from the second cmd: interzone-cli.exe stop
- close both cmd and rename masternode.conf to other name
now you can open the gui version. GL!