Hello, I have a question.
I compiled and configured Multichain. It works!
But why stop at the 135 block?
./multichain-cli blockchain3 getinfo
{"method":"getinfo","params":[],"id":1,"chain_name":"blockchain3"}
{
"version" : "1.0 beta 2",
"nodeversion" : 10000202,
"protocolversion" : 10008,
"chainname" : "blockchain3",
"description" : "MultiChain blockchain2",
"protocol" : "multichain",
"port" : 6741,
"setupblocks" : 60,
"nodeaddress" : "blockchain3@X.X.X.X:6741",
"burnaddress" : "1XXXXXXWhKXXXXXXuqXXXXXXXFXXXXXXVeeoWw",
"incomingpaused" : false,
"miningpaused" : false,
"walletversion" : 60000,
"balance" : 12955.66700000,
"walletdbversion" : 2,
"reindex" : false,
"blocks" : 135,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"difficulty" : 0.00000006,
"testnet" : false,
"keypoololdest" : 1505322567,
"keypoolsize" : 2,
"paytxfee" : 0.00000000,
"relayfee" : 0.00000000,
"errors" : ""
}
He stopped not wanting to add more blocks.
Why is this happening?