My block explorer is not showing most recent blocks

+2 votes

Here is my block explorer, it only shows 60 blocks: http://45.32.199.29:2750/

 

Here is another block explorer on the same blockchain: http://45.32.12.30:2750/  It shows 1314+ blocks.

I have tried to run: 

python -m Mce.abe --config GeneChainCoin.conf --commit-bytes 100000 --no-serve
 
and am met with errors such as: IntegrityError: UNIQUE constraint failed: block_txin.block_id, block_txin.txin_id
 
--------------
 
How can I correct the first block explorer to show the correct number of blocks and transactions?

Thanks
asked Sep 11, 2017 by jward01

1 Answer

+1 vote
 
Best answer

For some reason it seems that the database for the first blockchain explorer got corrupted. You should stop that explorer, delete its .explorer.sqlite file, then restart the explorer again, allowing it to catch up the blockchain from the beginning.

answered Sep 12, 2017 by MultiChain
selected Sep 21, 2017 by jward01
...