vanitygen icon indicating copy to clipboard operation
vanitygen copied to clipboard

If we can give keyspace in it

Open sumitdadhich opened this issue 5 years ago • 2 comments

If keyspace can be used in vanitygen like if we want to search a address between 2^63-2^64 what we should do

sumitdadhich avatar Jun 13 '20 04:06 sumitdadhich

@sumitdadhich You can check this: https://github.com/10gic/vanitygen-plusplus. If you want to solve btc puzzle tx, here is an example to solve puzzle 64:

./oclvanitygen++ -F compressed -Z 0000000000000000000000000000000000000000000000000000000000000000 -l $((256-64)) 16jY7qLJnxb7CHZyqBP8qca -o result.txt

10gic avatar Jan 03 '21 13:01 10gic

@sumitdadhich You can check this: https://github.com/10gic/vanitygen-plusplus. If you want to solve btc puzzle tx, here is an example to solve puzzle 64:

./oclvanitygen++ -F compressed -Z 0000000000000000000000000000000000000000000000000000000000000000 -l $((256-64)) 16jY7qLJnxb7CHZyqBP8qca -o result.txt

./oclvanitygen++ where is the link to download in source file missing

sumitdadhich avatar Jan 06 '21 17:01 sumitdadhich