Bitcoin Forum

Bitcoin => Mining => Topic started by: bitcoinnoob on May 31, 2011, 08:18:44 AM



Title: Can't connect to Bitcoin: Server redirected too many times
Post by: bitcoinnoob on May 31, 2011, 08:18:44 AM
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?  ???

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


Title: Re: Can't connect to Bitcoin: Server redirected too many times
Post by: dsmudger on May 31, 2011, 08:29:42 AM
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



Title: Re: Can't connect to Bitcoin: Server redirected too many times
Post by: SomeoneWeird on May 31, 2011, 10:45:45 AM
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?  ???

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)


Title: Re: Can't connect to Bitcoin: Server redirected too many times
Post by: kazoo on May 31, 2011, 01:26:55 PM
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.


Title: Re: Can't connect to Bitcoin: Server redirected too many times
Post by: bitcoinnoob on June 01, 2011, 04:19:13 AM
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  :)


Title: Re: Can't connect to Bitcoin: Server redirected too many times
Post by: Nythain on June 01, 2011, 04:57:01 AM
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.


Title: Re: Can't connect to Bitcoin: Server redirected too many times
Post by: bitcoinnoob on June 01, 2011, 06:00:41 AM
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.  ;)