I'm at 43 now on the BFL little single.. Pretty close to what I had (32)
BTW, have you gotten any feedback from others running Block Erupter BLADES? The multipool works fine for me for all SHA-256 coins EXCEPT BTC, now that p2pool is in place (love the idea though!). I've tried a few settings on my mining_proxy.py, but nothing seems to help (-nm, -rt, etc). I get tons of "errors on Deferred" or some such (am at work so don't have logs handy). Any ideas?
Anyone else?
Sounds like python errors.. Deferred is a twistd thing. But our p2pool BTC port supports both Getwork and Stratum, so you could conceivably point your block erupters directly at it without going thru the proxy. (However this wouldn't work on the multiport)
Which is why I didn't want to go straight to p2pool on it - the multiport is the cool thing that I'm after to take advantage of the optimized mining. Not sure why I would be getting python errors when the multiport works fine with it for all coins except BTC, and I've had it working for a variety of other pools as well. Argh. I know the scrypt multipool has getwork - any chance of one for the SHA-256 multi? (he asked hoping but remembering you saying something about that not being workable for some reason...)
If you can post the errors you're getting here, I can try to help you debug. There should not be any reason that stratum proxy won't work with p2pool.
Thanks flound, here's the output that comes out no matter which mining_proxy.py switches I use, but only when the multipool is on BTC, below. I used "python mining_proxy.py -i /tmp/prox.pid -o stratum.mining.eligius.st -p 3334" to invoke mining_proxy.py, BTW.
2013-11-06 21:02:00,537 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-11-06 21:02:00,537 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at pool1.us.multipool.us:8888
2013-11-06 21:02:00,537 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-11-06 21:02:00,645 INFO proxy client_service.handle_event # Setting new difficulty: 85.4899012689
2013-11-06 21:02:00,753 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at pool1.us.multipool.us:8888
2013-11-06 21:02:00,753 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 189, in process
self.render(resrc)
File "/usr/local/lib/python2.7/dist-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 238, in render
body = resrc.render(self)
File "/usr/local/lib/python2.7/dist-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
return m(request)
File "/home/tye/stratum/mining_libs/getwork_listener.py", line 163, in render_POST
d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- ---
File "/usr/local/lib/python2.7/dist-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
result = f(*args, **kw)
File "/home/tye/stratum/mining_libs/worker_registry.py", line 37, in authorize
d = self.f.rpc('mining.authorize', [worker_name, password])
File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected