CryptoManiac / stratum-mining-proxy

mining proxy
63 stars 59 forks source link

Stratum host/port autodetection failed #4

Open tuaris opened 11 years ago

tuaris commented 11 years ago

Do I need to worry about this error? It occurs on start up.

2013-10-15 21:30:00,653 ERROR proxy mining_proxy.main # Stratum host/port autodetection failed
Traceback (most recent call last):
  File "/usr/local/stratumproxy/mining_proxy.py", line 155, in main
    new_host = (yield utils.detect_stratum(args.host, args.port))
AttributeError: 'module' object has no attribute '_parse'
CryptoManiac commented 10 years ago

That's strange. Which pool you are trying to connect ?

schlingel commented 10 years ago

I have the same error.

Pool: wemineltc stratum+tcp://gigahash.wemineltc.com:3334

CryptoManiac commented 10 years ago

If your shares are accepted as usual then it's safe to ignore this message.

Autodetection code will be corrected soon.

schlingel commented 10 years ago

After that error cpuminer wasn't able to connect to the proxy. It should be possible to test via some REST tool if the proxy works. Is there some documentation of the requests and how the response should look like?