Questions tagged [fallback-nodes]

Fallback nodes are trusted hard-coded IP addresses that are providing reliable peer addresses for Clients.

8 questions
7
votes
2 answers

What are seednodes?

A follow up from a comment on this answer. What are seednodes, and how do they differ from fallback nodes?
ThePiachu
  • 42,931
  • 25
  • 138
  • 347
5
votes
1 answer

How often does Bitcoin connect to the fallback nodes?

Does the standard client have a preference for connecting to fallback nodes (for example, by trying to have at least 1 connection to such node at all times), or are they treated like any other nodes?
ThePiachu
  • 42,931
  • 25
  • 138
  • 347
4
votes
1 answer

How to setup a DNS Seeds node and a Seed Node (for Litecoin clone)

I'm doing this for study purposes (creating a Litecoin clone). I read somewhere that for SCRYPT clones, the DNS Seeds nodes aren't necessary? If I do need them, how to I setup these nodes. I know a DNS Seed node contains a list of IPs that are…
Arpflush
  • 43
  • 1
  • 3
4
votes
1 answer

Testnet fallback nodes

Is there a list of nodes on Testnet that work like the fallback nodes on the Mainnet? I am trying to test my Bitcoin communication code and I'd like to start with just one IP I can rely to be on and responsive.
ThePiachu
  • 42,931
  • 25
  • 138
  • 347
3
votes
1 answer

What is [::]:0 address in bitcoin debug.log?

I am trying to run and connect multiple nodes on a single machine, i.e different nodes using different ports. I am having trouble in connecting the nodes and making them talk to each other. While debugging, I inserted a LogPrintf("%s\n",addr) in the…
bawejakunal
  • 507
  • 2
  • 10
0
votes
1 answer

cloning bitcoin how bitcoin find new nodes

I am studying blockchain, cpp and crypto so I cloned bitcoin and created a new altcoin. everything it is working fine as I expected, but i have some questions which i could not find a answer. the question it is about nodes,let me explain my case. I…
0
votes
1 answer

Who maintains list of bitcoin nodes and aren't they a weak link in the security of the system?

I understand that between the people who run Bitcoin nodes, and therefore the Bitcoin protocol, the system is trust-less and secure. However, there seems to be a weak link - the official list of bitcoin nodes. Whoever maintains the official list…
CodyBugstein
  • 103
  • 3
0
votes
1 answer

Does bitcoin-core software/client connects with only same version number nodes?

i am trying to connect to maximum number of nodes. i noticed there are many receive version message in debug.log file so i have question, does the bitcoin-core connects to only those having either same version number or in short range of version…
user10603