Author Topic: Block Reader Github [untested]  (Read 6774 times)

0 Members and 1 Guest are viewing this topic.

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
Re: Block Reader Github [untested]
« Reply #3 on: November 15, 2013, 06:01:49 pm »
one of the reasons i want a server for christmas
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline Sy

  • Full Member
  • ***
  • Posts: 91
    • View Profile
Re: Block Reader Github [untested]
« Reply #2 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 ^^
ptsweb.beeeeer.org Stats

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
Block Reader Github [untested]
« Reply #1 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" }]