1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-05-05 16:39:20 +00:00

Made changes to ch03.asciidoc

This commit is contained in:
myarbrough@oreilly.com 2014-10-15 08:29:35 -07:00
parent 9ef1f5316c
commit 816940f415

View File

@ -1215,7 +1215,7 @@ include::code/pycoin_example.py[]
----
====
For many examples using the command line utilities +ku+ and +tx+, see <<appdx_pycoin>>.
For many examples using the command line utilities +ku+ and +tx+, see [XREF-appdx_pycoin].
==== btcd
btcd is a full node bitcoin implementation written in Go. It currently properly downloads, validates, and serves the block chain 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 which filter transactions based on miner requirements ("standard" transactions).