x2x LogAnalyzer is designed to work on the log files produced by xmrig2xdag (x2x) and extract relevant information to improve proxy monitoring.
- Download 'XMRig2XDAG'(x2x) : https://github.com/XDagger/xmrig2xdag/releases
- Setup config.json to generate log (set proxy.log is a good choice)
- run 'x2x'
- Copy 'x2x-la' executable inside x2x folder
- run it !
x2x-la --help
Works since Ubuntu 22.04 LTS.
sudo apt install golang-go
git clone https://github.com/FSOL-XDAG/x2x-la.git
cd x2x-la
go mod init x2x-la
go get github.com/fatih/color
go mod tidy
go build x2x-la.go