Hello!
I'm trying to set up a masternode, everything seemed to be ok in the morning, like in the guide.
After running the "masternode start-many" command the result was:
overall : Successfully started masternode, failed to start 0, total 1,
detail :
status :
alias : masternode1,
result : successful
Done.
===
But later today I tried to check it's status by running a command on the terminal:
pivx-pli masternode status
The response was:
Not capable masternode: Hot node, waiting for remote activation
The local wallet's response to "masternode start-many" is:
{
"overall" : "Successfully started 0 masternodes, failed to start 1, total 1",
"detail" : {
"status" : {
"alias" : "masternode1",
"result" : "failed",
"errorMessage" : "Node just started, not yet activated"
}
}
}
What should I do? Just start from scratch?