vanitygen-plusplus icon indicating copy to clipboard operation
vanitygen-plusplus copied to clipboard

oclvanitygen++ only supports legacy P2PKH addresses

Open benthetechguy opened this issue 2 years ago • 8 comments

If I run the taproot example in the readme, but with oclvanitygen++ instead of vanitygen++, I get Invalid format 'p2tr'.

benthetechguy avatar Jan 01 '23 04:01 benthetechguy

This is also true for native segwit's p2wpkh format.

benthetechguy avatar Jan 01 '23 04:01 benthetechguy

Hi, I'm using ubuntu and I have a NVIDIA RTX 3090 card.

I try to use with GPU and I get the following error: do you know how i can fix it?

clGetPlatformIDs(0): Unknown code -1001 Could not open any device clGetPlatformIDs(0): Unknown code -1001 Available OpenCL platforms:

juniorcines avatar Jan 14 '23 07:01 juniorcines

That's unrelated to this issue, please create your own.

benthetechguy avatar Jan 15 '23 03:01 benthetechguy

It turns out script for P2SH addresses doesn't work either…

benthetechguy avatar Jan 20 '23 03:01 benthetechguy

It turns out script for P2SH addresses doesn't work either…

The feature "script for P2SH" is inherited from the project https://github.com/samr7/vanitygen. Could you share some more details? What is the current output and what is the expected output?

10gic avatar Jan 20 '23 04:01 10gic

Current output is Invalid format 'script' just like p2tr and p2wpkh did, and expected output is that it starts generating a P2SH address.

benthetechguy avatar Jan 20 '23 15:01 benthetechguy