Starting changes for how x570 is actually mining.

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

4
hosts
View File

@ -7,5 +7,5 @@ dell-laptop
usb usb
[miner] [miner]
usb eth=true gpu=true amdgpu=true usb amdgpu=true
x570 eth=true gpu=true amdgpu=true ethminer=true x570 eth=nanominer gpu=true amdgpu=true ethminer=true nanominer=true

View File

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

View File

@ -0,0 +1,24 @@
---
# Script to mine based on flags.
- name: Miner | Scripts | Variables | Ethereum Pools
set_fact:
## NanoPool ##
# Monero
xmr_nanopool1:
xmr_nanopool2:
xmr_nanopool3:
xmr_nanopool4:
xmr_nanopool5:
xmr_nanopool6:
xmr_nanopool7:
# Ethereum
eth_nanopool1:
eth_nanopool2:
eth_nanopool3:
eth_nanopool4:
eth_nanopool5:
eth_nanopool6:
eth_nanopool7:
## Ethermine ##
# Ethereum

View File

@ -0,0 +1,2 @@
---
# Nanominer from nanopool.org