Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 591 Bytes

README.rst

File metadata and controls

31 lines (17 loc) · 591 Bytes

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)