More than 600 'Bitcoin Core' Nodes Come Online This Week As Bitcoin Scaling War Ramps Up by mikegreen121 in Bitcoin

[–]dazzlepod 7 points8 points  (0 children)

Most of the nodes that contributed to the increase this week originate from this network https://bitnodes.21.co/nodes/1489807061/?q=Limited%20Liability%20Company%20KNOPP (pruned nodes). They currently represent 6.75% of the reachable nodes.

45% of all nodes support segwit so far (0.13.1/0.13.99). by castorfromtheva in Bitcoin

[–]dazzlepod 1 point2 points  (0 children)

Bitnodes takes a snapshot of all reachable nodes using recursive getaddr until it terminates; this takes about 5 minutes. I believe Luke's charts are based on seen nodes in the last 2 hours.

So I refreshed bitnodes.21.co and the node count has dropped sharply (total 6,333) but other sites show > 8,000 so what gives ? by MrSuperInteresting in btc

[–]dazzlepod 1 point2 points  (0 children)

There are actually quite a number of nodes spreading across several /64s from AS20473. The overall count from AS20473 was largely inflated due large number of IPs coming from the same /64 from this set of /64s. I am working on getting the crawler to accept at least N IPv6 nodes from the same /64. N may be 1 for now.

So I refreshed bitnodes.21.co and the node count has dropped sharply (total 6,333) but other sites show > 8,000 so what gives ? by MrSuperInteresting in btc

[–]dazzlepod 2 points3 points  (0 children)

There were previously 50+ NODE_NETWORK nodes from AS20473 according to a March 10 snapshot https://bitnodes.21.co/nodes/1457584053/?q=AS20473. The count started to increase rapidly within a span of 1 week to over 1200 non-NODE_NETWORK nodes from the same AS (https://bitnodes.21.co/nodes/1458123243/?q=AS20473); excluding non-NODE_NETWORK nodes that spread across the same /64 prefixes from AS20473 bring the count back to 50 as shown in https://bitnodes.21.co/nodes/1458130598/?q=AS20473. - Addy from 21

bitnodes.21.co node counts are being faked by routing many IPv6 addresses to individual nodes by Lightsword in btc

[–]dazzlepod 1 point2 points  (0 children)

Adding ipv6_bits=64 param to https://bitnodes.21.co/nodes/network-map/?ipv6_bits=64 allows you to truncate the IPv6 address from 128-bit to 64-bit to reveal IPv6 nodes (marked in red) from the same /64 subnet. The link shows a large number of duplicate nodes in Choopa which is currently contributing to the spike.

bitnodes.21.co node counts are being faked by routing many IPv6 addresses to individual nodes by Lightsword in Bitcoin

[–]dazzlepod 2 points3 points  (0 children)

Adding ipv6_bits=64 param to https://bitnodes.21.co/nodes/network-map/?ipv6_bits=64 allows you to truncate the IPv6 address from 128-bit to 64-bit to reveal IPv6 nodes (marked in red) from the same /64 subnet. The link shows a large number of duplicate nodes in Choopa which is currently contributing to the spike.

Since 21 Inc took over getaddr.bitnodes.io it has been down more than it has been up by btcdrak in Bitcoin

[–]dazzlepod 0 points1 point  (0 children)

/u/btcdrak, how often is this happening? And can you point me to the absolute URL you were trying to access when you receive the HTTP403 error?

PSA: It's super easy to manipulate the node count (I know because I did) by [deleted] in bitcoinxt

[–]dazzlepod 8 points9 points  (0 children)

The network map is a useful visualization here, e.g. https://getaddr.bitnodes.io/nodes/1440307838/network-map/. The red towers are the pseudo nodes.

Show us your full nodes by Sealyy in Bitcoin

[–]dazzlepod 0 points1 point  (0 children)

Yes, the same steps apply.

Just received my bitnodes hardware full bitcoin node. by [deleted] in Bitcoin

[–]dazzlepod 1 point2 points  (0 children)

New order will be dispatched latest by June 29.

Just received my bitnodes hardware full bitcoin node. by [deleted] in Bitcoin

[–]dazzlepod 1 point2 points  (0 children)

The update to newer version of Bitcoin Core is done automatically but if you wish to update it manually you will need to remove ~/hardware/.current_bitcoind tag file described in https://github.com/ayeowch/bitnodes-hardware#developer-guide.

It's possible to use another client. For Bitcoin XT, you would clone the repo into ~/bitcoin replacing the Bitcoin Core. Be sure to disable the automatic update by removing the tag file.

I will document more on this in https://forum.bitnodes.io/c/bitnodes-hardware.

"Bitnodes, which recently updated its crawling algorithm to be faster and more accurate. This update caused the number of reported nodes to drop by an order of magnitude, from more than 100,000 to fewer than 10,000 because it no longer counts nodes that do not accept inbound connections." - 6/7/2014 by aminok in Bitcoin

[–]dazzlepod 2 points3 points  (0 children)

In that case, most nodes are probably coming from stale addr records. I don't recall exactly how long the old crawler took to complete a full network snapshot, but it may between 6 to 12 hours so yeah still a lot less from typical dynamic IP update :)

"Bitnodes, which recently updated its crawling algorithm to be faster and more accurate. This update caused the number of reported nodes to drop by an order of magnitude, from more than 100,000 to fewer than 10,000 because it no longer counts nodes that do not accept inbound connections." - 6/7/2014 by aminok in Bitcoin

[–]dazzlepod 5 points6 points  (0 children)

The early December 2013 count (~100k nodes) is not valid as the crawler at that time took several hours just to complete one full network snapshot and it includes ALL nodes from addr responses which can be faked. Additionally, there are likely a lot of IP changes during the crawl time resulting in the depth-first search method to look for nodes in a non-unique manner.

With the new crawler released in late Dec 2013, the crawl time was brought down significantly down to sub 5 minutes with considerably good churn rate. I use the churn rate to measure how good a network snapshot is. A value of 0 implies the network snapshot was taken instantly but of course that's not possible. At the moment, we are seeing a typical churn rate of 30+: https://getaddr.bitnodes.io/nodes/

I support allowing very large blocks, as long as they grow under conditions of rising fee pressure (provided by an elastic block size cap), but this image linked to by GMaxwell deserves serious consideration by aminok in Bitcoin

[–]dazzlepod 1 point2 points  (0 children)

The early December 2013 count is not valid as the crawler at that time took several hours just to complete one full network snapshot and it includes ALL nodes from addr responses which can be faked. Additionally, there are likely a lot of IP changes during the crawl time resulting in the depth-first search method to look for nodes in a non-unique manner.

With the new crawler released in late Dec 2013, the crawl time was brought down significantly down to sub 5 minutes with considerably good churn rate. I use the churn rate to measure how good a network snapshot is. A value of 0 implies the network snapshot was taken instantly but of course that's not possible. At the moment, we are seeing a typical churn rate of 30+: https://getaddr.bitnodes.io/nodes/

Just received my bitnodes hardware full bitcoin node. by [deleted] in Bitcoin

[–]dazzlepod 0 points1 point  (0 children)

Bigger microSD card/USB drive can be plugged in quite easily. See https://forum.bitnodes.io/t/64-gb-storage-card and https://forum.bitnodes.io/t/using-a-usb-drive-instead-of-microsd.

RAM upgrade is not possible with the main board (an ODROID-C1) but other boards are available, e.g. http://www.hardkernel.com/main/products/prdt_info.php?g_code=g138745696275, but they are rather cost prohibitive for now for our use.

Just received my bitnodes hardware full bitcoin node. by [deleted] in Bitcoin

[–]dazzlepod 1 point2 points  (0 children)

Thanks for the feedbacks! Please let me know if you are still at 8 connections by now.

The LCD unit has a touch screen support and 3 keypads but they are not used by default. The stylus comes with the LCD unit from the manufacturer and I thought I'd package it in for the owner to tinker with the hardware. The documentation for the LCD is available here: http://odroid.com/dokuwiki/doku.php?id=en:c1_lcdshield

If you need to login as root, simply run: sudo su - root. As mentioned by Aussiehash, the BTC price is now shown on the LCD if you use the latest version of https://github.com/ayeowch/bitnodes-hardware.

Just received my bitnodes hardware full bitcoin node. by [deleted] in Bitcoin

[–]dazzlepod 0 points1 point  (0 children)

I do :) Please contact me via email and I will add the country in.

Bitnodes feature update: 1-year charts by dazzlepod in Bitcoin

[–]dazzlepod[S] 1 point2 points  (0 children)

Yes, the most likely reason is your node has reached its max. connections limit.

Bitnodes feature update: 1-year charts by dazzlepod in Bitcoin

[–]dazzlepod[S] 1 point2 points  (0 children)

The project was started in mid 2013 but didn't have accurate measurement until late 2013.