Mine Monero using leftover resources in a Kubernetes cluster.
# 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
alpine-xmrig XMRig miner in an Alpine Linux Docker image. The goal of this project is to quickly enable you to mine Monero without the hassle of knowing how to install or secure your mining software.
XMRig container XMRig is a high performance Monero (XMR) CPU miner originally based oncpuminer-multi with heavy optimizations/rewrites and removing a lot of legacycode, since version 1.0.0 completely
xmrig-docker Docker image for the xmrig Monero CPU miner. xmrig is built directly from master branch on its public Github repository with all defaults, except devfee which will now default to 0%. You
xmrig-docker-compose Credits:https://github.com/khell/xmrig-docker Docker-compose files for the xmrig Monero CPU miner. xmrig is built directly from master branch on its public Github repository with
xmrig-cpu-docker A docker container to easily deploy xmrig. Tags latest - Uses known, tested, Alpine image and xmrig versions. alpine-latest - Uses the latest Alpine image. xmrig-latest - Uses the lat
问题内容: 无法使用go安装软件包。我想安装k8s-oidc-helper软件包。根据安装指南,我必须安装go并运行k8s-oidc- helper命令。但是当我尝试时,它说找不到命令k8s-oidc-helper。以下是我尝试的命令 但是在这之后如果我尝试 我认为这是包装错误 问题答案: 请确保中存在,并且已经添加到PATH环境变量中。 检查: