2018-11-30 00:03:50
So basically all the ecdsa-magic is hidden in this call:
KeyPair pair = key_gen.genKeyPair();
mjay
2018-11-30 00:04:40
to really speed things up this needs to be pulled out of the library and taken apart
mjay
2018-11-30 00:04:55
it will look ugly afterwards
mjay
2018-11-30 00:05:42
yep
Fireduck
2018-11-30 00:21:54
encoding the address also takes some time. Maybe this can be done .. backwards?
mjay
2018-11-30 00:22:25
Convert the given string into corresponding bits in the public key and then check for these
mjay
2018-11-30 00:22:41
unless, of cause, if its the last characters
mjay
2018-11-30 00:22:52
Yeah, can do maybe limited by base conversation offset
Fireduck
2018-11-30 00:23:47
Oh well the function to do so already exists. Its called "decode"
mjay
2018-11-30 00:23:52
:smile:
mjay
2018-11-30 08:17:03
https://github.com/exploitagency/vanitygen-plus Vanitygen PLUS! Generate vanity address for 100+ cryptocoins including: BTC, LTC, LBRY, UNO, DASH, DIAMOND, DOGE, FEATHER, GROESTL, MONA, PEERCOIN, VERTCOIN, ZIFTR, CROWN, GAME, PINK and MORE! Removed the prefix length limit, now capable of searching for longer prefixes... Altcoin encryption and decryption of private keys is also supported.
Rotonen
2018-11-30 22:16:11
that is certainly a list of things
Fireduck
2018-11-30 22:16:45
the opencl integration is decent
Rotonen
2018-11-30 22:18:12
that is the hard part
Fireduck
2018-11-30 22:18:24
I used an older version of this back in the day
Fireduck
2018-11-30 22:18:45
still use some of those addresses
Fireduck