4
I'm interested in finding different techniques that can be used to create vanity addresses with a BIP32 address.
For example, can any of this computation be offloaded to a dedicated server, or a 3rd party?
4
I'm interested in finding different techniques that can be used to create vanity addresses with a BIP32 address.
For example, can any of this computation be offloaded to a dedicated server, or a 3rd party?
1
You can do this but the advantage of HD wallets effectively diminishes. You can simply brute force by iterating over all the indices of the HD wallet until you find one that has the vanity characteristics you want. However, its possible that it is sufficiently hard enough to find that you will have to save off the private key anyway.
The entire point of HD wallets is that you only need the master private key/seed to generate all your addresses. If you end up with an index that so far out from the last used address, you might not be able to find it in the future without also having saved the private key for the vanity address.
I'll look into it as this is a really interesting question. Can someone confirm that HD wallets will always be a small subset of the total key pool? Ie for private key pK the integer set will be pK +=/-= c where c is a constant – Wizard Of Ozzie – 2014-12-14T06:55:19.920