Post
Topic
Board Development & Technical Discussion
Re: Get list of all addresses with a balance over x?
by
DryPalms
on 12/07/2018, 04:37:26 UTC
Hello starmyc  Smiley

First of all, thanks for a great software. But I am struggling to get it working.

I am on CentOS 7 (7.5.1804)

You stated earlier in this thread that yum install leveldb-devel will be enough to install LevelDB on my OS but I found that CentOS repos doesn't have that lib, so i searched and found it on epel repo.

Running yum install leveldb-devel installed LevelDB 1.12.0 with headers. Then I installed chainstate with no errors, but when I try to run it I am getting this:

Code:
[xuser@power chainstate]$ time ./chainstate >/tmp/cs.output 2>/tmp/cs.errors
Aborted

real    0m0.024s
user    0m0.014s
sys     0m0.004s

And this:
Code:
[xuser@power chainstate]$ cat /tmp/cs.errors
chainstate: chainstate.cc:82: int main(int, char**): Assertion `status.ok()' failed.

What am I doing wrong?
Thank you for your help!