Stop CPU mining on x570, was opnly for testing. Get greedy with scheduling.

This commit is contained in:
Hyperling 2021-02-15 20:07:55 -06:00
parent aff17f56ef
commit 51f50c4118
2 changed files with 1 additions and 2 deletions

2
hosts
View File

@ -8,4 +8,4 @@ usb
[miner]
usb amdgpu=true
x570 amdgpu=true nanominer=true nanominer_cpu=xmr nanominer_cpu_pool=nanopool nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu_pool=nanopool
x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu_pool=nanopool

View File

@ -25,7 +25,6 @@
cron:
user: mfn
name: "Start {{ item.name }}"
minute: "*/5"
job: "{{ item.command }}"
state: present
disabled: "{{ not(item.enabled) }}"