Hi, I set up a MN on a Vultr instance (all exactly the same as in the instructions in
http://wiki.biblepay.org/Create_Sanctuary_2) and everything went apparently fine.
However
$ ./biblepay-cli masternode status
{
"vin": "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
"service": "[::]:0",
"status": "Not capable masternode: Masternode must accept connections from outside. Make sure listen configuration option is not overwritten by some another parameter."
}
I set up the firewall with rules as in the instructions, and did not create another extra firewall group at Vultr dashboard.
Any ideas for troubleshooting? Thank you
EDIT: just in case:
$ ./biblepay-cli mnsync status
{
"AssetID": 999,
"AssetName": "MASTERNODE_SYNC_FINISHED",
"Attempt": 0,
"IsBlockchainSynced": true,
"IsMasternodeListSynced": true,
"IsWinnersListSynced": true,
"IsSynced": true,
"IsFailed": false,
"MasternodesEnabled": true
}
EDIT 2: ok it was my fault, for some reason I had "listen=0" in conf.
Now it says "Not capable masternode: Masternode not in masternode list"
I understand that it's fine now and I have to wait a few hours to get it listed, don't I?
thanks again!
EDIT 3: now it says "Masternode successfully created", but controller wallet still says "PRE_ENABLED". I will wait few hours more and see...