iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.52k stars 1.44k forks source link

Convert from 12 word phrase to bitcoin address in a few lines of code #406

Open alpollo opened 4 years ago

alpollo commented 4 years ago

Good afternoon, I was reviewing the BIP39 code of your website and what happens is that it weighs more than 4MB, so I am looking for a short code that can convert a 12-word phrase to a BIP44 bitcoin address. For example : Input : almost better blossom genius person tower service rather surface romance space funny Output : 1B7PRSnZYAxTFE69op3gDaNdmqWZURTU7r

And if there is any way to contact iancooleman by telegram or email to talk about a possible business.

Regards

wigy-opensource-developer commented 4 years ago

As you see the user interface, it is way more complex than that. What you describe is just a single p2pkh address.

The following is a smaller codebase that might help you to tackle the complexity, but make sure you setup proper operational security handling your private keys, because it is easy to have too many or too few people know about them.

https://github.com/bitcoinjs/bip32-utils/blob/master/README.md

alpollo commented 4 years ago

As you see the user interface, it is way more complex than that. What you describe is just a single p2pkh address.

The following is a smaller codebase that might help you to tackle the complexity, but make sure you setup proper operational security handling your private keys, because it is easy to have too many or too few people know about them.

https://github.com/bitcoinjs/bip32-utils/blob/master/README.md

Good afternoon, It happens that with this you would have to use node js and it is much slower than just using iancooleman's bip39 in javascript.

FATHIMATHSAMAA commented 3 years ago

I lost my 12 phrase. I want recover my 12 phrase

FATHIMATHSAMAA commented 3 years ago

I lost my 12 word phrase.than I want recover my 12 word phrase pls help me

p1r473 commented 3 years ago

Good afternoon, I was reviewing the BIP39 code of your website and what happens is that it weighs more than 4MB, so I am looking for a short code that can convert a 12-word phrase to a BIP44 bitcoin address. For example : Input : almost better blossom genius person tower service rather surface romance space funny Output : 1B7PRSnZYAxTFE69op3gDaNdmqWZURTU7r

And if there is any way to contact iancooleman by telegram or email to talk about a possible business.

Regards

https://raw.githubusercontent.com/johnlockejrr/plutushybid/master/plutushybrid.py

FATHIMATHSAMAA commented 3 years ago

I want my 12 word phrase pls help me

kenorb commented 2 years ago

Few other examples: