A full node lookup site (https://bitnodes.io/)
Questions tagged [bitnodes]
11 questions
4
votes
1 answer
Discovering Bitcoin network topology
For a research I am doing I would love to have a graph with the network of reachable Bitcoin nodes. Active reachable nodes can be extracted by using getaddr messages (e.g. bitnodes project). However direct inbound/outbounds connections cannot be…
AntMor
- 173
- 4
4
votes
1 answer
What does "NODE_WITNESS (12)" mean as it is shown in bitnodes.21.co?
I'm running a pruned full node of bitcoin core version 0.14.0 and checking on https://bitnodes.21.co/nodes/ I can see that my node was labelled "NODE_WITNESS (12)" unlike of the others nodes shown, which was labelled "NODE_WITNESS (13)".
Vinicius Sa
- 43
- 4
4
votes
1 answer
How do I use Bitnode API?
I just started running a full node and was wondering how to use these commands to verify my node: https://getaddr.bitnodes.io/api/
Specifically, what command line or IDE do I need to type these commands into? Very new at this, sorry
btcnodebeginner
- 41
- 1
3
votes
1 answer
Is it bad practice to run full node with all Bitcoin P2P protocol optional services enabled?
I am running my full node /Satoshi:23.0.0/ with all optional services enabled.
These are: NETWORK, BLOOM, WITNESS, COMPACT_FILTERS, and NETWORK_LIMITED.
My bitcoin.conf file contains following…
deyw
- 416
- 3
- 11
3
votes
0 answers
How to reliably check if your bitcoin onion node is reachable as advertised?
If getpeerinfo returns a good number of outbound onion peers but none show up as inbound:true, how do you check if your node is properly reachable as advertised?
Several guides and forum answers recommend checking with Bitnodes io but this service…
131ea01c69f7ebc4c240
- 43
- 5
2
votes
2 answers
Bitnodes for node on testnet
I have used the bitnode's own script to install a full node on an Ubuntu 16.04 Digitalocean droplet. I can verify that my node is up and running by checking the IP with port 8333 on Bitnode's check node. However I need a testnet node so I next added…
Majid Fouladpour
- 73
- 8
2
votes
1 answer
My node is not showing on Bitnodes
I have a 0.16.3 Bitcoin Core wallet running. I have incoming transactions allowed and I have lots of incoming connections. However, I fail to see my node on the map of Bitnodes; it says it's unreachable, also I have tried to appoint it as a trusted…
vamp111
- 21
- 1
1
vote
1 answer
Node Index is zero at bitnodes
I have been running Bitcoin Core on Gentoo for some time. The current version I’m running is v22.0.0.
The node works well, ports are open and bitnodes.io sees my node. So far so good.
The problem is that one of the parameters on bitnodes is zero for…
robert
- 11
- 1
0
votes
1 answer
How do I identify my IP address on bitnodes?
I have supposedly successfully setup a node using the Bitcoin core, but when I go to bitnodes to remotely see if the node is communicating with the network, bitnodes says i am unreachable. Bitcoin core disagrees. How can I find my node's unique…
Micah Goldstein
- 1
- 2
0
votes
0 answers
Full listening node accessibility
I have a full listening node running on a linux machine.
Bitcoin Core version 22.0.0
Listening on port 8333
bitcoin-cli -getinfo
{
"version": 220000,
"blocks": 804061,
"headers": 804061,
"verificationprogress": 0.999997863920785,
"timeoffset":…
0
votes
0 answers
Bitnodes check on .onion addr returns 403 Forbidden
Question on inbound connections. I am running via tor proxy and getting outbound connections. Node is running in pruned mode and is up to date. I manually created hidden service via torrc config file. When checking the node via bitnodes i am seeing…
Ryan
- 1