-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Letting you know about OpenCL vanity address generator #9
Comments
Neat! Thanks for the info. :) |
@k06a, your tool generates the address, but does it also generate contract addresses? @lorenzb, can you share the code you used to generate your contract addresses? I think it would be useful to other projects. I've seen having as many 0 bytes as possible mentioned a few places but have never seen the actual code for doing it. I'm curious to know at what scale doing this address generation is worthwhile. EDIT: Oh I see now that |
@wysenynja they recently added this function: |
@wysenynja |
I have mined 6 11-zero addresses so far, but not yet one with 6 bytes. Here are two of them: These were the first contracts with eleven zeros. I would be interested to know of any that get to 6 bytes. |
I have mined a contract with thirteen leading zeroes. 0x000000000000072be7aD159fD9281f3723aD5624, from 0x45FAA0AB518F40e2c33a7c1308DA8F4C514486ad, nonce 0 |
How long did that take and with what hardware? 13 is a lot! |
^the above is incorrect :( I believe there is a bug in my code. I'm hoping it's a race condition, and that the private key is nearby in the search space. |
Check out https://github.com/0age/HomeWork - deployed to an address with six zero bytes at the start, |
As you asked:
Here is the project: https://github.com/johguse/profanity
As I may see author donation address is 5-byte length:
The text was updated successfully, but these errors were encountered: