stacks-network / pybitcoin

A Bitcoin python library for private + public keys, addresses, transactions, & RPC
MIT License
277 stars 117 forks source link

Add blockcypher support #25

Closed mflaxman closed 9 years ago

mflaxman commented 9 years ago

This opens the door for supporting other currencies in the future, as blockcypher already supports many.

shea256 commented 9 years ago

Wait, it looks like you edited pybitcoin/services/bitcoind.py. This file should not be touched as it's for direct connections to bitcoind.

Types of blockchain clients supported:

mflaxman commented 9 years ago

Oops, sorry I checked in the wrong version before. That made no sense.

I went a little over-zealous with a massive search and replace. It's a little tricky that everything has block and chain in it but means very different things (blockchain_info vs blockchain_client).

Fixed now, look good?

mflaxman commented 9 years ago

@shea256 are you waiting for anything on this? Not sure you saw the changes I submitted.