mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Contributions by @instagibbs to devel docs
Thanks also (in alphabetical order) to @cbeams, @mikehearn, and @tgeller, among others. The last pre-squash commit was: c2b8d562aa107c7b68c60946cea14cdccc5159ad
This commit is contained in:
parent
46780d3177
commit
82378ddcb4
4 changed files with 522 additions and 0 deletions
25
_includes/ref_wallets.md
Normal file
25
_includes/ref_wallets.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Wallets
|
||||
|
||||
### Deterministic Wallet Formats
|
||||
|
||||
#### Type 1: Single Chain Wallets
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
Type 1 deterministic wallets are the simpler of the two, which can
|
||||
create a single series of keys from a single seed. A primary weakness is
|
||||
that if the seed is leaked, all funds are compromised, and wallet
|
||||
sharing is extremely limited.
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
#### Type 2: Hierarchical Deterministic (HD) Wallets
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||

|
||||
|
||||
For an overview of HD wallets, please see the [developer guide
|
||||
section][devguide wallets]. For details, please see BIP32.
|
||||
|
||||
{% endautocrossref %}
|
Loading…
Add table
Add a link
Reference in a new issue