faangbait / xch-miner

Ansible playbooks and roles to deploy Chia coin mining software onto a freshly installed Ubuntu / Dell r730 server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xch-miner

first time setup to deploy chia miner onto an r730 server (note that this WILL probably wipe your boot disk and destroy your computer):

cd ansible
ansible-playbook -i inventory/hosts playbooks/deploy-r730.yml

variables:

plot_hard_disks: A list of drives that will store plots (e.g. not your boot drive)

plot_mounts: A list of drives that will store plots + [tmpfs, process, and chia]

farmer_key: Your farmer key

pool_key: Your pool key

About

Ansible playbooks and roles to deploy Chia coin mining software onto a freshly installed Ubuntu / Dell r730 server


Languages

Language:Shell 61.9%Language:Python 32.7%Language:Gnuplot 5.4%