Needing some help getting my masternode started. I have 1000 coins in wallet, below is my config files that I have coded so far, but can anyone review and see what I am doing wrong because I keep getting a this error....
"alias": "freebish86",
"result": "failed",
"errorMessage": "Could not find alias in config. Verify with list-conf."
Open Wallet Config File (NOTE: Privkey has been altered for security)
rpcuser= Goa1
rpcpassword= Rush17
masternode=1
server=1
rpcport=99914
rpcconnect=127.0.0.1
masternodeprivkey= 3fY6gXk5Wx4xUYWWya7aKkDQWiTEBQxeVZQW6rwDatrynweTVQb
externalip= 182.265.96.118
Masternode config file
Goa1 182.265.96.118:1947 3fY6gXk5Wx4xUYWWya7aKkDQWiTEBQxeVZQW6rwDatrynweTVQb
ad089od249f293c64cpe807672469298e0037760fecf20e4a97c2op14c1ea315-0
How do I check and see if port 1947 is open on windows?
I think the error is in your masternode config file
it should be
Goa1 182.265.96.118:1947 3fY6gXk5Wx4xUYWWya7aKkDQWiTEBQxeVZQW6rwDatrynweTVQb
ad089od249f293c64cpe807672469298e0037760fecf20e4a97c2op14c1ea315 0
and not
Goa1 182.265.96.118:1947 3fY6gXk5Wx4xUYWWya7aKkDQWiTEBQxeVZQW6rwDatrynweTVQb
ad089od249f293c64cpe807672469298e0037760fecf20e4a97c2op14c1ea315-0
very slight difference but that "-" could be your problem.