I am running some full nodes and was playing around with dash when I saw that crave could be an option to run a fun masternode at moderate costs.
I am familiar with linux, but was too lazy to compile the code so I took the binaries of an older Version (2.1.0), the wallet works fine on ubuntu 16.04, so I followed the instructions in detail to setup a master node.
The balance is showing 500 crave, the crave.conf is set right, the ports are open (!), I encrypted the wallet and even on localhost I need to use my passphrase to send commands to the node. all pretty easy.
only starting the masternode does not work at all.
cravemaster@myip:~/crave/src$ ./craved masternode start mypassphrase
not capable masternode: Could not connect to myip:9999
I checked iptables and chains. all seems fine.
I don't use TOR.
I didn't set a hostname and adress the node by ip, because there is no domain pointing to it.
Looks like I have some routing problem, but a bitcoin and dash node and for some time ETH had no problem to work as a node.
my crave.conf:
rpcuser=craverpc
rpcpassword=abcABC123
rpcallowip=127.0.0.1
#----
listen=1
server=1
daemon=1
staking=0
#--------------------
port=9999
masternode=1
masternodeaddr=myip:9999
masternodeprivkey=GENRATEDKEY
#----------------------------------------------
So where am I going wrong? google only shows some results for dash for this problem, but ususally because of wrong iptables.
Anybody an idea?