Bitcoin Forum
May 07, 2024, 03:22:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: Bitcoin p2p Network Status Charts.  (Read 10736 times)
fornit
Hero Member
*****
Offline Offline

Activity: 991
Merit: 1008


View Profile
February 02, 2012, 09:25:03 PM
 #41

It's completely reasonable that the number of nodes steadily decreases as only up-to-date rigs are anywhere near profitable.

Bitcoiners can usually do some numbers, and even when they can't it becomes obvious at some point that it's not worth it to keep your old rig mining.

cool story bro except this counts nodes not miners  Tongue
1715052128
Hero Member
*
Offline Offline

Posts: 1715052128

View Profile Personal Message (Offline)

Ignore
1715052128
Reply with quote  #2

1715052128
Report to moderator
1715052128
Hero Member
*
Offline Offline

Posts: 1715052128

View Profile Personal Message (Offline)

Ignore
1715052128
Reply with quote  #2

1715052128
Report to moderator
1715052128
Hero Member
*
Offline Offline

Posts: 1715052128

View Profile Personal Message (Offline)

Ignore
1715052128
Reply with quote  #2

1715052128
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715052128
Hero Member
*
Offline Offline

Posts: 1715052128

View Profile Personal Message (Offline)

Ignore
1715052128
Reply with quote  #2

1715052128
Report to moderator
nibor (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 291


View Profile
February 02, 2012, 11:05:24 PM
 #42

It counts full clients (i.e. the official C++ version).

It can not count the various Android/Java (bitspinner, multibit etc..) clients that do not transmit address messages.
muyuu
Donator
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile
February 02, 2012, 11:35:13 PM
 #43

It's completely reasonable that the number of nodes steadily decreases as only up-to-date rigs are anywhere near profitable.

Bitcoiners can usually do some numbers, and even when they can't it becomes obvious at some point that it's not worth it to keep your old rig mining.

cool story bro except this counts nodes not miners  Tongue

I understand in early times all users were both. So there is a progression to nodes vs miners with fewer nodes, and also more thin clients. I wasn't around, but I thought this was the case. Correct me if I'm wrong.

GPG ID: 7294199D - OTC ID: muyuu (470F97EB7294199D)
forum tea fund BTC 1Epv7KHbNjYzqYVhTCgXWYhGSkv7BuKGEU DOGE DF1eTJ2vsxjHpmmbKu9jpqsrg5uyQLWksM CAP F1MzvmmHwP2UhFq82NQT7qDU9NQ8oQbtkQ
fornit
Hero Member
*****
Offline Offline

Activity: 991
Merit: 1008


View Profile
February 03, 2012, 02:50:40 AM
 #44

most likely wrong. the transition from solo to pooled mining was mostly over when these statistics began.
i think the market share of the other clients is still pretty small though it might have some effect on the statistics. imho best explanation for the decrease in nodes is that the big media attention last summer brought many new users that were only superficially interested in bitcoin but installed the client with run on startup enabled. many lost interest quickly and are now actively uninstalling or more like just switching/reinstalling operating systems and dont bother installing bitcoin again because they never really used it in the first place.
muyuu
Donator
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile
February 03, 2012, 07:40:25 AM
 #45

most likely wrong. the transition from solo to pooled mining was mostly over when these statistics began.
i think the market share of the other clients is still pretty small though it might have some effect on the statistics. imho best explanation for the decrease in nodes is that the big media attention last summer brought many new users that were only superficially interested in bitcoin but installed the client with run on startup enabled. many lost interest quickly and are now actively uninstalling or more like just switching/reinstalling operating systems and dont bother installing bitcoin again because they never really used it in the first place.


Are there any older stats on number of nodes available?

GPG ID: 7294199D - OTC ID: muyuu (470F97EB7294199D)
forum tea fund BTC 1Epv7KHbNjYzqYVhTCgXWYhGSkv7BuKGEU DOGE DF1eTJ2vsxjHpmmbKu9jpqsrg5uyQLWksM CAP F1MzvmmHwP2UhFq82NQT7qDU9NQ8oQbtkQ
fornit
Hero Member
*****
Offline Offline

Activity: 991
Merit: 1008


View Profile
February 03, 2012, 03:57:47 PM
 #46

not to my knowledge, no.
gmaxwell
Moderator
Legendary
*
expert
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
February 05, 2012, 09:28:41 AM
Last edit: February 06, 2012, 07:42:29 AM by gmaxwell
 #47

for example the number of hosts,

It's worth mentioning that the (non-listening) nodes figures will probably drop substantially as the result of some new node behavior.

First, there are the announcement changes where nodes which aren't listening or arn't current with the block-chain will not announce their addresses to the network.

Second, the stochastic address manager will likely reduce the propagation of unreachable nodes so that old and never working addresses will probably disappear faster rather than circulating through the network like undead zombies.

Some of this may be counterbalanced by UPNP fixes increasing listening nodes, but this fix needs testers and isn't yet even in the pipeline for upstream until it gets some.
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
February 18, 2012, 05:58:42 PM
 #48

http://bitcoinstatus.rowit.co.uk/versions.html

How are you getting the versions of all the nodes?  I'm wanting to write a small script to connect to all of the nodes listed at https://en.bitcoin.it/wiki/Fallback_Nodes#Tor_nodes and get their version.

I started tinkering with libbitcoin, but it's alpha.  Since you wrote this site long before that code was around, I'm curious how you are doing it.

Also, where is version 502?  And I don't think "other" is working since it's showing zero.

nibor (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 291


View Profile
February 19, 2012, 02:47:31 PM
 #49


I have a client running that connects to all the nodes on the network every 24hours and gets a version message from them.
Client is java using bitcoinj.

Specific class for this is:
http://code.google.com/p/bitcoinj/source/browse/src/com/google/bitcoin/core/VersionMessage.java
ThePok
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
May 19, 2012, 09:57:40 PM
 #50

downtrend seems to be stopped Smiley
gmaxwell
Moderator
Legendary
*
expert
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
May 20, 2012, 06:37:56 AM
 #51

downtrend seems to be stopped Smiley

They fixed some problems the system was having, so the data looks more sane now but not completely sane.

Note, the estimates of bitcoin client are now ~worthless: A few versions ago I changed the reference client to not advertise itself unless it was listening and knew its public IP... so it's expected that that count should go way down.
lucb1e
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile WWW
August 18, 2012, 06:00:27 PM
Last edit: August 18, 2012, 06:12:51 PM by lucb1e
 #52

Are these stats still functional? It would appear there are much less hosts than a year ago, but I read that since v0.6 it doesn't automatically connect to IRC anymore or something... Perhaps this is how the stats worked, and only some people run an old version? The website doesn't seem to suggest that's how the stats work, but still I wonder if btc is loosing users (and loosing masses, or so it would appear).

Edit: Oh, read the post above me now ^^
Note, the estimates of bitcoin client are now ~worthless
Simon Barber
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 07, 2013, 01:02:35 AM
 #53

These stats have stopped updating. Any chance of reviving them? I can take over maintenance of the code if necessary.
weex
Legendary
*
Offline Offline

Activity: 1102
Merit: 1014



View Profile
May 16, 2013, 10:36:01 PM
 #54

I would also be interested to help make a Litecoin version of this as well as get the Bitcoin version running more smoothly.
malevolent
can into space
Legendary
*
Offline Offline

Activity: 3472
Merit: 1721



View Profile
May 16, 2013, 11:43:08 PM
 #55

It's completely reasonable that the number of nodes steadily decreases as only up-to-date rigs are anywhere near profitable.
Bitcoiners can usually do some numbers, and even when they can't it becomes obvious at some point that it's not worth it to keep your old rig mining.
cool story bro except this counts nodes not miners  Tongue
I understand in early times all users were both. So there is a progression to nodes vs miners with fewer nodes, and also more thin clients. I wasn't around, but I thought this was the case. Correct me if I'm wrong.

Not necessarily all users. The default client had an in-built mining option but not everyone was willing to run it non-stop when bitcoins where worthless (especially laptop users would get easily discouraged after noticing the extra heat).

Signature space available for rent.
Pages: « 1 2 [3]  All
  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!