1
I wanna setup a dnsseed for a crypto currency using sipa/bitcoin-seeder on my VPS. The server is hosted at NetCup and running the software as root, and also listening on port :53 UDP.
My domain is hosted at GoDaddy and got those records:
dnsseed.machinenode.de 1800 IN NS ns01.machinenode.de.
ns01 1800 IN A SERVER_IP
However, if I use dig -t NS dnsseed.machinenode.de I just get NXDOMAIN as status and no namserver returned.
Is anyone familar with setting up a dnsseed and able to help?
Thanks and friendly regards
Nico
EDIT:
After switching my servers OS from CentOS 7 to Ubuntu 16.04 things started working.
Okay thanks, however I've added those records few days ago (after registering the domain)...atleast the dnsseed. one – Nigho – 2018-12-05T15:50:49.193
also, if I do
dig -t NS dnsseed.machinenode.de @ns01.machinenode.deit works fine – Nigho – 2018-12-05T18:21:51.780