Post
Topic
Board Development & Technical Discussion
Re: exponentially increase a database of sequential ordered public keys(brute-force)
by
sneeky777
on 10/12/2024, 04:10:46 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.cpp
Then secp256k1/Timer.h and bloom/bloom.h missing #include <cstdint> ?

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.