mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Made changes to appdx-pycoin.asciidoc
This commit is contained in:
parent
9149ac5cb8
commit
b0de0878e9
@ -10,7 +10,7 @@ The pycoin library supports both Python 2 (2.7.x) and Python 3 (after 3.3), and
|
|||||||
|
|
||||||
=== Key Utility (KU)
|
=== Key Utility (KU)
|
||||||
|
|
||||||
((("key utility (ku)", id="ix_appdx-pycoin-asciidoc0", range="startofrange")))The command-line utility +ku+ ("key utility") is a Swiss Army knife for manipulating keys. It supports BIP32 keys, WIF, and address (bitcoin and alt coins). Following are some examples.
|
((("key utility (ku)", id="ix_appdx-pycoin-asciidoc0", range="startofrange")))The command-line utility +ku+ ("key utility") is a Swiss Army knife for manipulating keys. It supports BIP32 keys, WIF, and addresses (bitcoin and alt coins). Following are some examples.
|
||||||
|
|
||||||
Create a BIP32 key using the default entropy sources of GPG and _/dev/random_:
|
Create a BIP32 key using the default entropy sources of GPG and _/dev/random_:
|
||||||
|
|
||||||
@ -394,7 +394,7 @@ including unspents in hex dump since transaction not fully signed
|
|||||||
----
|
----
|
||||||
====
|
====
|
||||||
|
|
||||||
The final line appears because to validate the transactions' signatures, you technically need to the source transactions. So let's add +-a+ to augment the transactions with source information:
|
The final line appears because to validate the transactions' signatures, you technically need the source transactions. So let's add +-a+ to augment the transactions with source information:
|
||||||
|
|
||||||
====
|
====
|
||||||
----
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user