Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] 0.5% Interest Paid Every Day On Regular Balances
by
dominuspro
on 09/05/2016, 18:22:56 UTC
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-proxy
open the stratum_listener.py file, and search this line:
Quote
result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce]))

replace to this:
Quote
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.
Your solution works!
Thanks.