Post
Topic
Board Development & Technical Discussion
Re: exponentially increase a database of sequential ordered public keys(brute-force)
by
mcdouglasx
on 20/12/2024, 01:50:14 UTC
What is the maximum database that can be created?200,000,000Tested maximum value
Maximum hexadecimal range 7FFFFFFFFFFFFFFF Tested maximum value
The program cannot function beyond this value.

This code is a proof of concept, it is not intended for that

This example is not intended for actual use; the code is just a poorly optimized example.

but optimizing bloom and integrating it into another algorithm such as bsgs would have better results.