programmingbitcoin icon indicating copy to clipboard operation
programmingbitcoin copied to clipboard

Repository for the book

Results 113 programmingbitcoin issues
Sort by recently updated
recently updated
newest added

In method `__pow__` of class `FieldElement` an incorrect result of 1 is returned when 0 to the power `k(p - 1)` is calculated, where `k` is a non-zero integer (in...

OP_CHECKMULTISIG in Fig. 6-22 should read OP_CHECKSIG.

In the function `Script.evaluate` on p116 and in line 134 in `script.py` at : [Chapter 6, script.py](https://github.com/jimmysong/programmingbitcoin/blob/master/code-ch06/script.py) would it not be better to have : `if decode_num(stack.pop()) == 0:` instead...