Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brannondorsey/xmrig-k8s
- Owner: brannondorsey
- Created: 2019-03-27T01:23:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T01:23:32.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T18:50:20.905Z (10 months ago)
- Topics: kubernetes, kubernetes-deployment, monero, monero-mining
- Size: 0 Bytes
- Stars: 9
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```