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
- Host: GitHub
- URL: https://github.com/mrminemeet/chiaboard
- Owner: MrMinemeet
- License: mit
- Archived: true
- Created: 2022-09-11T15:45:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T09:56:01.000Z (over 3 years ago)
- Last Synced: 2025-04-02T01:41:29.671Z (about 1 year ago)
- Topics: chia-blockchain, data-aggregation
- Language: Go
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)