A fork of XMRig Proxy tailored for HashVault mining pools.
Anti-censorship first. Helping miners bypass network restrictions and DNS blocking that prevent access to mining pools. Mining should be accessible to everyone, everywhere.
- Anti-censorship features
- UI/UX improvements
- HashVault pool optimizations
- Tracking upstream XMRig Proxy for updates and security fixes
- Donation mechanics (original XMRig donation is preserved)
- Core proxy functionality
Prebuilt binaries are available on the Releases page.
| Platform | Architecture | Notes |
|---|---|---|
| Linux | x64 | Static binary (musl libc) |
| Windows | x64 | MinGW build |
| macOS | x64 | Intel Macs |
| macOS | ARM64 | Apple Silicon |
A stratum proxy sits between your miners and the pool, aggregating connections:
[Miner 1] ──┐
[Miner 2] ──┼──> [vltrig-proxy] ──> [Pool]
[Miner N] ──┘
Benefits:
- Reduces pool-side connections (100,000 miners → ~400 pool connections)
- Handles donation traffic efficiently
- Supports both NiceHash and simple modes
- Can manage 100K+ miner connections on minimal hardware
Ubuntu/Debian
apt install build-essential cmake libuv1-dev libssl-devRHEL/CentOS
yum install gcc gcc-c++ cmake libuv-devel openssl-develmacOS
brew install cmake libuv opensslmkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)Binary output: build/vltrig-proxy
Version format: X.Y.Z.P
| Part | Description |
|---|---|
X.Y.Z |
Upstream XMRig Proxy version |
.P |
vltrig-proxy patch number (continuous) |
XMRig Proxy 6.24.0 → vltrig-proxy 6.24.0.1 → 6.24.0.2 → 6.24.0.3
XMRig Proxy 6.25.0 → vltrig-proxy 6.25.0.4 → 6.25.0.5
About XMRig Proxy
XMRig Proxy is an extremely high-performance proxy for the CryptoNote stratum protocol. It can efficiently manage over 100K connections on an inexpensive, low-memory virtual machine.
Links:
Donations:
- Default donation 2% can be reduced to 1% or disabled via
donate-leveloption - XMR:
48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
While vltrig-proxy is tailored for HashVault pools, improvements that benefit all users are submitted as pull requests to the upstream XMRig Proxy project.