-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5.2.4 (Windows): API data corrupt #59
Comments
UselessGuru
referenced
this issue
in RainbowMiner/RainbowMiner
Jul 21, 2024
- Updated dependencies (OpenSSL 3, ...) - Miner won't try to mine Diardi's block - add ARMv8 binary - issue #2830
Any news? |
1 similar comment
Any news? |
You can check directly with zergpool support |
This not a pool issue. The miner binary is buggy. |
Any news? |
1 similar comment
Any news? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
orhttp://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.
???
The text was updated successfully, but these errors were encountered: