1
1
Command
nslookup seed.bitcoin.sipa.be
gives a list of 40 nodes.
1) Does Bitcoin wallet take all nodes from that list?
or
2) Does Bitcoin wallet behave like normal application that resolves seed.bitcoin.sipa.be and take only one IP address to connect.
Thanks. So this means that even if DNS seed returns a few invalid IP adresses it's not a problem because Bitcoin Core takes all IP adresses and finds the working ones. – JPX – 2017-10-11T12:49:08.367
Yes. And there are multiple DNS seeders so it will get nodes from other DNS seeders too. – Andrew Chow – 2017-10-11T14:17:12.170
If you define
addnode=seed.xxxxxx.comor typeaddnode seed.xxxxxx.com adddoes Bitcoin Core add all IP addresses or just one IP address to it's address manager? – JPX – 2017-10-15T13:20:08.397You cannot add DNS seeders via the command line or the RPC commands.
addnodewill add the one node that you enter to the address manager and then attempt to connect to it. There are no "all IP addresses" for it to even add; you are only giving it one IP address. – Andrew Chow – 2017-10-15T15:16:34.837