Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2398622
Topic
175691
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