Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arrayzoneyour/chia-toolkit


https://github.com/arrayzoneyour/chia-toolkit

Last synced: about 1 month ago
JSON representation

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