1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Made changes to ch08.asciidoc

This commit is contained in:
myarbrough@oreilly.com 2014-12-01 07:28:03 -08:00
parent 29fea89b5f
commit 214dd6ede3

View File

@ -513,6 +513,10 @@ include::code/proof-of-work-example.py[]
Running this code, you can set the desired difficulty (in bits, how many of the leading bits must be zero) and see how long it takes for your computer to find a solution. In <<pow_example_outputs>>, you can see how it works on an average laptop.
++++
<?hard-pagebreak?>
++++
[[pow_example_outputs]]
.Running the proof of work example for various difficulties
====