vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 856 forks source link

Feature/use blockchain explorer #195

Closed primal100 closed 6 years ago

primal100 commented 6 years ago

Chain.so api limits are very low. This pull requests change Bitcoin to use blockchain.info which supports mainnet, testnet and segwit.

Pull requests also fixes deserialization and accurate txids for segwit transactions.