JSON-RPC error(-711): Block not found

+1 vote
Have set up multichain on local machine currently running with  one node. However on clicking any block number in explorer, I'm getting JSON-RPC error(-711): Block not found. Please help.
asked Jul 7, 2017 by sahiljadon

1 Answer

0 votes
 
Best answer

It could be that the Explorer has not yet caught up with the content of the blockchain. For the first run of the Explorer it's recommended to use something like this, to load all the existing blockchain content up before continuing to track new content:

python -m Mce.abe --config chain1.conf --commit-bytes 100000 --no-serve
answered Jul 7, 2017 by MultiChain
selected Jul 7, 2017 by sahiljadon
Thanks, works now. Had to restart the explorer after loading the data
Great - thanks for the update.
...