Post
Topic
Board Beginners & Help
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
ratty
on 08/07/2014, 01:21:25 UTC
I'm setting up Abe for Gabencoin just for fun.
It is a scrypt coin, and I have the litecoin_scrypt module installed from https://github.com/CryptoManiac/bitcoin-abe.

When it tries to load the data it stops immediately with this error:

Code:
MerkleRootMismatch: Block header Merkle root does not match its transactions. block hash=c012dbbcf46d3fcf17e4d66292775c5e34e54df16c3c62d45af2917435080000

I don't even know what that means, does it think the data is corrupt? I tried deleting my copy of the blockchain and let it fully sync up again, then turned off the daemon, but I still get that error right away.

My config:

Code:
datadir = [{
        "dirname": "/home/gabencoin/.gabencoin",
        "chain":   "Gabencoin",
        "code3":   "GBN",
        "address_version": "\u0010" }]

In case the address_version is wrong, an example address is 7nAd9jmuvgxtzmSLJFirWCTyoYguf5mA9k and I believe that is version 10 in hex.

I'm not even sure what else to look at.