make
ninja
bitcoin-seeder -help
bitcoin-seeder -h
bitcoin-seeder -?
bitcoin-seeder -h --help-debug
These should all output the seeder help message. The last line should print the same but also include the `-regtest` help text.
./bitcoin-seeder -host=seeder.bitframe.org -ns=dev.bitframe.org -port=5364 -mbox=info@bitframe.org -testnet -filter=1,5 -wipeignore -wipeban -threads=95 -dnsthreads=5
This should start the seeder with the following lines:
Supporting whitelisted filters: 0x1,0x5
Using test.
Loading dnsseed.dat...Ban list wiped...Ignore list wiped...done
Starting 5 DNS threads for seeder.bitframe.org on dev.bitframe.org (port 5364)........done
Starting seeder...done
Starting 95 crawler threads...done
...
The third line above will only output if there is already a `dnsseed.dat` file in the directory the seeder is run from.
The second line from the top should reflect the selected chainparams:
`main` by default
`test` for testnet
`regtest` for regtest
bitcoin-seeder -jire=5
This should error out with the following message:
Error parsing command line arguments: Invalid parameter -jire