scala-network / XLArig

An XMRig fork with support for latest XLA PoW algorithms
GNU General Public License v3.0
123 stars 52 forks source link

v5.2.4 (Windows): API data corrupt #59

Open UselessGuru opened 1 month ago

UselessGuru commented 1 month ago

Bin\XLArig-v5.2.4\xlarig.exe --algo=panthera --url=stratum+tcp://panthera.eu.mine.zergpool.com:4461 --user=######################### --pass=c=BTC,mc=XLA,ID=################## --threads=5 --retry-pause 1 --http-port=4000

When accessing http://127.0.0.1:4000/api.json or http://localhost:4000/1/summary I get a corrupt JSON response:

{ "id": "##########################", "worker_id": "####################", "uptime": 19, "restricted": true, "resources": { "memory": { "free": 19376906240, "total": 34283794432, "resident_set_memory": 25747456 }, "load_average": [0.0, 0.0, 0.0], "hardware_concurrency": 6 }, "features": ["api", "asm", "http", "hwloc", "tls"], "results": { "diff_current": 165000, "shares_good": 0, "shares_total": 0, "avg_time": 0, "avg_time_ms": 0, "hashes_total": 0, "best": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "error_log": [] }, "algo": "panthera", "connection": { "pool": "panthera.eu.mine.zergpool.com:4461", "ip": "141.95.55.97", "uptime": 19, "uptime_ms": 19716, "ping": 0, "failures": 0, "tls": null, "tls-fingerprint": null, "algo": "panthera", "diff": 165000, "accepted": 0, "rejected": 0, "avg_time": 0, "avg_time_ms": 0, "hashes_total": 0, "error_log": [] }, "version": "5.2.4", "kind": "miner", "ua": "XLArig/5.2.4 (Windows NT 10.0; Win64; x64) libuv/1.44.2 gcc/13.2.0", "cpu": { "brand": "Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz", "family": 6, "model": 158, "stepping": 10, "proc_info": 591594, "aes": true, "avx2": true, "x64": true, "64_bit": true, "l2": 1572864, "l3": 9437184, "cores": 6, "threads": 6, "packages": 1, "nodes": 1, "backend": "hwloc/2.10.0", "msr": "intel", "assembly": "intel", "arch": "x86_64", "flags": ["aes", "avx", "avx2", "bmi2", "osxsave", "pdpe1gb", "sse2", "ssse3", "sse4.1", "popcnt", "vm"] }, "donate_level": 0, "paused": false, "algorithms": ["cn/0", "cn/1", "cn/2", "cn/r", "cn/fast", "cn/half", "cn/xao", "cn/rto", "cn/rwz", "cn/zls", "cn/double", "cn/ccx", "rx/0", "rx/wow", "rx/arq", "rx/sfx", "rx/keva", "panthera", "argon2/chukwa", "argon2/chukwav2", "argon2/wrkz"], "hashrate": { "total": [2955.42, null, null], "highest": 3126.65, "threads": [ [420.21,

and then JSON just ends. ???

UselessGuru commented 1 month ago

Any news?

UselessGuru commented 4 weeks ago

Any news?

Mas7erMind commented 3 weeks ago

You can check directly with zergpool support

UselessGuru commented 3 weeks ago

You can check directly with zergpool support

This not a pool issue. The miner binary is buggy.

UselessGuru commented 6 hours ago

Any news?