The tutorial says to wait a couple of minutes but after an hour I still see this:
chain1: getinfo
{"method":"getinfo","params":[],"id":1,"chain_name":"chain1"}
{
"version" : "1.0",
"nodeversion" : 10000901,
"protocolversion" : 10008,
"chainname" : "chain1",
"description" : "MultiChain chain1",
"protocol" : "multichain",
"port" : 9219,
"setupblocks" : 60,
"nodeaddress" : "chain1@removed:9219",
"burnaddress" : "1XXXXXXXbiXXXXXXVTXXXXXXeMXXXXXXT4JmwY",
"incomingpaused" : false,
"miningpaused" : false,
"walletversion" : 60000,
"balance" : 0.00000000,
"walletdbversion" : 2,
"reindex" : false,
"blocks" : 105,
"timeoffset" : 0,
"connections" : 1,
"proxy" : "",
"difficulty" : 0.00000006,
"testnet" : false,
"keypoololdest" : 1502651962,
"keypoolsize" : 2,
"paytxfee" : 0.00000000,
"relayfee" : 0.00000000,
"errors" : ""
}
chain1: listpermissions mine
{"method":"listpermissions","params":["mine"],"id":1,"chain_name":"chain1"}
[
{
"address" : "removed",
"for" : null,
"type" : "mine",
"startblock" : 0,
"endblock" : 4294967295
},
{
"address" : "removed",
"for" : null,
"type" : "mine",
"startblock" : 0,
"endblock" : 4294967295
}
]
I've tried to understand why its stuck on 105 blocks is there any documentation i am missing thanks