vanitygen-plusplus
vanitygen-plusplus copied to clipboard
A vanity address generator for BTC, ETH, LTC, TRX and 100+ more crypto currencies.
…sure basic functionality works as advertised (run with test/test). Make sure test seems deterministic enough to rely upon. NOTE: I disabled the tests asserting exitcode 0, because the commandline interface...
is it possible to generate a vanity address using the seed/mnemonic of an existing wallet ? That wallet could be anything from hot wallet to hardware wallets (such as Ledger)....
If I have a list of multiple patterns, am I correct that the current code searches them one at a time? Is there anyway (outside of regex) to search them...
Hello @10gic! Is there any plans to make regex work faster on CPU? Or any hacks to make it work faster on 3060Ti + I7-12700 Thanks!
Could you update the release https://github.com/10gic/vanitygen-plusplus/releases/tag/v0.1.0 vanitygen++ (preview) works well and needs to be updated under Windows. I can't build release for windows
I'm having issues compiling on Raspbian OS, when running 'make' I get the following output: I've run both 'make' and 'sudo make' and installed all the dependencies Thanks in advance...
Is it possible to increase the GPU, I hope to have some TRX address last is 8888,Now only the CPU -r parameter can be used
Good day to all, who can help with solving the problem, remove a few numbers 5,6,9 from the address generation. Or tell me in which file it will be possible...
If I run the taproot example in the readme, but with oclvanitygen++ instead of vanitygen++, I get `Invalid format 'p2tr'`.
refactor: Update Makefile for cross-platform compatibility and OpenSSL linking - Defined CC and CFLAGS at the top for consistency. - Added simplevanitygen.o to the OBJS list and vanitygen++ target dependencies....