Made changes to ch03.asciidoc

pull/161/head
myarbrough@oreilly.com 10 years ago
parent 1b765575e9
commit e7e57cb1ab

@ -1212,8 +1212,7 @@ include::code/pycoin_example.py[]
----
====
For many examples using the command-line utilities ku and tx, see <<appendix>>
For many examples using the command-line utilities ku and tx, see <<appdxbitcoinimpproposals>>.
==== btcd
btcd is a full-node bitcoin implementation written in Go. It currently properly downloads, validates, and serves the blockchain using the exact rules (including bugs) for block acceptance as the reference implementation, bitcoind. It also properly relays newly mined blocks, maintains a transaction pool, and relays individual transactions that have not yet made it into a block. It ensures all individual transactions admitted to the pool follow the rules required into the block chain and also includes the vast majority of the more strict checks that filter transactions based on miner requirements ("standard" transactions).

Loading…
Cancel
Save