A Linux CLI tool that allows you to broadcast current Braiins Pool bitcoin mining info from your user profile directly to your BlockClock Mini (https://blockclockmini.com/)
Display the following tags:
Got requests for other tags? Open an issue.
First you'll want to obtain your Blockclock's IP address as well as a Braiins Auth Token.
This assume's that you have already setup your Blockclock Mini.
If you need your Blockclock's IP, press on the second button from the top on the right side of the Blockclock. You'll see an IP address, likely in the 5th square.
We'll need to set your blockclock to manual in order to send it GET requests. Enter your clock's IP in a browser
You now have access to your Blockclock's settings page. On the Display Page, go down to Display Preferences, set Screen Update Rate to Manual.
That is all!
Login: https://pool.braiins.com/login
Keep that IP address and Auth Token handy. You'll be asked to enter those on startup
The binary for braiin clock is braiin_clock
Currently the only way to install the binary is with cargo.
First install the rust toolchain - If you’re using Linux or macOS, open a terminal and enter the following command:
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
For Windows users visit: https://forge.rust-lang.org/infra/other-installation-methods.html#other-ways-to-install-rustup
You'll need to download and run the rustup-init executable.
Once install you can install the binary using cargo install
:
cargo install braiin_clock
Within a terminal window enter: braiin_clock
The program will start.
If this command does not work make sure the .cargo/
directory is on your Path.
You'll be asked to enter you Braiins API Token and your Blockclock's IP address.
Follow the instructions --> Select the tags you want to display and press "q" once you've selected your desired tags. Select the blockclock display refresh rate. If you want to change any of these settings you'll want to press CTRL+C to exit the program and start over.
The Blockclock will display the tags in the selected order, continuously, until you exit the program, close the terminal or shutdown your computer.
This is a work in progress and there may be bugs. Please open an issue if you run into any. Thank you :D