Here you guys go
http://www.multiupload.nl/RPHLDYLTA9open with sqliteman on unix
If you want to compile your own abe webserver, here are my hacks:
conf file:
datadir = [{
"dirname": "/home/me/.novacoin",
"chain": "NovaCoin",
"code3": "NVC",
"address_version": "\u0000" }]
datastore.pyafter line 67
{"chain":"NovaCoin",
"code3":"NVC", "address_version":"\x37", "magic":"\xe4\xe8\xe9\xe5"},
You may run into a bit of a problem as NVC uses address version x08 (Dec: 08) instead of PPCoin's x37 (Dec: 55).
The rest my help me get NVC onto the cryptocoinexplorer site. Thank You!!
Unfortunately, the database you provided reflects the same problems i have having getting ABE to work properly. Most of the "Hacks" you show, I have already done in a different form to get the PPC explorer going on Cryptocoinexplorer.com.
Namely the Block table rows block_total_satoshis all the way to the end block_ss_detroyed are null
-1 {null} {null} {null} 1 {null}
-1 {null} {null} {null} 1 {null}
-1 {null} {null} {null} 1 {null}
-1 {null} {null} {null} 1 {null}
-1 {null} {null} {null} 1 {null}
This will result in this error when served:
Abe initialized.
Listening on http://172.16.1.198:2750
Traceback (most recent call last):
File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "abe.py", line 212, in __call__
handler(page)
File "abe.py", line 310, in handle_chains
100.0 - (100.0 * (ss + more) / (total_ss + more)))
ZeroDivisionError: float division by zero
172.16.1.199 - - [14/Feb/2013 13:48:17] "GET / HTTP/1.1" 500 59
172.16.1.199 - - [14/Feb/2013 13:48:27] "GET /favicon.ico HTTP/1.1" 200 159362
Block hashes are incorrect when compared to daemon output, but the merkle roots match
??
Anyway, I will continue to work on adding NVC to the explorer, that is unless nethead beats me to it...