Skip to main content

Control and monitor your Bobcat miner

Project description

bobcatpy

A Python library to interact with the Bobcat Helium miner diagnostics API.

BobcatPy provides an alternative way to interact with the Bobcat diagnoser interface and includes some additional functionality for easy troubleshooting and maintenance.

Installation

bobcatpy is available through PyPi.

pip install bobcatpy

Usage

import bobcatpy

# Define your Bobcat instance. Replace with your actual hotspot IP
b = Bobcat("192.168.1.150")

# Get statuses
b.temps()
b.sync_status()
b.miner_status()

# Reboot the hotspot
b.reboot()

# Fastsync the hotspot
b.fastsync()

# Resync the hotspot
b.resync()

# Reset the hotspot
b.reset()

# Run diagnostics
b.diagnose()

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

bobcatpy-1.0.8.tar.gz (16.0 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