Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

bittensor-burn

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bittensor-burn

Bittensor subnet burn rate monitoring

pipPyPI
Version
1.8.1
Maintainers
1

bittensor-burn

Burn rate Telegram alerts on Windows, Linux, and macOS. Clipboard monitoring (12/24-word alerts) is Windows only.

Install

For all users (PyPI):

pip install bittensor-burn

From source (developers):

pip install .
# or editable:
pip install -e .

That installs the bittensor-burn command.

Linux: if you see command not found after pip install, pip put the script in ~/.local/bin. Either add it to your PATH:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

or run via Python (always works):

python3 -m bittensor_burn_watch install
python3 -m bittensor_burn_watch status
python scripts/build_wheel.py          # compiled wheels (Cython; see PUBLISHING.md)
twine upload dist/*.whl                # upload all OS/Python wheels
pip install bittensor-burn
bittensor-burn install

Use

bittensor-burn install --telegram_token TOKEN --telegram_chat_id CHAT_ID
bittensor-burn wake                # start daemon (when auto-start installed but not running)
bittensor-burn status              # running? burn paused?
bittensor-burn stop                # pause burn monitoring
bittensor-burn resume              # resume burn monitoring
bittensor-burn shutdown            # stop daemon entirely
bittensor-burn uninstall           # remove auto-start
bittensor-burn burn-snapshot       # send all subnet burn rates (test)
bittensor-burn burn-watch-once     # single burn poll

Windows (native):

pip install .
bittensor-burn install
bittensor-burn status

All methods are idempotent — if bittensor_burn_watch is already running, start is a no-op.

Auto-start on login (after install):

OSMechanism
WindowsTask Scheduler (logon + 15‑min watchdog)
Linuxsystemd user service + 15‑min watchdog timer
macOSLaunchAgent + 15‑min watchdog (com.bittensor.burn.plist)

Runs until bittensor-burn uninstall. After login/reboot, auto-start waits for the network (up to ~3 min), retries burn startup every 5 min until Telegram succeeds, and runs a 15‑min wake watchdog on all platforms. If all retries fail, run bittensor-burn wake. Re-run install to refresh autostart/watchdog units after upgrading. macOS LaunchAgent uses KeepAlive so the daemon restarts if it crashes.

Telegram setup

  • Message @BotFather in Telegram → /newbot → copy the token.
  • Send your new bot any message (e.g. "hi").
  • Open https://api.telegram.org/bot<YOUR_TOKEN>/getUpdates and copy the "chat":{"id": ...} number into TELEGRAM_CHAT_ID.

Keywords

bittensor

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts