Bitcoin Forum
May 09, 2024, 11:41:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Does my Bitcoin-Qt client accept incoming connections?  (Read 12864 times)
Shawshank (OP)
Legendary
*
Offline Offline

Activity: 1623
Merit: 1608



View Profile
May 06, 2012, 06:55:31 AM
 #1

How can I be sure that my Bitcoin-Qt client is accepting incoming connections? I thought I was accepting them, but I can't see my IP address in http://blockchain.info/connected-nodes .

With emule, for example, it was easy to know, because it showed a green arrow when you were accepting incoming connections and a yellow one when you didn't. I can't find anything similar on Bitcoin-Qt, though.

By the way, I don't have UPnP enabled on my computer.

Lightning Address: shawshank@getalby.com
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Foxpup
Legendary
*
Offline Offline

Activity: 4354
Merit: 3044


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
May 06, 2012, 07:17:42 AM
 #2

In the bottom right corner, the icon second from the right indicates whether you are connected or not. Hover your cursor over it to see exactly how many peers you are connected to. And blockchain.info only shows nodes connected directly to blockchain.info, not all the nodes on the Bitcoin network.

Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4
I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
Shawshank (OP)
Legendary
*
Offline Offline

Activity: 1623
Merit: 1608



View Profile
May 06, 2012, 07:32:05 AM
 #3

When I hover the icon on the right it say "8 active connections to the Bitcoin network" (translated from Spanish).

However, I believe those are outgoing connections. If I wanted to contribute to the network I would need to be accepting incoming connections. Where can I find if I am accepting any?

Lightning Address: shawshank@getalby.com
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12977


View Profile
May 06, 2012, 07:42:00 AM
 #4

You're probably not accepting connections if you have 8 peers. That's the number of outgoing connections that Bitcoin makes.

There are online tools (like this one) you can use to see if your port 8333 is open.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
Shawshank (OP)
Legendary
*
Offline Offline

Activity: 1623
Merit: 1608



View Profile
May 06, 2012, 08:29:44 AM
 #5

You're probably not accepting connections if you have 8 peers. That's the number of outgoing connections that Bitcoin makes.

There are online tools (like this one) you can use to see if your port 8333 is open.

The tool you have provided says port 8333 is closed on my IP address.

However, if I run netstat on my Windows 7 machine it says it is in fact listening locally on port 8333. The other 8 addresses are the Bitcoin nodes I am connected to:

C:\Users\Limitado>netstat -an | find ":8333"
  TCP    0.0.0.0:8333           0.0.0.0:0              LISTENING
  TCP    192.168.0.192:49368    50.53.152.59:8333      ESTABLISHED
  TCP    192.168.0.192:49374    79.169.93.230:8333     ESTABLISHED
  TCP    192.168.0.192:49375    98.238.214.225:8333    ESTABLISHED
  TCP    192.168.0.192:49376    83.169.39.90:8333      ESTABLISHED
  TCP    192.168.0.192:49381    78.90.34.237:8333      ESTABLISHED
  TCP    192.168.0.192:49389    24.253.224.165:8333    ESTABLISHED
  TCP    192.168.0.192:49403    85.214.144.81:8333     ESTABLISHED
  TCP    192.168.0.192:49404    100.1.142.85:8333      ESTABLISHED

I suppose I need to open port 8333 on my router. It would be great if Bitcoin-qt client informed about active incoming connections...

Thanks!

Lightning Address: shawshank@getalby.com
rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
May 06, 2012, 12:03:32 PM
 #6

Most routers have NAT, which breaks incoming connections unless you specifically create a rule to allow them. It will usually do something like "allow all connections on port 8333 to go to port 8333 on this internal IP address" when you have properly created the rule.

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
Shawshank (OP)
Legendary
*
Offline Offline

Activity: 1623
Merit: 1608



View Profile
May 06, 2012, 03:17:27 PM
 #7

I have got it currently working. Once I allowed the incoming connection on my router, I checked http://www.yougetsignal.com/tools/open-ports/ and port 8333 showed up as open for my IP.

My Bitcoin-Qt client now says 14 active connections to the Bitcoin network:

C:\Users\Limitado>netstat -an | find ":8333"
  TCP    0.0.0.0:8333           0.0.0.0:0              LISTENING
  TCP    192.168.0.192:8333     71.245.166.189:49574   ESTABLISHED
  TCP    192.168.0.192:8333     88.6.209.227:28040     ESTABLISHED
  TCP    192.168.0.192:8333     92.53.76.96:51141      ESTABLISHED
  TCP    192.168.0.192:8333     109.129.6.209:41591    ESTABLISHED
  TCP    192.168.0.192:8333     176.9.5.91:52648       ESTABLISHED
  TCP    192.168.0.192:8333     195.72.200.194:63911   ESTABLISHED
  TCP    192.168.0.192:51847    75.74.247.197:8333     ESTABLISHED
  TCP    192.168.0.192:51848    24.253.224.165:8333    ESTABLISHED
  TCP    192.168.0.192:51855    129.241.125.82:8333    ESTABLISHED
  TCP    192.168.0.192:52037    70.171.181.49:8333     ESTABLISHED
  TCP    192.168.0.192:52044    99.29.0.238:8333       ESTABLISHED
  TCP    192.168.0.192:52849    75.89.67.17:8333       ESTABLISHED
  TCP    192.168.0.192:52925    108.2.213.201:8333     ESTABLISHED
  TCP    192.168.0.192:54405    67.215.217.178:8333    ESTABLISHED

Much better now! Thanks!


Lightning Address: shawshank@getalby.com
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!