Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: AgoristTeen2 on May 30, 2011, 01:36:24 AM



Title: Bitcoin won't connect?
Post by: AgoristTeen2 on May 30, 2011, 01:36:24 AM
Hey everyone, I'm using Bitcoin for Linux, in Ubuntu, and when I open up the GUI client, it says there are no connections. I recently received 0,02 bitcoins from a bitcoin faucet, but I haven't got them yet....my bitcoin software is stuck at 107027 blocks, , and it won't generate any more blocks, or anything. I'd really appreciate any help you could give. Thanks and have a nice day.


Title: Re: Bitcoin won't connect?
Post by: cypherdoc on May 30, 2011, 02:14:20 AM
try clicking the UPnP option in Settings


Title: Re: Bitcoin won't connect?
Post by: AgoristTeen2 on May 30, 2011, 02:21:08 AM
Didn't do anything from what I can see.


Title: Re: Bitcoin won't connect?
Post by: cypherdoc on May 30, 2011, 02:43:05 AM
restart the client and wait a bit


Title: Re: Bitcoin won't connect?
Post by: cypherdoc on May 30, 2011, 02:45:22 AM
if that doesn't work close client  and run terminal command:  bitcoin -addnode=69.164.218.197 -addnode=64.22.103.150 -addnode=173.242.112.53 -addnode=178.79.147.99 -addnode=184.106.111.41 -addnode=91.85.220.84 -addnode=173.224.125.222 -addnode=86.5.50.90 -addnode=178.255.199.86


Title: Re: Bitcoin won't connect?
Post by: AgoristTeen2 on May 30, 2011, 03:00:03 AM
Okay I tried running that and got the message error: You must set rpcpassword=<password> in the configuration file:
/home/agoraserphens/.bitcoin/bitcoin.conf



Title: Re: Bitcoin won't connect?
Post by: cypherdoc on May 30, 2011, 03:08:27 AM
are u on a home network and can control your router ports?


Title: Re: Bitcoin won't connect?
Post by: AgoristTeen2 on May 30, 2011, 03:08:50 AM
Yeah


Title: Re: Bitcoin won't connect?
Post by: cypherdoc on May 30, 2011, 03:11:03 AM
open up port 8333 and direct the port to a static ip address on your computer


Title: Re: Bitcoin won't connect?
Post by: mewantsbitcoins on May 30, 2011, 03:19:00 AM
You must have missed the "=" or added a space after -addnode=
Close the client and try again
Code:
bitcoin -addnode=69.164.218.197 -addnode=64.22.103.150 -addnode=173.242.112.53 -addnode=178.79.147.99 -addnode=184.106.111.41 -addnode=91.85.220.84 -addnode=173.224.125.222 -addnode=86.5.50.90 -addnode=178.255.199.86


Title: Re: Bitcoin won't connect?
Post by: cypherdoc on May 30, 2011, 03:25:59 AM
You must have missed the "=" or added a space after -addnode=
Close the client and try again
Code:
bitcoin -addnode=69.164.218.197 -addnode=64.22.103.150 -addnode=173.242.112.53 -addnode=178.79.147.99 -addnode=184.106.111.41 -addnode=91.85.220.84 -addnode=173.224.125.222 -addnode=86.5.50.90 -addnode=178.255.199.86

how diff r the terminal commands in linux and win?


Title: Re: Bitcoin won't connect?
Post by: mewantsbitcoins on May 30, 2011, 03:34:34 AM
in this case just the name of the binary


Title: Re: Bitcoin won't connect?
Post by: AgoristTeen2 on May 30, 2011, 05:39:48 AM
You must have missed the "=" or added a space after -addnode=
Close the client and try again
Code:
bitcoin -addnode=69.164.218.197 -addnode=64.22.103.150 -addnode=173.242.112.53 -addnode=178.79.147.99 -addnode=184.106.111.41 -addnode=91.85.220.84 -addnode=173.224.125.222 -addnode=86.5.50.90 -addnode=178.255.199.86

you were right I must have added a space after -addnode=


Title: Re: Bitcoin won't connect?
Post by: kefir on June 02, 2011, 05:46:17 PM
This worked for me in a similar situation now, but I couldn't see any pointer to an updated list of IP addresses to use with the --addnode command. I found this list, and guess it would be the right list to use:

https://en.bitcoin.it/wiki/Fallback_Nodes


Title: Re: Bitcoin won't connect?
Post by: cypherdoc on June 02, 2011, 05:47:53 PM
This worked for me in a similar situation now, but I couldn't see any pointer to an updated list of IP addresses to use with the --addnode command. I found this list, and guess it would be the right list to use:

https://en.bitcoin.it/wiki/Fallback_Nodes

yes that is the correct list