Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Actinium][PoW - Lyra2z]
by
brakmic
on 22/08/2018, 04:36:51 UTC
Was able to build the Synchronization-Fix tag on my system (with shared libs, had to specify LIBS="-lcap -lcrypto -llzma -lseccomp" with Actinium to build with shared Tor), tested, and it works fine after a sync from network. However any use of reindex will cause it to fail again, or fail initially if specified. I am up and running at the moment, but anything that could cause reindexing (daemon crash or unexpected stop, unexpected system reboot, etc) will trigger this again.

Thanks for looking into this.

EDIT: spoke too soon, after a while it crashed with the same error again, with no corresponding debug entries - just connection logs.

Have not compiled Linux version of 0.17.5.0, only macOS and Windows. Thanks for the hint with the shared libs. I will later look into it.

When syncing with -reindex did you use -txindex as well?

--EDIT--
After the first start with -txindex -reindex I later remove -reindex and leave only -txindex.

--EDIT 2--
I've added those missing Libs to Makefile.am so you don't have to type them manually.