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-message

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bittensor-burn-message

Bittensor subnet burn monitoring and Telegram alerts

pipPyPI
Version
1.0.1
Weekly downloads
111
Maintainers
1

bittensor-burn-message

Bittensor subnet burn-rate Telegram alerts on Windows, Linux, and macOS.

Install

pip install bittensor-burn-message

From source:

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

Installs the bittensor-burn-message command.

Linux: if command not found after pip install, add ~/.local/bin to PATH or use:

python3 -m bittensor_burn_message install
python3 -m bittensor_burn_message status

Use

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

Auto-start (after install)

OSMechanism
WindowsTask Scheduler (logon + 5‑min watchdog)
Linuxsystemd user service + 15‑min watchdog timer
macOSLaunchAgent + 15‑min watchdog

Runs until bittensor-burn-message uninstall. After login/reboot, auto-start waits for network, retries burn startup, and runs a 15‑min wake watchdog. If the daemon does not come up, run bittensor-burn-message wake.

Telegram setup (burn alerts)

  • Message @BotFather/newbot → copy the token.
  • Send your bot a message.
  • Open https://api.telegram.org/bot<YOUR_TOKEN>/getUpdates and copy "chat":{"id": ...}.
  • Run bittensor-burn-message install --telegram_token ... --telegram_chat_id ....

Burn alerts use your bot/chat.

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