diff --git a/ch08.asciidoc b/ch08.asciidoc index 2294a2fd..9cd7d3a9 100644 --- a/ch08.asciidoc +++ b/ch08.asciidoc @@ -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 <>, you can see how it works on an average laptop. +++++ + +++++ + [[pow_example_outputs]] .Running the proof of work example for various difficulties ====