当前位置: 首页 > 软件库 > 云计算 > >

xmrig-docker-compose

授权协议 Readme
开发语言 Java
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 松刚豪
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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 all defaults, except devfee which will now default to 0%.

Usage

Please update Dockerfile and change your pool address and wallet address, maybe it is good for you to change cpu usage from 100% in case if you have anything else on your server.

apt-get update && apt-get upgrade -y && apt-get install docker-compose -y
mkdir /docker && cd /docker
git clone https://github.com/os11k/xmrig-docker-compose.git
cd ./xmrig-docker-compose/
docker-compose up -d --build

Donations

If this image helped you mine Monero, please feel free to send a donation my way!

  • XMR: 47awNeyfVMgBxARBh19jSFCPTDxuFbVdyD9evJgr69b1TCVAcXEAzvNdjjPZ8ErEegBWysdoducfvH7W5DUEBbMBQuCXnQT
  • BTC: 3HsqyC1434CPoffZv9ygptHAyKCFijYefR
  • ETH: 0x8c067F138684cebF7e39BF6F1D113C273D14Eff6
 相关资料
  • 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-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

  • 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 K8s Mine Monero using leftover resources in a Kubernetes cluster. # clonegit clone --recursive https://github.com/brannondorsey/xmrig-k8scd xmrig-k8s# edit the Kubernetes manifest so that you ar

  • 问题内容: 我想在Windows系统上部署我的应用程序。我最近(昨天)安装在Windows 10上。这为我提供了一个新终端。当我尝试使用部署我的项目时,我收到以下消息: 该服务包含 另一个错误是: 。我的项目有4个容器,而其他2个没有错误消息。 这是我的docker-compose.yml文件: 我应该怎么做才能使它起作用?您能帮忙解决这个问题吗? 我的docker版本是: 我的docker- c