Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: checker on April 26, 2011, 09:40:19 AM



Title: 0 connections
Post by: checker on April 26, 2011, 09:40:19 AM
I'm starting Bitcoin client[0.3.20.2 beta] on gentoo linux.
It attempts to connect to irc server  irc.jipugtug.org
to channel #bitcoin
Now i'm looking for my ip:[79.126.98.48]
(13:28:16) u5U2xdMgqQi3ADV [x878256929@79.126.98.48] connected.
(13:28:16) u5U2xdMgqQi3ADV leaved room (quit: Max SendQ exceeded).
and "connections" in the Bitcoin clien are still at 0.
Is it normal?
About "Max SendQ" google says that it is problem of irc server.
p.s. Sorry for my bad english :)


Title: Re: 0 connections
Post by: theymos on April 27, 2011, 03:31:03 AM
It should eventually gain connections from the seednodes. If not, try connecting directly to one of the fallback nodes:
https://en.bitcoin.it/wiki/Fallback_nodes


Title: Re: 0 connections
Post by: skittixch on May 23, 2011, 01:24:37 PM
I'm replying to this thread because I couldn't figure out how to use the fallback nodes.  I received a lot of help in the #bitcoin irc channel in freenode.  For anyone who's racking their brain, here's what I did to get my blockchain to start downloading.
First close your bitcoin client, and in a text editor, copy the following lines exactly, and name your file "bitcoin.conf"

addnode=69.164.218.197
addnode=178.79.147.99
addnode=64.22.103.150
addnode=173.242.112.53
addnode=184.106.111.41
noirc=1

then, navigate to the place where your wallet file lives, and save your .conf file there.  This will add other ways that bitcoin can connect to peers.  Just doing that fixed my problem.  I hope this info helps someone along the way.  If your issue still isn't resolved, check by the irc and ask around.


Title: Re: 0 connections
Post by: cypherdoc on May 23, 2011, 01:53:10 PM
I'm replying to this thread because I couldn't figure out how to use the fallback nodes.  I received a lot of help in the #bitcoin irc channel in freenode.  For anyone who's racking their brain, here's what I did to get my blockchain to start downloading.
First close your bitcoin client, and in a text editor, copy the following lines exactly, and name your file "bitcoin.conf"

addnode=69.164.218.197
addnode=178.79.147.99
addnode=64.22.103.150
addnode=173.242.112.53
addnode=184.106.111.41
noirc=1

then, navigate to the place where your wallet file lives, and save your .conf file there.  This will add other ways that bitcoin can connect to peers.  Just doing that fixed my problem.  I hope this info helps someone along the way.  If your issue still isn't resolved, check by the irc and ask around.

all those nodes are from the Fallback List.  is there any chance they could get corrupted or hacked?


Title: Re: 0 connections
Post by: luv2drnkbr on May 24, 2011, 06:25:53 AM
I've been getting the same connection issues as well, so I just went to the conf and added every node on the fallback list, and set maxconnections to 50 and noirc to 1.  I feel bad for relying solely on the fallback nodes, but I don't know what else to do, I can't connect any other way.  I also can't access bitcoin.org main site.  (I've tried the site and the client via VPN as well, so it's gotta be something on my computer.  I've checked the firewall and the router and everything is fine, but by god I still can't connect!!!)


Title: Re: 0 connections
Post by: sporeknight123 on May 25, 2011, 03:24:29 AM
Where can I find this file exactly? I really have had trouble connecting.


Title: Re: 0 connections
Post by: luv2drnkbr on May 25, 2011, 11:30:43 AM
If you're using Windows, and you installed in with the EXE download, it will be in C:\Users\YouName\AppData\Roaming\Bitcoin

That "AppData" folder is hidden, so make sure to view hidden files.  In that directory, there is a file called "bitcoin.conf" which you need to open in a text editor and add those "addnode=" things that somebody posted a few lines up.  The file might be read only, so you'd need to uncheck that in order to edit it.


Title: Re: 0 connections
Post by: cypherdoc on May 25, 2011, 12:30:58 PM
If you're using Windows, and you installed in with the EXE download, it will be in C:\Users\YouName\AppData\Roaming\Bitcoin

That "AppData" folder is hidden, so make sure to view hidden files.  In that directory, there is a file called "bitcoin.conf" which you need to open in a text editor and add those "addnode=" things that somebody posted a few lines up.  The file might be read only, so you'd need to uncheck that in order to edit it.

i don't thin bitcoin.conf is there by default.  you have to create it in a plain text editor.


Title: Re: 0 connections
Post by: proudhon on May 25, 2011, 12:38:32 PM
For the past 2 days I haven't been able to get any connections using the mac client.  I just tried putting a .conf file in the same directory as the wallet.dat, per skittixch's instructions, but I got an error on startup and the app closed.  Anyone know how to force fallback nodes on the mac client?


Title: Re: 0 connections
Post by: yeastiebeastie on May 25, 2011, 03:50:17 PM
For the past 2 days I haven't been able to get any connections using the mac client.  I just tried putting a .conf file in the same directory as the wallet.dat, per skittixch's instructions, but I got an error on startup and the app closed.  Anyone know how to force fallback nodes on the mac client?

This thread: http://forum.bitcoin.org/index.php?topic=9821.0 has addressed some mac connection issues. Although I suspect the fallback nodes are getting swamped right now.