4
3
I'm doing this for study purposes (creating a Litecoin clone). I read somewhere that for SCRYPT clones, the DNS Seeds nodes aren't necessary?
If I do need them, how to I setup these nodes. I know a DNS Seed node contains a list of IPs that are running a bitcoin client (in my case an alt-coin client).
Or is it enough to hard code one or more Ips in the client itself? Can I use a VPS for this? Sorry for being noobish ;-)
Yes, I have the net.cpp before me. Thanks for answering my question. So I have to install a VPS like dnsseed.servername.com that contains a page (like index.html) with the IP-address of a seed node (like node.servername.com). Can these reside on the same IP-address then? – Arpflush – 2013-12-29T16:10:29.387
Correct myself: I guess I need to have minimum 2 different IP-addresses then. – Arpflush – 2013-12-29T16:22:27.050
I have updated my answer with additional information regarding the DNS seed nodes and yes it can contain it's own IP as long as it is running an instance of the daemon with the full block chain (initially only the genesis block). – Mark S. – 2013-12-29T16:42:20.733