Post
Topic
Board Development & Technical Discussion
Re: exponentially increase a database of sequential ordered public keys(brute-force)
by
mcdouglasx
on 10/12/2024, 15:02:25 UTC
Hi thanks for this.

Thought i would give win wsl a bash and get many build errors.

First was SECP256k1.h renamed to SECP256K1.h fixed that
Then secp256k1/Timer.h and bloom/bloom.h missing #include <cstdint> done that

after that i now get In file included from bloom/bloom.cpp:6:
/usr/include/openssl/md5.h:52:38: note: declared here
   52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,

Now it builds but when running Bigdb -bs 1000000 it gives Bigdb: command not found

Just a heads up maybe its my setup or maybe i smoked too much but i like tinkering with things like this so ill update when running.

well that was quick got it running on wsl.

./BigDb -bs 1000000 didnt work for me renaming to ./Bigdb -bs 1000000 worked

Bigdb v0.1(alpha) by Mcdouglasx
[======================================================================] 100 %

Now i can play.

It is strange what you say, perhaps it is a problem with your WLS or missing libraries.