vanitygen
vanitygen copied to clipboard
If we can give keyspace in it
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 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
@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