1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-02-03 03:12:02 +00:00

Merge pull request #27 from erikwam/patch-5

Update ch03.asciidoc
This commit is contained in:
Minh T. Nguyen 2014-05-17 15:00:18 -07:00
commit a4c6534899

View File

@ -1148,7 +1148,7 @@ $ sx addr < public_key
===== Deterministic keys with sx ===== Deterministic keys with sx
The keys generated above are so called type-1 non-deterministic keys. That means that each one is generated from a random number generator. The sx tools also support type-2 deterministic keys, where a "master" key is created and then extended to produce a chain or tree of subkeys. The keys generated above are so called type-0 non-deterministic keys. That means that each one is generated from a random number generator. The sx tools also support type-2 deterministic keys, where a "master" key is created and then extended to produce a chain or tree of subkeys.
First, we generate a "seed" that will be used as the basis to derive a chain of keys, compatible with the Electrum wallet and other similar implementations. We use the +newseed+ command to produce a seed value: First, we generate a "seed" that will be used as the basis to derive a chain of keys, compatible with the Electrum wallet and other similar implementations. We use the +newseed+ command to produce a seed value: