can someone help me i am trying to set up an block explorer for VirtaCoin.
It is just to get started into this and i saw they didn't have one so i thought give it a go.
But the problem is i keep only seeing the genesis block and nothing more.
Can someone here maybe tell me if my configuration is wrong.
or other things i have to pay attention to
i pulled the head revision from github. also i tried doing it with 0.7.2. but that had no success at all.
abe.conf
dbtype MySQLdb
connect-args {"user":"user","db":"dbname","passwd":"pass"}
upgrade
port 2900
host 127.0.0.1
binary-type binary
datadir += [{
"dirname": "/root/.virtacoin",
"chain": "VirtaCoin",
"address_version":"\u0000",
"policy":"LtcScryptChain",
"conf": "virtacoin.conf"
}]
Abe/DataStore.py
{"chain":"VirtaCoin","policy":"LtcScryptChain",
"code3":"VTA", "address_version":"\x00", "magic":"\xbe\xd0\xc8\xd1"},
if someone can tell me if something is wrong please.
I had to do a lot to get it working properly, the cheap and easy fix to get it working once you get at as far as you have is this in Datastore.py