Skip to content

IFixSillyThings/Stratum-Proxy-XMR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Stratum Proxy for CryptoNight

Requirements:

Mining programs that connect to this proxy must have nicehash nonce support and enable it

  • --nicehash or "nicehash": true for XMRig
  • "nicehash_nonce": true, for xmr-stak

Features:

  • Centralized pool and wallet management at proxy for easy switching/failover
  • Accumulates all workers (miners) power for higher difficulty between the proxy and pool. Only valid shares of eligible difficulty are sent back to the pool
  • Individualized auto-difficulty for lower difficulty negotiation to each worker
  • SSL/TLS compatible for pool connection and worker connections
  • Web panel:
    • View of individual Workers
    • View of Pool connection(s)
    • View of Jobs (blocks) received by pool including time spent working, hashes, accepted/rejected shares
    • View of Shares solved by miners including which worker solved it
    • View of Console from proxy program
    • Configuration of pool(s)

Usage:

  1. Edit config.json to change ports or difficulty if needed
  2. Launch startup.exe .\startup.exe
  3. Connect to web portal in a browser (default on port 8000). Default login password (Auth key) is in config.json

Screenshots (click to enlarge):

  • Workers tab img

  • Pools tab img

  • Jobs tab img

  • Shares tab img

  • Console tab img

  • Settings tab (pool configuration) img

About

Stratum proxy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.1%
  • CSS 5.0%
  • HTML 2.9%