xmrig / xmrig-proxy

Monero (XMR) Stratum protocol proxy
https://xmrig.com/proxy
GNU General Public License v3.0
616 stars 338 forks source link

Result rejected by the pool #274

Closed sigmaraye closed 5 years ago

sigmaraye commented 6 years ago

i have updated my xmr-stak to 2.52 and xmrig proxy to 2.81. xmr-stak print result rejecjted

and the proxy print

when i use xmr-stak directly without proxy,it'll worked and the pool recieved my hashrate.

this is proxy set (without wallet addres,i delete.)

"{ "access-log-file": null, "algo": "cryptonight", "api": { "port": 0, "access-token": null, "id": null, "worker-id": null, "ipv6": false, "restricted": true }, "background": false, "bind": [ "10.40.1.3:5555", "[::]:3333" ], "colors": true, "custom-diff": 0, "donate-level": 0, "log-file": null, "mode": "nicehash", "pools": [ { "url": "stratum+tcp://xmr.f2pool.com:13531", "user": " xxxxxx ", "pass": "x", "rig-id": null, "keepalive": false, "variant": 1, "tls": false, "tls-fingerprint": null } ], "retries": 2, "retry-pause": 1, "reuse-timeout": 0, "user-agent": null, "verbose": false, "watch": true, "workers": true }

and this is xmr-stak

// generated by xmr-stak/2.5.2/752fd1e7e/master/win/nvidia-amd-cpu/20

/*

"pool_list" : [ {"pool_address" : "10.40.1.3:5555", "wallet_address" : "xx", "rig_id" : "1", "pool_password" : "", "use_nicehash" : true, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, ],

/*

"currency" : "monero",

xmrig commented 6 years ago

This issue is still actual? Thank you.

sigmaraye commented 6 years ago

This issue is still actual? Thank you.

i fix it already. i change variant 1 to -1 and it worked,