remove every masternode config (masternode, masternodeprivkey, masternodeaddr) on both local, and remote.
run darkcoind, or darkcoin-qt both.
Should run fine, check block height.
Updated ?. stop both.
add masterode config.
if this is your remote config, add listen=1, remove masternodeaddr.
https://bt.irlbtc.com/view/421615.msg7662405#msg7662405i tried but it says " you must specify a masternodeprivkey" error I get.
also I have only local no remote. no cold/hot setup. just plain old single setup.
Do the following
1 - darkcoind stop
2 - edit darkcoin.conf to masternode=0 - save file
3 - start darkcoind
4 - run "darkcoind masternode genkey"
5 - copy that hash
6 - edit darckoin.conf and change "masternodeprivkey=" to the new genkey/hash
7 - change masternode=1
8 - edit externalip=xx.xx.xx.xx (you current external IP)
9 - save
10 - run "darkcoind"
11 - run "darckoind walletpassphrase YOURPASS 60"
12 - run "darckoind masternode debug" - should say "No problems found" - if not, you have some other problem"
13 - run "darckoind masternode start"
14 - if "masternode started sucessfully" ... smile