An open API service indexing awesome lists of open source software.

https://github.com/mrminemeet/chiaboard

CLI tool that displays stats similarly to the GUI version of chia
https://github.com/mrminemeet/chiaboard

chia-blockchain data-aggregation

Last synced: 10 months ago
JSON representation

CLI tool that displays stats similarly to the GUI version of chia

Awesome Lists containing this project

README

          

# ChiaBoard
CLI tool that displays stats similarly to the GUI version of chia

## Shown information
* Expected Time to Win
* Estimated NetSpace
* Farm Status (*Farming, Synced, Syncing, Syncing, Not Synced*)
* Plot Count incl. total size of plots
* Difficulty
* Network (eg. `mainnet`)
* Total Iterations since Blockchain start
* Local and Global height
* Total Balance

## How to Build
Make sure you have [Go](https://go.dev/) installed.
For development, I currently use *1.19.2*.

To build the binary, simply execute the `build.sh` file, and you should get a `ChiaBoard` binary in the same directory.

## License
Copyright © 2022 by MrMinemeet (Alexander Voglsperger)

ChiaBoard is available under the terms of the [MIT license](./LICENSE)