Post
Topic
Board Development & Technical Discussion
Re: How bitcoin get info of connection to peers?
by
wsxdrfv
on 03/03/2018, 15:23:18 UTC
They are called DNS Seeds And they are hard coded into the client to help nodes bootstrap.
Basically they are IP addresses of bitcoin nodes run by Bitcoin community members and they assist in peer discovery since new nodes on the network don't know which addresses to connect to.
Are there no way to start ./bitcoind  without connect to other peer? I just want to test source revision and function test without connect to peers.