bernardladenthin / BitcoinAddressFinder

A high performance bitcoin address finder.
Apache License 2.0
170 stars 49 forks source link

Random or sequential #44

Open mrkariimi opened 2 months ago

mrkariimi commented 2 months ago

Hello, I have an important question Does the program generate the private key randomly or sequentially? I want to do it randomly. Is there a need to make a config in the program?

bernardladenthin commented 2 months ago

The keys are generated randomly using a secure random number generator. This ensures that no one else will have the same numbers. The new configuration format will provide more details on this.

bernardladenthin commented 2 months ago

If you're interested, you can try out the new snapshot and use the new configuration found in the path examples/config_Find_1OpenCLDevice.json.