0
I play with bitcoin source code to learn, I create my own fullnode, and change the chainparamsseeds.h to just use my own node as SeedSpec6, and comment the dns seeds in chainparams.cpp. When open bitcoin-qt, it wont connect to node defined. but when I use addnode command, then it connect and start syncing.
Why same node can't be used form FixedSeednode config?
Thanks