h9-dev / chia-miner

The miner for Chia.
https://www.h9.com
225 stars 40 forks source link

Chia-Miner on linux #74

Open xguya opened 3 years ago

xguya commented 3 years ago

Hello, how I can use chia-miner on linux? There isn't release for linux gui ? https://github.com/hpool-dev/chia-miner/releases

diveinstructor commented 3 years ago

You can run the client from command line. Beware there is no source code deposit behind this project. It might be a complete scam.

pierrediderot commented 3 years ago

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.

pierrediderot commented 3 years ago

Anybody ?

Elikill58 commented 3 years ago

Seems no, don't work for me too (in CLI)

drlivsi commented 3 years ago

Hi guys, any updates?

Elikill58 commented 3 years ago

I finally find how to make it work without command line : 1) Download and unzip release (in my case, 1.2.0-4) 2) Go in linux folder, then open terminal 3) Run for the first time: ./hpool-miner-chia 4) Enter your API-key 5) Stop it. Go to config.yaml file and fill path with all folder which contains plot, such as:

path: [
   "/mnt/my-hdd/plots",
   "/media/user/my-hdd2/plots"
]

6) Run again ./hpool-miner-chia and see all log tell that it works

pierrediderot commented 3 years ago

Hi @drlivsi, look this issue #139 or @Elikill58's answer. Both are working.

Elikill58 commented 2 years ago

This issue should be closed. Can you do it ?