10gic / vanitygen-plusplus

A vanity address generator for BTC, ETH, LTC, TRX and 100+ more crypto currencies.
GNU Affero General Public License v3.0
248 stars 89 forks source link

oclvanitygen++ only supports legacy P2PKH addresses #55

Open benthetechguy opened 1 year ago

benthetechguy commented 1 year ago

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

benthetechguy commented 1 year ago

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

juniorcines commented 1 year ago

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:

benthetechguy commented 1 year ago

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

benthetechguy commented 1 year ago

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

10gic commented 1 year ago

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?

benthetechguy commented 1 year ago

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