python-bitcoinaddress icon indicating copy to clipboard operation
python-bitcoinaddress copied to clipboard

Bitcoin address validation

Results 4 python-bitcoinaddress issues
Sort by recently updated
recently updated
newest added

skip magic byte check by default. else valid btc addresses starting with 3 or bc1 are considered invalid. as magic byte values for these addresses is somewhat unintuitive I'd simply...

Hi, im getting this: ``` NameError: name 'sys_platform' is not defined ``` when installing on python 2.7.11 with pip version 7.1.2 and setuptools 19.1.1

Note that there are all sorts of fun python3 errors in the tests anyway, but at least this imports now.

There doesn't seem to be a reason to use `ez_setup`, and not all python installations will have it anyway.