Error al intentar minar con stratum_proxy

Estoy dando un caso específico aquí, pero creo que he visto el mismo error al intentar usar stratum_proxy para cualquier grupo y moneda que haya probado.

Cuando wemineltc.com tuvo un servidor getwork brevemente, ¡cudaminer funcionó muy bien! Pero ahora que han regresado solo al estrato, estoy tratando de hacer que eso funcione.

Ejecuto el proxy de estrato que obtengo de wemineltc y veo esto:

C:\dev\cudaminer-2013-04-14\stratum_proxy.exe\twisted\web\util.py:372: Deprecati
onWarning: Passing filenames or file objects to XMLFile is deprecated since Twis
ted 12.1.  Pass a FilePath instead.
2013-04-16 08:24:07,302 WARNING proxy jobs.<module> # C extension for midstate n
ot available. Using default implementation instead.
2013-04-16 08:24:07,302 INFO proxy mining_proxy.main # Stratum proxy version: 1.
3.0
2013-04-16 08:24:07,302 INFO proxy mining_proxy.main # Trying to connect to Stra
tum pool at eu.wemineltc.com:3333
2013-04-16 08:24:07,302 INFO proxy mining_proxy.main # Setting PoW algo: scrypt
2013-04-16 08:24:07,621 INFO stats stats.print_stats # 1 peers connected, state
changed 1 times
2013-04-16 08:24:07,621 INFO proxy mining_proxy.on_connect # Connected to Stratu
m pool at eu.wemineltc.com:3333
2013-04-16 08:24:07,621 INFO proxy mining_proxy.on_connect # Subscribing for min
ing jobs
2013-04-16 08:24:07,838 INFO proxy mining_proxy.main # -------------------------
----------------------------------------------
2013-04-16 08:24:07,838 INFO proxy mining_proxy.main # PROXY IS LISTENING ON ALL
 IPs ON PORT 3333 (stratum) AND 8332 (getwork)
2013-04-16 08:24:07,838 INFO proxy mining_proxy.main # -------------------------
----------------------------------------------
2013-04-16 08:24:07,838 INFO proxy client_service.handle_event # Setting new dif
ficulty: 128
2013-04-16 08:24:07,839 INFO proxy client_service.handle_event # New job c9 for
prevhash d2c7e1c2, clean_jobs=True

Luego ejecuto cudaminer con el siguiente archivo por lotes (en Windows 7 de 64 bits):

cudaminer.exe -o 127.0.0.1:8332 -O user:password

Y mira esto:

C:\dev\cudaminer-2013-04-14>cudaminer.exe -o http://127.0.0.1:8332 -O user:
password
           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2013-04-14 (alpha)
        based on pooler-cpuminer 2.2.3 (c) 2010 Jeff Garzik, 2012 pooler
               Cuda additions Copyright 2013 Christian Buchner
           My donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm

[2013-04-16 08:29:52] 1 miner threads started, using 'scrypt' algorithm.
[2013-04-16 08:29:52] HTTP request failed: The requested URL returned error: 401

[2013-04-16 08:29:52] json_rpc_call failed, retry after 15 seconds

He intentado algunas cosas diferentes, pero siempre obtengo ese error 401. ¿Alguna idea para resolver esto?

Respuestas (1)

El problema era con el cortafuegos de Windows. Lo apagué, lo intenté de nuevo, funcionó. Lo volvió a encender y configuró las excepciones apropiadas del firewall de Windows para stratum_proxy y cudaminer y funcionó.

Este problema volvió a aparecer repentinamente esta mañana. Apagar el firewall no hizo ninguna diferencia. Cambié cudaminer para que apuntara a la dirección IP de mi máquina en lugar de 127.0.0.1 y luego comenzó a funcionar.