Be great if a vetted and trustworthy someone could run a service where they set up masternodes for people for a fee. I'm a trader, not a computer whiz unfortunately! haha
It's pretty easy. I'll adjust these once we have all of the details.
Here are instructions on how to set up a masternode in Windows environment:Start up and sync your wallet.
Open debug console, type: masternode genkey
Copy output key into a text file to be used later
Then, in debug console type: getaccountaddress 0
Copy output address into a text file to be used later
Send 500 CRAVE to address output above, no more, no less. Exactly 500.
Close Wallet
Create/Edit crave.conf:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:8888
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=*
Save
Wait TBD blocks (see confirmations from wallet you sent 500 CRAVE)
To start masternode wallet, open debug console and type: masternode start
Unless ICM changed his plans, you're going to need to config a tor hidden service aimed at the wallet also. Doing the 2 wallet method so you don't need your priv key to be on the mn wallet is probably also a good idea, as well as sandboxing everything in a vm.