Author

Topic: strMainNetDNSSeed and pnSeed? (Read 185 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
March 27, 2018, 11:41:57 AM
#2
stdMainNetDNSSeed is the array of DNS seeders for the mainnet. DNS Seeders are used by Bitcoin Core on the first run to get nodes to connect to.

pnSeed is an array of fallback seed nodes that Bitcoin Core can connect to if it is unable to find nodes to connect to from its own database or from the DNS seeders.
jr. member
Activity: 413
Merit: 5
March 27, 2018, 12:12:55 AM
#1
What has privilege?

If static const char *strMainNetDNSSeed[][2] = {
    {"xxxx.com", "175.111.22.333"},,,}

and there is
unsigned int pnSeed[] =
{   0x38a9b992, 0x73d4f3a2,,,,,,,,,,,,  }



Then what has privilege to other?

strMainNetDNSSeed  is applied first, and then if this is none or have problem to get IP address to connect,

then

pnSeed[]'s ip address will be applied?

or?
Jump to: