Post
Topic
Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - POS 2.0 - ZEROCOIN PROTOCOL
by
dashmint
on 29/03/2017, 15:02:32 UTC
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:
Code:
“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:

Code:
pivx-pli masternode status

The response was:

Code:
Not capable masternode: Hot node, waiting for remote activation

The local wallet's response to "masternode start-many" is:

Code:

{
    "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?