Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
24Kilo
on 25/11/2014, 00:12:14 UTC
Does anyone know the parameters needed for Guldencoin(NLG) - https://bitcointalk.org/index.php?topic=554412.0

I want to run ABE for NLG. Thanks!
"address_version": "\u00f3"
For rest, follow examples in abe.conf

Thanks, I hope you can be patient with me as I am still learning about this stuff.

I am using this tutorial - https://cryptocointalk.com/topic/1312-luckycoin-blockchain-explorer/

Here is where I am stuck -

Replace in the file bitcoin-abe/Abe/DataStore.py lines 73-74 with the coin parameters of the Luckycoin network.
{"chain":"Luckycoin","code3":"LKY", "address_version":"\x2f", "magic":"\xfb\xc0\xb6\xdb"},


Here is the how I presume this line should look for NLG -

{"chain":"GuldenCoin","code3":"NLG", "address_version":"\u00f3", "magic":"\xfb\xc0\xb6\xdb"}

but not sure of the 'magic' stuff.

Also 'DataStore.py lines 73-74' did not really match up... do I just add this line at the end of the 'chain_config' sequence?

Thanks!