python-bitcoin-blockchain-parser icon indicating copy to clipboard operation
python-bitcoin-blockchain-parser copied to clipboard

Indicate wheter an address uses compressed or uncompressed public key

Open alecalve opened this issue 8 years ago • 1 comments

Add a boolean property to the Address class indicating wheter an address uses compressed or uncompressed public key. If the public key for the address is unknown, an exception should be raised.

alecalve avatar Nov 06 '15 21:11 alecalve

Did anybody ever work on this? I want to know how many bitcoins are trapped in addresses known to be segwit derived from uncompressed keys like in this. How hard would it be, given that the pubkey only gets revealed at spend?

Giszmo avatar Mar 22 '19 02:03 Giszmo