/minerapi

Python wrapper for the miners RPC API

Primary LanguagePythonMIT LicenseMIT

MinerAPI

Python wrapper for the miners RPC API (cgminer/bfgminer, cpuminer-multi).

This is a fork of pycgminer by Thomas Sileo.

Installation

$ pip install minerapi

$ pip install -e .

QuickStart

from minerapi import Cgminer

cgminer = Cgminer()

summary = cgminer.summary()

my_asic = cgminer.asc(0)