ThomasLiaoQian
Results
1
comments of
ThomasLiaoQian
> ```shell > docker run -itd --rm \ > -v "/mnt/dst:/mnt/dst" \ > -v "/opt/chia/logs:/opt/log" \ > -v "/opt/chia/config.yaml:/opt/config.yaml" \ > --name miner kayuii/hpool-miner:v1.3.0-5 hpool-chia-miner > ``` > > default...