NovaCrypto / BIP39

Java Microlibrary implementation of BIP0039
https://novacrypto.github.io/BIP39
GNU General Public License v3.0
92 stars 34 forks source link

I encountered a problem that different derived paths get different addresses #44

Open macrotea opened 3 years ago

macrotea commented 3 years ago

Hello, I am very happy to use your powerful encryption library, but when I was testing the demo example on this page (https://iancoleman.io/bip39/#english), I encountered a problem: From Derived Addresses Title, In the Table tab , how to generate different addresses, public keys, and private keys according to different Derived Paths. When I use the BIP39 library, I don’t know how to implement it. cloud you give me a java demo? Because the page is implemented through the javascript lib, but how to implement the java BIP39 library, I read all the unit tests and don’t know how to write the code, so I need your help. thanks!

link: https://github.com/NovaCrypto/BIP39 https://iancoleman.io/bip39/#english