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.
Possibly either way its working as you stated.
So i generated the DB with 1,000,000 pubs and only 1 million then the search for puzzle 30 and 40 the results
PrivateKey found: 1033162084
PublicKey: 030D282CF2FF536D2C42F105D0B8588821A915DC3F9A05BD98BB23AF67A2E92A5B
Time to find key: 0.57816 seconds
PrivateKey found: 995061478358
PublicKey: 03CCC97D220A22C4CA538882BD93BFC11356F5C57EC1B5DAEAE47D705C4689905A
Time to find key: 2.62869 seconds
still a lot more to play about with but nice times so far.