Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xmrig/xmrig-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Feb 18, 2018
2 parents 8d5f4b6 + 0d342ae commit 6dfb662
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

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](https://github.com/xmrig/xmrig) miner.

* You can use [config.xmrig.com](https://config.xmrig.com/) to generate/edit/share your configurations. :new:

## Compatibility
:warning: :warning: :warning: **Nicehash support must be enabled on miner side, it mandatory.** :warning: :warning: :warning:

Expand All @@ -27,16 +25,8 @@ This proxy designed and created for handle donation traffic from XMRig. No one o

## Usage
:boom: If you use Linux and want handle more than **1000 connections**, you need [increase limits of open files](https://github.com/xmrig/xmrig-proxy/wiki/Ubuntu-setup).
### Basic example
```
xmrig-proxy.exe -o pool.minemonero.pro:5555 -u YOUR_WALLET -p x --bind 0.0.0.0:3333 --bind 0.0.0.0:5555
```

### Failover
```
xmrig-proxy.exe -o pool.minemonero.pro:5555 -u YOUR_WALLET1 -o pool.supportxmr.com:5555 -u YOUR_WALLET2 -p x --bind 0.0.0.0:5555
```
For failover you can add multiple pools, maximum count not limited.
Use [config.xmrig.com](https://config.xmrig.com/proxy) to generate, edit or share configurations.

### Options
```
Expand Down

0 comments on commit 6dfb662

Please sign in to comment.