Starting changes for how x570 is actually mining.

This commit is contained in:
2021-02-14 07:12:05 -06:00
parent 9693283e22
commit efbb66a426
6 changed files with 35 additions and 6 deletions

View File

@ -81,8 +81,8 @@
tasks:
### CPU SECTION ###
# Monero #
- include: tasks/miner/cpu/xmr.yml
when: cpu is defined and xmr is defined
- include: tasks/miner/software/xmr-stak-cpu.yml
when: xmr_stak_cpu is defined
### GPU Section ###
## Drivers ##
@ -90,8 +90,11 @@
when: ansible_distribution == "Ubuntu" and amdgpu is defined
# Ethereum #
- include: tasks/miner/gpu/ethminer.yml
when: gpu is defined and eth is defined
- include: tasks/miner/software/ethminer.yml
when: ethminer is defined
- include: tasks/miner/software/ethminer.yml
when: nanominer is defined
# Scheduling
post_tasks: