Post
Topic
Board Beginners & Help
Re: poclbm "failed to subscribe", mining solo
by
tim_s_uk
on 07/06/2013, 07:03:39 UTC
I was getting this behaviour when running poclbm without "http://" before the server, i.e.
Code:
python.exe poclbm.py user:password@server:8332

Adding the "http://" prefix fixed things:
Code:
python.exe poclbm.py http://user:password@server:8332