Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brannondorsey/xmrig-k8s

Mine Monero using leftover resources in a Kubernetes cluster
https://github.com/brannondorsey/xmrig-k8s

kubernetes kubernetes-deployment monero monero-mining

Last synced: 3 months ago
JSON representation

Mine Monero using leftover resources in a Kubernetes cluster

Awesome Lists containing this project

README

        

# XMRig K8s

Mine Monero using leftover resources in a Kubernetes cluster.

```bash
# clone
git clone --recursive https://github.com/brannondorsey/xmrig-k8s
cd xmrig-k8s

# edit the Kubernetes manifest so that you are mining shares to the right pool / address.
$EDITOR k8s.yaml

# launch 9 resource-limited mining pods in the "xmrig" namespace of your cluster
kubectl apply -f k8s.yaml
```