1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
597 stars 199 forks source link

Remove unavailable service providers #299

Closed f321x closed 1 year ago

f321x commented 1 year ago

I noticed most included bitcoin testnet provider apis are down or not available. Also the included mainnet providers mostly have a somewhat shady history and there are more reliable and trustworthy apis available, both for main and testnet.

Mempool.space: https://mempool.space/de/docs/api/rest Blockstream.info: https://github.com/Blockstream/esplora/blob/master/API.md

f321x commented 1 year ago

Ok i see blockstream and mempool are already added, maybe it's sufficient to clean out some old providers which closed their api

f321x commented 1 year ago

Seems to be working when setting offline=False facepalm