Skip to content

skot/axetui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axetui

A simple Rust + Ratatui dashboard for a Bitaxe miner.

axetui screenshot

It connects to a live Bitaxe over HTTP and WebSocket, then displays:

  • hashrate history
  • power / heat / fan meters
  • current Bitaxe status
  • live log output from /api/ws

Requirements

  • Rust toolchain
  • a reachable Bitaxe running AxeOS

Run

Use the default local hostname:

cargo run -- http://bitaxe.local

Or point it at a specific miner IP:

cargo run -- http://192.168.1.19

You can also use the BITAXE_URL environment variable:

BITAXE_URL=http://192.168.1.19 cargo run

Controls

  • q: quit
  • r: refresh immediately

Build

cargo build

About

A Bitaxe TUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages