-
The WalletWords only general by English.
How can i general my language word? example Chinese word?
My English so bad...
-
Impossible to enter a BIP39 passphrase in the dialog where you can enter the BIP39 mnemonic phrase.
My BIP39 seed uses both a mnemonic phrase, and a BIP39 "passphrase".
However, there is no way …
-
Add a field for bip39 mnemonic, which automatically converts the mnemonic to entropy and fills the master secret.
Likewise when combining use the master secret to generate and display a bip39 mnemo…
-
We have to implement wallet with support for mnemonic phrase, but it seems to me that EOS has not support this feature, only a non-BIP39 words.cpp is provided in the source code.
Will EOS support th…
vjoke updated
3 years ago
-
Hi,
I wanted to check interoperability with https://github.com/BlockchainCommons/seedtool-cli-rust, but I can't get it to work.
E.g.
```
~ sskr-tool split 2of3 1 "abandon abandon abandon aba…
-
I know the correct order of the first 4 words, and the other 20 words are shuffled, can i modify the code the find my seed ?
-
Trezor is using BIP39 to SLIP39 recovery seed standard.
Wasabi should support this for Trezor hwws at least.
Here are the docs on SLIP-39 https://github.com/satoshilabs/slips/blob/master/slip-0039.m…
-
here is the code
const bip39 = require("bip39")
const hey = () =>{
const worddd = 'arrow wear carbon enact shadow expand sword custom tape ice display deliver'
const yrsss = bip39.validat…
-
I noticed that the MnemonicCode is included, and even initialized with an included wordlist in the onCreate() method of the main activity. I don't see any obstacles to implementing this.
The curren…
-