mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-23 00:28:14 +00:00
Made changes to ch03.asciidoc
This commit is contained in:
parent
75060189bd
commit
75cb296581
@ -1212,7 +1212,8 @@ include::code/pycoin_example.py[]
|
||||
----
|
||||
====
|
||||
|
||||
For many examples using the command-line utilities ku and tx, see [XREF-appdx_pycoin].
|
||||
For many examples using the command-line utilities ku and tx, see <<Appendix_pycoin_ku_and_tx>>
|
||||
|
||||
|
||||
==== 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…
Reference in New Issue
Block a user