-
![图片](https://github.com/user-attachments/assets/f8da4173-6566-464c-bfdc-902dd7299799)
Use seed generator master private key.
-
This protocol generates raw private keys, which make using the funds unnecessarily difficult. If HD wallets are created, you don't have to reuse the same address, which increases privacy.
-
In the 'Wallet Types Overview' video at 2:01, in the 'description' box for 'Non-Deterministic Wallet', it says "These wallets are simplycollections" with no space in between "simply" and "collections"…
-
### Description
Propose to upgrade our implementation of wallet key generation to use the [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) standard. BIP44 uses a hardened deriv…
wd021 updated
2 years ago
-
This will allow generating the wallet keys from the seed phrase.
Helps with :
- Data loss
- Data corruption
- Data deletion
- Wallet recovery
-
Avoiding usage of internal address space could lead to incomplete funds discovery when migrating from foreign wallet to Zingo wallet by passing a seed phrase (opposite direction should be fine).
##…
-
# What problem does this feture solve?
# Describe what you've considered?
# Code sample / Spec
I want to generate another new address by a existed wallet,but i don't know how to do,can you …
-
the public_key must be returned in one of these formats:
* `hex`
* `base64`
* `base58`
* `wif` (with optional params: `--prefix`, `--compression`, `--version` from [this page](http://learnmeabit…
-
This proposal is about how to use a simpler way to generate, import and export new wallets. It will impact EIP-0002 (#2) proposal (about a common Exchange Wallet Format).
As for now, unless I'm wro…
-
Context:
- https://github.com/rust-bitcoin/rust-bitcoin/issues/2449
- #2451
- Reverted in PR #2674
Some more things of interest:
BIP-32 never mentions the term 'derivation path' so our `De…