Hi! I want to load my chain form altocin. But all I've got is this:
ImportError: No module named Polcoin
What am I doing wrong?
My config:
dbtype MySQLdb
connect-args {"user":"abe","db":"abe","passwd":"pass"}
port 2750
host localhost
upgrade
datadir += [{
"dirname":"/root/.polcoin",
"chain":"Polcoin",
"conf":"polcoin.conf",
"policy":"Sha256Chain",
"code3":"PLC",
"address_version":"\u0000",
"magic":"\u00a5\u00072\u0059\u0082"
}]
no-serve
commit-bytes = 10000
Hmm, it works here. Are we on the same branch?
$ git rev-parse HEAD
54ee67eafff81ec9cd1f5ef5cebea3514c267ae5
Have you installed the modules or are you running from the git directory?
I put in backslashes where you need them, I guess the forum software eats them. But that shouldn't affect loading the chain module.