"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!