I have developed a
vanity address generator in Java.
The purpose is solely academic.
You can find the code here:
the code is obsolete and shouldn't be used, therefore I removed it. If anyone wants to see it for some reason, send me a PMThere is a README file, but I will give the instructions here also.
Instructions:1. Modify `Main.java` and change the variable `desiredAddressPrefix` to whatever prefix you wish for your bitcoin address.
2. Run `Main.java`
3. Once the address is found, the program will generate a `wallet` directory:
- keys.txt file, which includes the address and the private key in WIF and HEX format.
- legacyAddress.png QR code for the address.
- privateKey.png QR code for the private key.
I would appreciate it if you could:1. Suggest any code alteration - modification.
2. Suggest a better (if any) entropy source than Java's SecureRandom.
3. Suggest benchmarking tools.
If there are any updates in the future, I will post them on this post, in the section below:
Updates:Place for future updates