chia-miner
chia-miner copied to clipboard
Chia-Miner on linux
Hello, how I can use chia-miner on linux? There isn't release for linux gui ? https://github.com/hpool-dev/chia-miner/releases
You can run the client from command line. Beware there is no source code deposit behind this project. It might be a complete scam.
Hi guys, I would like to know which params after ApiKey in the linux version? Because I am not able to understand what are the necessary information to fill, after ApiKey in Terminal (Linux). I appreciate the help.
Anybody ?
Seems no, don't work for me too (in CLI)
Hi guys, any updates?
I finally find how to make it work without command line :
- Download and unzip release (in my case, 1.2.0-4)
- Go in
linuxfolder, then open terminal - Run for the first time:
./hpool-miner-chia - Enter your API-key
- Stop it. Go to
config.yamlfile and fillpathwith all folder which contains plot, such as:
path: [
"/mnt/my-hdd/plots",
"/media/user/my-hdd2/plots"
]
- Run again
./hpool-miner-chiaand see all log tell that it works
Hi @drlivsi, look this issue #139 or @Elikill58's answer. Both are working.
This issue should be closed. Can you do it ?