Commit Graph

80 Commits (develop)

Author SHA1 Message Date
David A. Harding 064b6a7da7 Remove unused code examples
8 months ago
David A. Harding 43ae026233 CH12: simplify PoW example
8 months ago
David A. Harding 8d6972d719 Libbitcoin bx: remove all mentions of vulnerable tool
8 months ago
David A. Harding e0932e89f7 CH11-12: remove long & not-very-useful example code
9 months ago
David A. Harding 825d52823c All: remove references to blockchain.info
9 months ago
David A. Harding 5b1a5bff0a CH03-04: edits for Murchandamus feedback
9 months ago
David A. Harding 206ee88a26 CH04::vanity addresses: update, drop code, clarify security/privacy
1 year ago
David A. Harding 132094b670 CH04::legacy addresses: remove code examples
1 year ago
David A. Harding 5f2c61e71b CH03::shell & code examples: update for 2023
1 year ago
David A. Harding 2f0d7d8c3a Revert CC-BY-SA material added since the second edition
1 year ago
Andreas M. Antonopoulos a3229bbbc0 bitcoin/Bitcoin capitalization changed everywhere
3 years ago
Samir Sadek 989cb006f1 remove reference to the old library bitcoin for the new library cryptos
3 years ago
Will Binns 06b8fe01cc
Merge branch 'develop' into patch-1
3 years ago
Will Binns 39d663ed30
ch04: Fix 'key-to-address-ecc-example'
3 years ago
drakos 6b041e5341
Fix for Private Key (WIF-Compressed)
3 years ago
Hennadii Stepanov 5d50a93ee6
ch10: Align target description with the actual implementation
3 years ago
Fan c6fa743597
Update key-to-address-ecc-example.py
4 years ago
Will Binns cec55847b0
Merge pull request #616 from terzim/patch-2
5 years ago
Will Binns ecbde7c77c
Merge pull request #568 from theStack/maxmoney_unusedvar
5 years ago
Will Binns ee6131abf0
Merge pull request #531 from koshikraj/code-fix
5 years ago
Massimiliano Terzi 9e2817f50a
Update ec-math.py
5 years ago
theStack 24fd7bd79b max_money.py: use variable start_block_reward (eliminate magic number)
6 years ago
Arthur O'Dwyer 9504d804e0 Stop using numeric_limits for the constant "255", and fix a bug.
6 years ago
koshikraj d70a0f91f2 fixed hashlib library error for python3
6 years ago
Andreas M. Antonopoulos 7ed95b283b Errata 166266
6 years ago
MaloneGod b01acc076b
correct an error line 24 'wif' to 'wif_compressed'
6 years ago
cclauss ecd13d3523 whitespace fixes to placate flake8
6 years ago
Andreas M. Antonopoulos b7d97a5e80
Use of print function from Python 3 requires ()
6 years ago
Andreas M. Antonopoulos 9dacbb40e3 Merge remote-tracking branch 'github/develop' into second_edition
6 years ago
Andreas M. Antonopoulos cbc23caf8a
Merge pull request #431 from cjjojoba/cjjojoba-patch-1
6 years ago
ZhaoChunsheng 5460eb7a8d
Update key-to-address-ecc-example.py
6 years ago
Cihat Imamoglu fc84c40e8b
Update ec-math.py
6 years ago
Manjeet Singh Bhatia 22e17ffd3c
Update hash_example.py
7 years ago
Will Binns d5e2316438
Merge pull request #372 from cclauss/patch-3
7 years ago
MarcoFalke fa6ee0557e Rework ch03 for most recent version of Bitcoin Core
7 years ago
cclauss b8a0cddb9f from __future__ import print_function
7 years ago
cclauss a47fa095cf from __future__ import print_function
7 years ago
Will Binns 64f851da26 Merge pull request #367 from cclauss/patch-3
7 years ago
cclauss 14138a859f Trailing L not needed in Py2 & Syntax Error in Py3
7 years ago
cclauss df302e9fe5 long() and print() for Python 3
7 years ago
cclauss 35fef9a94f long(), print(), xrange() for Python 3
7 years ago
cclauss 3c0b24edd7 print() function for Python 3
7 years ago
cclauss cb1053f905 print() function for Python 3
7 years ago
cclauss bdc3743e30 print() and range() for Python 3
7 years ago
cclauss 06ecaf9168 print() function for Python 3
7 years ago
cclauss 5f3a3d4469 print() function for Python 3
7 years ago
cclauss f396920189 from __future__ import print_function
7 years ago
Andreas M. Antonopoulos d930042fc6 code fixes to update to libbitcoin v3
7 years ago
Andreas M. Antonopoulos 97496a50fb fixes to code example
7 years ago
Nick Adams c05329d9cf PR edits through Ch 5
7 years ago