btcnet_info

BitCoin Network Information Library
Download

btcnet_info Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Colin Rice
  • Publisher web site:
  • https://github.com/c00w/

btcnet_info Tags


btcnet_info Description

btcnet_info is a BitCoin network information library written in Python. 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_infofor pool in btcnet_info.get_pools: print pool.name print pool.sharesIt also allows you to iterate over know coinsEX:import btcnet_infofor pool in btcnet_info.get_coins(): print coin.name print coin.difficultyIf you don't like this you can also get difficulties and exchange rates directlyEX:import btcnet_infoprint btcnet_info.get_difficulty('btc')print btcnet_info.get_exchange('btc')Product's homepage


btcnet_info Related Software