mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-10-31 20:48:58 +00:00
c6fa743597
If line#24 use 'wif_compressed', it will produce a wrong Key (WIF-Compressed) started with 2. So there should be 'wif', unless : wif_compressed_private_key = bitcoin.encode_privkey( bitcoin.decode_privkey(private_key, 'hex'), 'wif_compressed') This is also right. However, use the 'compressed_private_key' and 'wif_compressed' is wrong. |
||
---|---|---|
.. | ||
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 |