yenom / BitcoinKit

Bitcoin protocol toolkit for Swift
MIT License
842 stars 262 forks source link

Split-key address generation in BitcoinKit #190

Closed HeroHann closed 5 years ago

HeroHann commented 5 years ago

What problem does this feture solve?

With this feature Wallets that use BitcoinKit could make use of this to enable the user to creat their own prefixed addresses but not have to generate them themselves but rather let a zero-knowledge-Pool do it.

Describe what you've considered?

Here is some BitcoinTalk-Link to this: https://bitcointalk.org/index.php?topic=90587.0

Code sample / Spec

I have no code sample. Still there are programs like: https://github.com/exploitagency/vanitygen-plus who do what I am asking maybe we can reverse engineer these.

If there are any further questions, just ask me.

usatie commented 5 years ago

Thank you for your feature request @HeroHann. BitcoinKit is a library, and what you want is an application. So anyone can build such an application with BitcoinKit. Not in BitcoinKit.

Thank you!