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

Made changes to appdx-pycoin.asciidoc

This commit is contained in:
drusselloctal@gmail.com 2014-10-31 09:00:07 -07:00
parent 0800943a73
commit c8f61afd3f

View File

@ -48,10 +48,9 @@ Bitcoin address : 1FNNRQ5fSv1wBi5gyfVBs2rkNheMGt86sp
Create a BIP32 key from a passphrase:
[[WARNING]]
[WARNING]
====
The passphrase in this example is way too easy to guess.
====
----
$ ku P:foo
@ -121,7 +120,7 @@ $ ku P:foo -P -j
----
====
Public BIP32 Key:
Public BIP32 key:
====
----
@ -195,7 +194,7 @@ $ ku P:foo -s 0/0-5 -a
----
====
Generate the corresponding WIFS:
Generate the corresponding WIFs:
====
----
@ -339,9 +338,9 @@ Dogecoin address : DFpN6QqFfUm3gKNaxN6tNcab1FArL9cZLE
==== Transaction Utility (TX)
The command-line utility ```tx``` will display transactions in human-readable form, fetch base transactions from pycoin's transaction cache or from web services (blockchain.info, blockr.io, biteasy.com are currently supported), merge transactions, add or delete inputs or outputs, and sign transactions.
The command-line utility +tx+ will display transactions in human-readable form, fetch base transactions from pycoin's transaction cache or from web services (blockchain.info, blockr.io, and biteasy.com are currently supported), merge transactions, add or delete inputs or outputs, and sign transactions.
Examples:
Following are some examples.
View the famous "pizza" transaction [PIZZA]:
@ -361,7 +360,7 @@ tx: error: can't find Tx with id 49d2adb6e476fa46d8357babf78b1b501fd39e177ac7833
----
====
Oops! We don't have web services set up. Let's do that now.
Oops! We don't have web services set up. Let's do that now:
====
[source,bash]
----
@ -371,7 +370,7 @@ $ export PYCOIN_CACHE_DIR PYCOIN_SERVICE_PROVIDERS
----
====
It's not done automatically so a command-line tool won't leak potentially private information about what transactions you're interested in to a third party web site. If you don't care, you could put these lines into your .profile.
It's not done automatically so a command-line tool won't leak potentially private information about what transactions you're interested in to a third-party website. If you don't care, you could put these lines into your _.profile_.
Let's try again: