BitShares Forum

Other => Graveyard => BitShares PTS => Topic started by: fav on November 13, 2013, 09:16:25 am

Title: Block Reader Github [untested]
Post by: fav on November 13, 2013, 09:16:25 am
Unfortunately, I don't own a server, so if someone's interested in setting up an alternative block reader:

https://github.com/bitcoin-abe/bitcoin-abe

should be the code you need

Quote from Readme:

Quote
Input

To display Namecoin or any block chain with data somewhere other than the default Bitcoin directory, specify "datadir" in abe.conf, e.g.:

datadir = /home/bitcoin/.namecoin

Note that the web interface is currently unaware of name transactions, but see namecoin_dump.py in the tools directory.

The datadir directive can include a new chain's basic configuration, e.g.:

datadir += [{
        "dirname": "/home/weeds/testnet",
        "chain":   "Weeds",
        "code3":   "WDS",
        "address_version": "o" }]
Title: Re: Block Reader Github [untested]
Post by: Sy on November 13, 2013, 02:34:04 pm
Unfortunately its more complex, you have to change some values in the DataStore.py plus some regexp for addresses too, i quit after an hour ^^
Title: Re: Block Reader Github [untested]
Post by: barwizi on November 15, 2013, 06:01:49 pm
one of the reasons i want a server for christmas