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