{"chain":"CinnamonCoin",
"code3":"CIN", "address_version":"\x1c", "magic":"\xcd\xf2\xc0\xef"},
cin.conf--------------
default-loader = blkfile
dbtype MySQLdb
connect-args {"user":"abe","db":"abe_cin","passwd":"
datadir = /home/xxx/.CinnamonCoin
upgrade
port 2755
host 12.10.2.222
shell------------
python -m Abe.abe --config config/cin.conf --commit-bytes 100000 --no-serve
error:
Opened /home/xxx/.CinnamonCoin/blk0001.dat
Chain not found for magic number dbc0dbf2 in block file /home/xxx/.CinnamonCoin/blk0001.dat at offset 0.
why?????????
Should not find cdf2c0ef thing?
Why instead to search dbc0dbf2?
I'm seeing the same thing with Coino. I think its pulling dbc0dbf2 from the block file, not the Chain definition in Datasource.py. It appears not to be reading the Datasource.py file at all. Did you figure this out?