Skip to main content

No project description provided

Project description

BOSMiner-py

Python client to retrieve data from any miner running Braiins OS+ Socket API.

Install

pip install bosminer

Usage

from bosminer.client import BosMiner

host = 'moe.s5p8'
miner = BosMiner(host)
print(miner.version())
{
   "STATUS": [
      {
         "STATUS": "S",
         "When": 1684938931,
         "Code": 22,
         "Msg": "BOSer versions",
         "Description": "BOSer boser-buildroot 0.1.0-0ce150e9"
      }
   ],
   "VERSION": [
      {
         "API": "3.7",
         "BOSer": "boser-buildroot 0.1.0-0ce150e9"
      }
   ],
   "id": 1
}
print(miner.fans())
{
   "STATUS": [
      {
         "STATUS": "S",
         "When": 1684941022,
         "Code": 202,
         "Msg": "4 Fan(s)",
         "Description": "BOSer boser-buildroot 0.1.0-0ce150e9"
      }
   ],
   "FANS": [
      {
         "FAN": 0,
         "ID": 0,
         "RPM": 3226,
         "Speed": 32
      },
      {
         "FAN": 1,
         "ID": 1,
         "RPM": 3315,
         "Speed": 32
      },
      {
         "FAN": 2,
         "ID": 2,
         "RPM": 3226,
         "Speed": 32
      },
      {
         "FAN": 3,
         "ID": 3,
         "RPM": 3255,
         "Speed": 32
      }
   ],
   "id": 1
}

Implemented commands

All available commands are implemented. Check Bosminer API docs.

The commands switchpool, enablepool, disablepool, addpool and removepool are not fully implemented in Braiins OS. The outcome of these commands is reset after restart and they do not activate the pools. This is a known issue and is being fixed.

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

bosminer-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

bosminer-0.1.0-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

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