Hey!
I need a little help with the stratum proxy.
I cannot get it work with any hodl pool(mostly trying suprnova).
The miner connects throught the proxy, starts mining and is hashing normally. But there is no any single share submitted or accepted.
Tried different miners and different stratum proxies with no success...
Any idea?
try this proxy:
https://github.com/slush0/stratum-mining-proxyopen the
stratum_listener.py file, and search this line:
result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce]))
replace to this:
result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce] + list(args) ))
Elbandi
I have finally found some time to play with linux on RPI.
Thanks.