Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrayzoneyour/chia-toolkit
https://github.com/arrayzoneyour/chia-toolkit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arrayzoneyour/chia-toolkit
- Owner: ArrayZoneYour
- License: mit
- Created: 2021-05-05T12:45:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T18:34:05.000Z (over 3 years ago)
- Last Synced: 2024-10-14T10:18:06.584Z (3 months ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](./docs/Screenshot.png)
## Setup
`build from source`
`.env`
```
FARMER_EKY=xxxxxx
POOL_KEY=xxxxxxx
CHIA_PATH=/home/chia-miner/miner/chia-blockchain
CHIA_BIN=/home/chia-miner/miner/chia-blockchain/venv/bin/chia
OUTPUT_PATH=/media/chia-miner/ST-16T-0
``````
yarn
yarn smart-plot
```## Environment Requirements
- ubuntu 20.04
- node >=16## Roadmap
- cli
- [x] show phase 2 - 4 progress
- [ ] calculate ETA by disk write/read
- database
- [ ] save time cost from different params pair
- scheduler
- [x] get usable SSDs
- [x] get current active chia plots' task
- [x] get available storage size
- [x] create new plot task automatically
- [x] support ssd which size != 1T
- UI
- [ ] init dashboard with basic operations