mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-01 04:58:59 +00:00
5460eb7a8d
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. |
||
---|---|---|
.. | ||
addr.cpp | ||
bip-table.py | ||
ec-math.py | ||
extract-from-pk-script.go | ||
get-utxo.py | ||
hash_example.py | ||
key-to-address-ecc-example.py | ||
max_money.py | ||
merkle.cpp | ||
p2wpkh.js | ||
pay-to-addr-script.go | ||
proof-of-work-example.py | ||
pycoin_example.py | ||
rpc_block.py | ||
rpc_example.py | ||
rpc_transaction.py | ||
satoshi-words.cpp | ||
select-utxo.py | ||
vanity-miner.cpp | ||
websocket-example.go |