All Projects → xmrig → Xmrig Proxy

xmrig / Xmrig Proxy

Licence: gpl-3.0
Monero (XMR) Stratum protocol proxy

Projects that are alternatives of or similar to Xmrig Proxy

Coin Hive Stratum
use CoinHive's JavaScript miner on any stratum pool
Stars: ✭ 380 (+4.68%)
Mutual labels:  monero, xmr, proxy
Monero Pool
A Monero mining pool server written in C
Stars: ✭ 158 (-56.47%)
Mutual labels:  monero, xmr
Coin Hive
CoinHive cryptocurrency miner for node.js
Stars: ✭ 1,923 (+429.75%)
Mutual labels:  monero, xmr
Crypto-Webminer
Use Crypto Webminer JavaScript miner on various Cryptonight | CN-Lite | CN-Fast | CN-Fast2 | CN-Pico | CN-RWZ | CN-UPX2 | CN-Half | CN-Heavy | CN-Saber (BitTube) | Argon2id - Chukwa Stratum Pools
Stars: ✭ 166 (-54.27%)
Mutual labels:  monero, xmr
Lime Miner
a simple hidden silent XMR miner.
Stars: ✭ 109 (-69.97%)
Mutual labels:  monero, xmr
Kasisto
A Monero Point of Sale payment system
Stars: ✭ 120 (-66.94%)
Mutual labels:  monero, xmr
Webminerpool
Complete sources for a monero webminer.
Stars: ✭ 175 (-51.79%)
Mutual labels:  monero, xmr
Monero Testnet Sandbox
Monero (XMR) testnet sandbox with 3 daemons and 3 wallets
Stars: ✭ 12 (-96.69%)
Mutual labels:  monero, xmr
sako
A self-hosted Monero web-interface.
Stars: ✭ 30 (-91.74%)
Mutual labels:  monero, xmr
coin-hive-proxy
Deprecated. Use CoinHive Stratum instead.
Stars: ✭ 33 (-90.91%)
Mutual labels:  monero, xmr
meta
General management, info and governance of the Ecosystem project
Stars: ✭ 28 (-92.29%)
Mutual labels:  monero, xmr
Cakewallet
Home of Cake Wallet for XMR
Stars: ✭ 64 (-82.37%)
Mutual labels:  monero, xmr
Hidden Miner Builder
Hidden miner builder
Stars: ✭ 58 (-84.02%)
Mutual labels:  monero, xmr
React Coin Hive
Mine cryptocurrency while your users haven't engaged with your content lately
Stars: ✭ 153 (-57.85%)
Mutual labels:  monero, xmr
Cryptogoblin
CryptoNote CPU/GPU mining tool for Monero (XMR)
Stars: ✭ 39 (-89.26%)
Mutual labels:  monero, xmr
Xmrminer
🐜 A CUDA based miner for Monero
Stars: ✭ 158 (-56.47%)
Mutual labels:  monero, xmr
wownero
archived repo, migrated to git.wownero.com
Stars: ✭ 46 (-87.33%)
Mutual labels:  monero, xmr
Deepminer
deepMiner webminer proxy (update for cryptoNight R)
Stars: ✭ 497 (+36.91%)
Mutual labels:  monero, xmr
Xmrig Nvidia
Monero (XMR) NVIDIA miner
Stars: ✭ 560 (+54.27%)
Mutual labels:  monero, xmr
xrig
High performance cryptonight miner for AMD cards. Designed for large-scale use of RX Vega.
Stars: ✭ 23 (-93.66%)
Mutual labels:  monero, xmr

XMRig Proxy

Github All Releases GitHub release GitHub Release Date GitHub license GitHub stars GitHub forks

Extremely high performance Monero (XMR) Stratum protocol proxy, can easily handle over 100K connections on cheap $5 (1024 MB) virtual machine. Reduce number of pool connections up to 256 times, 100K workers become just 391 worker on pool side. Written on C++/libuv same as XMRig miner.

Compatibility

⚠️ ⚠️ ⚠️ Nicehash support must be enabled on miner side, it mandatory. ⚠️ ⚠️ ⚠️

  • Compatible with any Monero, Electroneum, Sumokoin and AEON pools, except nicehash.com.
  • Any miner with nicehash support, --nicehash option for XMRig, "nicehash_nonce": true, for xmr-stak-cpu.
  • Comparison with other proxies.

Why?

This proxy designed and created for handle donation traffic from XMRig. No one other solution works fine with high connection/disconnection rate.

Download

Usage

💥 If you use Linux and want handle more than 1000 connections, you need increase limits of open files.

Use config.xmrig.com to generate, edit or share configurations.

Options

  -b, --bind=ADDR          bind to specified address, example "0.0.0.0:3333"
  -a, --algo=ALGO          mining algorithm https://xmrig.com/docs/algorithms
      --coin=COIN          specify coin instead of algorithm
  -m, --mode=MODE          proxy mode, nicehash (default) or simple
  -o, --url=URL            URL of mining server
  -O, --userpass=U:P       username:password pair for mining server
  -u, --user=USERNAME      username for mining server
  -p, --pass=PASSWORD      password for mining server
  -r, --retries=N          number of times to retry before switch to backup server (default: 1)
  -R, --retry-pause=N      time to pause between retries (default: 1 second)
      --custom-diff=N      override pool diff
      --reuse-timeout=N    timeout in seconds for reuse pool connections in simple mode
      --verbose            verbose output
      --user-agent=AGENT   set custom user-agent string for pool
      --no-color           disable colored output
      --no-workers         disable per worker statistics
      --variant            algorithm PoW variant
      --donate-level=N     donate level, default 2%
  -B, --background         run the miner in the background
  -c, --config=FILE        load a JSON-format configuration file
      --no-watch           disable configuration file watching
  -l, --log-file=FILE      log all output to a file
  -S, --syslog             use system log for output messages
  -A  --access-log-file=N  log all workers access to a file
      --api-port=N         port for the miner API
      --api-access-token=T use Bearer access token for API
      --api-worker-id=ID   custom worker-id for API
      --api-no-ipv6        disable IPv6 support for API
      --api-no-restricted  enable full remote access (only if API token set)
      --tls                enable SSL/TLS support for pool connection (needs pool support)
      --tls-bind=ADDR      bind to specified address with enabled TLS
      --tls-cert=FILE      load TLS certificate chain from a file in the PEM format
      --tls-cert-key=FILE  load TLS certificate private key from a file in the PEM format
      --tls-dhparam=FILE   load DH parameters for DHE ciphers from a file in the PEM format
      --tls-protocols=N    enable specified TLS protocols, example: "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3"
      --tls-ciphers=S      set list of available ciphers (TLSv1.2 and below)
      --tls-ciphersuites=S set list of available TLSv1.3 ciphersuites 
  -h, --help               display this help and exit
  -V, --version            output version information and exit

Donations

Default donation fee is 2% can be reduced to 1% or disabled via donate-level option. Donation fee applies only if you use more than 256 miners.

  • XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
  • BTC: 1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT

Contacts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].