Starting changes for how x570 is actually mining.
This commit is contained in:
parent
9693283e22
commit
efbb66a426
4
hosts
4
hosts
@ -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
|
11
local.yml
11
local.yml
@ -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:
|
||||||
|
24
tasks/miner/scripts/mfn.yml
Normal file
24
tasks/miner/scripts/mfn.yml
Normal 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
|
2
tasks/miner/software/nanominer.yml
Normal file
2
tasks/miner/software/nanominer.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
# Nanominer from nanopool.org
|
Loading…
x
Reference in New Issue
Block a user