Skip to main content

BitCoin Network Information Library

Project description

This is a bitcoin network information library.
Currently it is the backend polling implementation for bitHopper although anyone may use. Note that it uses gevent.

It has two main methods.
The first one returns a list of pools.
EX:

import btcnet_info
for pool in btcnet_info.get_pools:
print pool.name
print pool.shares

It also allows you to iterate over know coins
EX:

import btcnet_info
for pool in btcnet_info.get_coins():
print coin.name
print coin.difficulty

If you don't like this you can also get difficulties and exchange rates directly
EX:

import btcnet_info
print btcnet_info.get_difficulty('btc')
print btcnet_info.get_exchange('btc')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

btcnet_info-0.1.2.23.tar.gz (14.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page