I want to create an original network by forking bitcoind.
I changed chainparams.cpp and other programs for loading it.
Then, I set DNS for my seed node.
When I boot my seed node, my seed node tries to download blocks from others. However, there is only a single seed node(itself). So, I expected that my seed node loads blocks which are pre-located in the local data directory. But, my seed node executes the initial block download process.
In this situation, other nodes cannot sync with my seed node because bitcoind ignores getheaders message while initial block download.
To operate a seed node, is there any command options for disabling initial block download?
As an additional question, is there any discussions and best practice for operating seed nodes?