Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: blakeyrat on March 23, 2011, 05:12:31 PM



Title: 0 connections, 0 blocks, 0 transactions
Post by: blakeyrat on March 23, 2011, 05:12:31 PM
Hi, I just found Bitcoin today and decided to give it a try, but the client doesn't appear to be working. I'm reasonably sure that my firewall here has outgoing port 6667 blocked, so instead I added "-addnode=69.164.218.197" to the program's commandline (I got that IP from a page on the wiki), but that doesn't appear to have done anything either... I think whatever other ports it's trying to use are blocked as well.

Is there a way to get Bitcoin to run over a port I *know* for sure isn't blocked by my office firewall? Port 80 or 8080 would be ideal, I'm not sure what other ports are blocked for sure (it's really hard to test for blocked outgoing ports). I don't have any control over the office firewall, and since this isn't exactly a work-critical app, I'm not in a position to ask them for an exception.

Thanks for your help.


Title: Re: 0 connections, 0 blocks, 0 transactions
Post by: mndrix on March 23, 2011, 05:21:52 PM
You can run Bitcoin over Tor using the --proxy option.  Hopefully Tor can get through your firewall since it's designed to look like normal HTTPS traffic


Title: Re: 0 connections, 0 blocks, 0 transactions
Post by: blakeyrat on March 23, 2011, 05:25:39 PM
I don't want to put Tor on my work computer, for obvious reasons.

There's no way to just change the port?


Title: Re: 0 connections, 0 blocks, 0 transactions
Post by: Garrett Burgwardt on March 23, 2011, 05:30:42 PM
I'm fairly certain that you don't need any outgoing ports open to get connections - can you connect an irc client on your work network? That's the primary way that the client gets new connections.

Why not just run it at home?


Title: Re: 0 connections, 0 blocks, 0 transactions
Post by: blakeyrat on March 23, 2011, 05:39:56 PM
I'm fairly certain that you don't need any outgoing ports open to get connections - can you connect an irc client on your work network? That's the primary way that the client gets new connections.

Why not just run it at home?

No, IRC is port 6667. It's blocked, like I said in the first post. Since I manually pointed the client to a server using -addnode, I'm assuming whatever other port it uses is blocked as well.

And I was planning to run it at home, but I'm at work now, and I wanted to try it out. Plus I figured since my work machine has to stay on 24/7, it might as well help out generating bitcoins instead of just idling... but obviously that's not going to work.

Well, if it can't do it, please make this a feature request... I find it a little unbelievable that this feature doesn't already exist, though!