1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-11 08:10:54 +00:00

Made changes to appdx-pycoin.asciidoc

This commit is contained in:
drusselloctal@gmail.com 2014-10-31 08:56:32 -07:00
parent 34b76ebe45
commit 0800943a73

View File

@ -1,17 +1,15 @@
[appendix] [appendix]
== Appendix - pycoin, ku and tx. == Appendix - pycoin, ku, and tx
The Python library +pycoin+ (http://github.com/richardkiss/pycoin), originally written and maintained by Richard Kiss, is a Python-based library that supports manipulation of bitcoin keys and transactions, even supporting the scripting language enough to properly deal with non-standard transactions. The Python library http://github.com/richardkiss/pycoin[+pycoin+], originally written and maintained by Richard Kiss, is a Python-based library that supports manipulation of bitcoin keys and transactions, even supporting the scripting language enough to properly deal with nonstandard transactions.
The pycoin library supports both Python 2 (2.7.x) and Python 3 (after 3.3), and comes with some handy command-line utilities, ku and tx. The pycoin library supports both Python 2 (2.7.x) and Python 3 (after 3.3), and comes with some handy command-line utilities, ku and tx.
=== Pycoin command-line tools: KU and TX === Key Utility (KU)
==== Key Utility (KU) The command-line utility +ku+ ("key utility") is Swiss Army knife for manipulating keys. It supports BIP32 keys, WIF, and address (bitcoin and alt-coins). Following are some examples.
The command-line utility ```ku``` ("key utility") is Swiss Army knife for manipulating keys. It supports BIP32 keys, WIF, and address (bitcoin and alt coins). Here 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:
==== ====
---- ----
@ -50,7 +48,9 @@ Bitcoin address : 1FNNRQ5fSv1wBi5gyfVBs2rkNheMGt86sp
Create a BIP32 key from a passphrase: Create a BIP32 key from a passphrase:
*THE PASSPHRASE IN THIS EXAMPLE IS WAY TOO EASY TO GUESS.* [[WARNING]]
The passphrase in this example is way too easy to guess.
==== ====
---- ----