I used to start minting with 0.4 client. Several days ago, I installed the latest peerunity build, which is great. And I found something new below.
It shows 22 active connections to the ppc network.
I assume that my client has become a full node, right?
I found that earlier with my bitcoin core 0.9.2 client, which also shows the traffic inbound and outbound.
Yep if you have more than 8 connections it’s a full node. If you have not configured port forwarding on your router, your router probably does upnp. I don’t know the details of upnp, but in short your router gets informed by your peercoin client that it listens on port 9901, and automatically starts forwarding that port from outside to your peercoin client.
A couple of months ago, I asked a programmer about my bitcoin core client turning full node:
link here.
As per his finding,
这个问题引起我的兴趣,我查阅代码和比特币协议后有了更清晰的认识如下:
1. 当你接入比特币网络时,你会向对端发送一个协议version,这个version里带了一个字段
8 services uint64_tbitfield of features to be enabled for this connection
复制代码