Yes!!!
That done the job nicely - many thanks ourlink! :smile:
You can use similar setting to adjust for 11.00.14 too...
Yes!!!
That done the job nicely - many thanks ourlink! :smile:
Yes!!!
That done the job nicely - many thanks ourlink! :smile:
please drop dstorms repository, this seems not to be maintained anymore.You can use similar setting to adjust for 11.00.14 too...
You can use upstream https://github.com/bitcoin-abe/bitcoin-abe
As for the update: I don't know of any update procedure, redid the whole DB.
No, i did not touch explorer.darkcoin.io yet - will try later.Right now my abe doesn't work with v0.11.1.19:
with blkfile: OverflowError: Python int too large to convert to C long
with RPC: RPC failed: No JSON object could be decoded ... File "Abe/DataStore.py", line 2521, in catch_up raise Exception("RPC load failed")
I re-build the complete blockchain with blkfile until the error stops it.
I switched to RPC and it still won't work. And, yes, the darkcoin.conf file is readable for all.
Any idea?
You also might need -upgradewalet. pre 61000 crashes with DB error on reindex sometimes.Updated all my MN to 11.1.19. Most of them works fine. But only one. It's very strange.
In loading splash screen, there is a rescanning showed, it's very slow compared with other wallets. And when it get to 88%, it's crashed and through out an error:View attachment 991
But this wallet works with "darkcoind"....
OS: Ubuntu 12.04 LTS 64
Darkcoin version: V11.1.19 linux
working screen shot with darkcoind:View attachment 992
And i've tried this wallet with many historical backup version. All of them failed with QT.
EDIT:
use -reindex -zapwallettxes as parameters. It works!!
Thanks guys that mention it.
No, i did not touch explorer.darkcoin.io yet - will try later.
Still did not touch explorer yet, never touch a running systemAny news? I don't have much time to investigate in Abe right now...
Still did not touch explorer yet, never touch a running system
I can confirm that 0.11.0 is not compatible with abe: "incomplete block of length 498479662 chain 15"I know, but mine (v.0.10.0.something) got stuck at one block and couldn't rebuild the blockchain.
Ok, solved it: You need to delete chainstate/blocks, let the client sync and then do a -rescan on abe.I know, but mine (v.0.10.0.something) got stuck at one block and couldn't rebuild the blockchain.
Ok, solved it: You need to delete chainstate/blocks, let the client sync and then do a -rescan on abe.
It turns out to be a bug with the converge spork: In rare conditions if the client receives a block while it is converging, the DB gets corrupted and left unreadable - even for abe. Reindexing does not solve it, you need to delete the whole DB.I can confirm that this works:smile: