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

xmrig-cpu-docker

Easily deploy xmrig for cryptonight mining.
授权协议 Readme
开发语言 Java
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 史淳
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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 latest version of xmrig from the master branch.
  • all-latest - Uses the latest versions of Alpine and xmrig.

Usage

docker run mkell43/xmrig-cpu -o miningpool.url:port -u username -p password

  • -o - Your mining pool's url and port. check with your mining pool for how to set this
  • -u - Is your username. check with your mining pool for how to set this
  • -p - This is the password for your account with your mining pool. This is frequently just -p x. check with your mining pool for how to set this

The list of options to set for xmrig is insaaaaaannnnnneeeeeeeeee check it out in their README with some more in depth cpu options in their WIKI.

How Do I Get Started With Monero?

  1. Start at GetMonero.org.
  2. Create a wallet at MyMonero or locally with the Monero GUI Wallet.
  3. Buy some Monero (XMR) at HitBTC*.
  4. Find a Monero mining pool at MoneroPools or use MinerGate** which makes getting started mining easy.

* The link used was an affiliate link. You can go there without the affiliate code via this link. -> HitBTC

** The link used was was an affiliate link. You can go there without the affiliate code via this link. -> MinerGate

Don't Forget The Xmrig Devs...

Send them some donations for their hard work.

  • XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
  • BTC: 1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT
  • docker被入侵后............. 服务器上线后,怎么发现总有个 xmrig 的容器在跑,删了还出来 那么恭喜你!!你的服务器已经被入侵了!! $ docker ps IMAGE               COMMAND                  CREATED           STATUS                           PORTS    NAMES

 相关资料
  • 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 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

  • 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

  • 多CPU与CPU间调度 SMP(对称多处理器)系统中,所有的CPU共享全部资源(总线,内存,I/O等),最大的特点就是所有资源共享,多个CPU之间没有区别。 NUMA(非一致内存访问)的基本特征是具有多个CPU节点,每个CPU节点由多个CPU组成,并且具有独立的本地内存与I/O槽口等。因此,虽然每个 CPU都可以访问整个系统的内存,但是访问本地节点内存的速度远远高于访问其它节点的内存。详见《SMP