Author

Topic: Can't connect to Bitcoin: Server redirected too many times (Read 2156 times)

newbie
Activity: 7
Merit: 0
Just to clarify, it wasnt a server overload, Tycho has said in a couple threads that Diablo miner was tripping the new DDoS protection. That was the problem.

Thank you for the clarification.  Wink
newbie
Activity: 56
Merit: 0
Just to clarify, it wasnt a server overload, Tycho has said in a couple threads that Diablo miner was tripping the new DDoS protection. That was the problem.
newbie
Activity: 7
Merit: 0
I suspect a server overload here.

I have the same command line that worked before not working today.

(Not that I really know what's wrong of course.)

I have tried the direct IP as well as the pit prefix.

You suspected right, it is working tonight.  thanks  Smiley
newbie
Activity: 12
Merit: 0
I suspect a server overload here.

I have the same command line that worked before not working today.

(Not that I really know what's wrong of course.)

I have tried the direct IP as well as the pit prefix.
hero member
Activity: 700
Merit: 500
Hey guys/gals,

So I am trying to figure out how to mine.  I keep getting "Can't connect to Bitcoin: Server redirected too many times (20)" Is this just me or is it an issue on deepbit.net's side?  Huh

Code:
~/Downloads/DiabloMiner]$  ./DiabloMiner-OSX.sh
[5/31/11 1:12:25 AM] Started
[5/31/11 1:12:25 AM] Connecting to: http://pit.deepbit.net:8332/
[5/31/11 1:12:26 AM] Using Apple OpenCL 1.0 (Dec 23 2010 17:30:26)
[5/31/11 1:12:26 AM] Added GeForce 8600M GT (#1) (4 CU, local work size of 256)
[5/31/11 1:12:28 AM] ERROR: Can't connect to Bitcoin: Server redirected too many  times (20)

Any help would be appreciated. Thanks

http://pit.deepbit.net:8332/

^ get rid of the trailing / if that's what you inputted manually, (havn't used Diablo before)
newbie
Activity: 1
Merit: 0
same issue here - had a look using wireshark and here's what's getting redirected:

GET /listenChannel HTTP/1.1
User-Agent: Java/1.6.0_24
Host: deepbit.net
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive


HTTP/1.1 302 Found
Cache-Control: no-cache
Content-length: 0
Location: /listenChannel
Set-Cookie: [REDACTED]=[REDACTED]; path=/;

Connection: close



I'm also seeing an HTTP post getting redirected as follows:

POST /listenChannel HTTP/1.1
Authorization: Basic [REDACTED]
Accept-Encoding: gzip,deflate
Content-Type: application/json
User-Agent: Java/1.6.0_24
Host: deepbit.net
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Length: 39

{"method":"getwork","params":[],"id":1}


HTTP/1.1 302 Found
Cache-Control: no-cache
Content-length: 0
Location: /listenChannel
Set-Cookie: [REDACTED]=[REDACTED]; path=/;

Connection: close


newbie
Activity: 7
Merit: 0
Hey guys/gals,

So I am trying to figure out how to mine.  I keep getting "Can't connect to Bitcoin: Server redirected too many times (20)" Is this just me or is it an issue on deepbit.net's side?  Huh

Code:
~/Downloads/DiabloMiner]$  ./DiabloMiner-OSX.sh
[5/31/11 1:12:25 AM] Started
[5/31/11 1:12:25 AM] Connecting to: http://pit.deepbit.net:8332/
[5/31/11 1:12:26 AM] Using Apple OpenCL 1.0 (Dec 23 2010 17:30:26)
[5/31/11 1:12:26 AM] Added GeForce 8600M GT (#1) (4 CU, local work size of 256)
[5/31/11 1:12:28 AM] ERROR: Can't connect to Bitcoin: Server redirected too many  times (20)

Any help would be appreciated. Thanks
Jump to: