dash-docs/_includes/devdoc/ref_wallets.md
2015-09-05 20:49:55 -04:00

35 lines
988 B
Markdown

{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/ref_wallets.md" %}
## Wallets
{% include helpers/subhead-links.md %}
### Deterministic Wallet Formats
<!-- no subhead-links here -->
#### Type 1: Single Chain Wallets
<!-- no subhead-links here -->
{% 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
<!-- no subhead-links here -->
{% autocrossref %}
![Overview Of Hierarchical Deterministic Key Derivation](/img/dev/en-hd-overview.svg)
For an overview of HD wallets, please see the [developer guide
section][devguide wallets]. For details, please see BIP32.
{% endautocrossref %}