I hope someone can help me setting up an abe-blockexplorer for testnet.
Progress: abe is reading the right blockchain, finds and reads all blocks in testnet, but the addresses are screwed up, they begin with an x... instead of an y... (testnet).
I guess the problem is in the abe.conf
i guess i need another chain, code3 or at least address_version for the testnet addresses.
I hope someone can point me to the correct settings? thanks.
Progress: abe is reading the right blockchain, finds and reads all blocks in testnet, but the addresses are screwed up, they begin with an x... instead of an y... (testnet).
I guess the problem is in the abe.conf
Code:
datadir = [{
"dirname": "/home/xyz/.dash/testnet3",
"chain": "Dash",
"code3": "DASH",
"address_version": "\u004c" }]
i guess i need another chain, code3 or at least address_version for the testnet addresses.
I hope someone can point me to the correct settings? thanks.