An open-source, high-performance XELIS mining proxy. Designed to split the work between multiple miners.
- Download xelis-mining-proxy and extract it, then run it
- Edit config.json for using a custom daemon or pool URL
- Start your miner of choice and point it to
127.0.0.1:5209
--wallet <WALLET ADDRESS>
: Starts xelis-mining-proxy with the given wallet address--debug
: Starts in debug mode
- Install Go
- Build using
go build .
- Install Go
- Install XGO:
go get src.techknowlogick.com/xgo
- Run the
build.sh
script