1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-01 04:58:59 +00:00
bitcoinbook/code
ZhaoChunsheng 5460eb7a8d
Update key-to-address-ecc-example.py
The code is very possible to miss a leading '0'.
E.g:
Private Key (hex) is: 57c003d31cca32f79a22e70334fff37875617e89c04d2746b5efc22067ccb8fd
Before: Compressed Public Key (hex) is: 03 8f0de2360796ae0fe17f1a2b0be30af6fb45eccc4a1c7afb5ebea21d041b6e0
After: Compressed Public Key (hex) is: 03 08f0de2360796ae0fe17f1a2b0be30af6fb45eccc4a1c7afb5ebea21d041b6e0

The bug is in the pybitcointools, but it is not updated, we can only repair it ourselves.
2018-01-27 21:56:25 +08:00
..
addr.cpp code fixes to update to libbitcoin v3 2017-07-18 12:07:31 +08:00
bip-table.py print() function for Python 3 2017-08-24 18:14:02 +02:00
ec-math.py Trailing L not needed in Py2 & Syntax Error in Py3 2017-08-24 19:07:00 +02:00
extract-from-pk-script.go Extract info from pk script example 2014-07-31 20:21:26 +03:00
get-utxo.py print() function for Python 3 2017-08-24 18:20:22 +02:00
hash_example.py from __future__ import print_function 2017-09-06 07:23:23 +02:00
key-to-address-ecc-example.py Update key-to-address-ecc-example.py 2018-01-27 21:56:25 +08:00
max_money.py print() function for Python 3 2017-08-24 18:29:06 +02:00
merkle.cpp code fixes to update to libbitcoin v3 2017-07-18 12:07:31 +08:00
p2wpkh.js transaction fees 2016-12-12 15:00:27 +02:00
pay-to-addr-script.go Handle error when decoding address 2014-07-26 15:58:56 +03:00
proof-of-work-example.py long(), print(), xrange() for Python 3 2017-08-24 18:37:02 +02:00
pycoin_example.py from __future__ import print_function 2017-07-23 10:21:30 +02:00
rpc_block.py ch03 rpc API, code examples, libraries 2016-02-04 20:52:15 -06:00
rpc_example.py Rework ch03 for most recent version of Bitcoin Core 2017-10-19 22:35:15 +02:00
rpc_transaction.py ch03 rpc API, code examples, libraries 2016-02-04 20:52:15 -06:00
satoshi-words.cpp code fixes to update to libbitcoin v3 2017-07-18 12:07:31 +08:00
select-utxo.py long() and print() for Python 3 2017-08-24 18:44:48 +02:00
vanity-miner.cpp code fixes to update to libbitcoin v3 2017-07-18 12:07:31 +08:00
websocket-example.go Add websocket example 2014-08-07 15:01:22 +03:00