How do I implement bitcoin-seeder for an altcoin?

0

I am creating an altcoin, following a tutorial. The tutor skipped explaining setting up the DNS seeder.

How can I implement this code https://github.com/sipa/bitcoin-seeder ? Currently when I run ./mycoind (on my local machine) I get connection refused when trying to connect to the seeder defined in strMainNetDNSSeed

When I run ./dnsseed (on my vps) it does not run on port 8333 (actually 9333, I am using https://github.com/pooler/litecoin-seeder/ , a fork of the bitcoin seeder). Can anyone help?

Mike Johnson

Posted 2017-12-13T04:39:43.633

Reputation: 101

Answers

-1

DNS seeder runs on port 53 It crawls on p2p port of your coind which in your case is 9333. Click this link for further instruction.

Robert Gludo

Posted 2017-12-13T04:39:43.633

Reputation: 1

Welcome to Bitcoin.SE! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

Andrew Chow 2018-05-21T18:06:44.997