Skip to content
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

Long generation #6

Open
8eS3rz4sDu8oUx4q39hhv8o2k2e72dkb opened this issue Aug 10, 2018 · 2 comments
Open

Long generation #6

8eS3rz4sDu8oUx4q39hhv8o2k2e72dkb opened this issue Aug 10, 2018 · 2 comments

Comments

@8eS3rz4sDu8oUx4q39hhv8o2k2e72dkb

why can’t i generate long(entire) addresses from -f in.txt through ./oclvanitygen-cash?

Richard:Bcash root$ ./oclvanitygen-cash -D 0:1 -f in.txt

Prefix too long! 30 characters at most.
Prefix ‘qp…..qqqq’ not possible
Advice: run with the -c argument to see the conditions.

-c is not working too
what should i change in code to allow > 30 characters?

@DesWurstes
Copy link
Member

DesWurstes commented Aug 10, 2018

if (p > 30) {

Note that the hard limit is 34, and it won’t find an address even if you have the strongest computer in the world. Otherwise, Bitcoin wouldn’t be safe. Are you trying to generate a burn address?

@8eS3rz4sDu8oUx4q39hhv8o2k2e72dkb
Copy link
Author

Changed 639 line but nothing happened..
Need an advice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants