-
Hi,
How can I restore all wallet addresses **if I only have a mnemonic and a pin**? Access to the mail was lost to which the account was registered.
I'm a developer, and I don't quite understand t…
-
1- Entropy from mouse + local + whatever -> 256 bytes
Secure random add int()
2- Sha256 to make 256 bits and take first 128bits of that.
4- Feed that to BIP39 12 Mix 12 words with user phrase t…
-
I am using this createHash package in my code. The problem is it works fine for the algorithms i.e. 'md5', 'rmd160' and 'ripemd160' however for the sha algorithms, I am getting the error:
const ha…
-
To support mnemonic phrases BIP39, I need a 64 byte site support in KeyPair generator Exonum.
https://iancoleman.io/bip39/
-
How can I create a custom wallet using the following parameters:
1. OWN seed (BIP39 seed)
2. p2sh-segwit (p2wpkh-p2sh)
Didn't find such function in JSON-RPC API (create function didn't help…
-
See https://github.com/iancoleman/bip39/issues/257#issuecomment-433740985
> many popular wallets want you to back up your recovery seed using BIP39 mnemonics. If you can convert that string back in…
-
- [x] 通过助记词生成钱包,缓存到本地,显示到首页
- [x] 钱包列表
- [x] 助记词导入钱包
- [x] 私钥导入钱包
- [x] 切换钱包
- [x] 删除指定钱包
### 生成助记词:
```
import 'package:bip39/bip39.dart' as bip39;
import 'package:ed25519_hd_key/ed25519…
-
Aside from the leading 'version' word in shamir mnemonics, it may be useful for them to be bip39 compatible. Currently they don't have a checksum so are reported as invalid by most bip39 software*
…
-
![image](https://user-images.githubusercontent.com/53052609/135946787-9fde0a8a-9b25-40b1-82d7-80f9ddd3139a.png)
Cuando entro en la web "oficial" me salta un aviso para ir a la otra web (fake?)
E…
-
When a user is typing in a mnemonic to recover from a backup, it's convenient to accept 4-character prefixes for BIP39 words, rather than requiring the user to type it all out.
Example: http://cryp…