Post
Topic
Board Altcoin Discussion
Re: My coin in need of help
by
DJFML
on 07/08/2014, 20:44:45 UTC
I know this thread is a little dead for the passed month, but I wanted to edit something so i dont have to keep giving out the config files with the ip address of the main coin chain, and i really want to edit this porting inside of the code, i have been looking but can't exactly find anything.


What part of the source is the place where i can add my own ip address, so i can go ahead and have the client automatically sync to the network.

Search for "dnsseed" in net.cpp.


Hi Blazr2 thanks sooo much Cheesy I'll see if that works out. I did this

Code:
static const char *strDNSSeed[][2] = {
    {"flightcoin.ddns.me", "swiftminers.ddns.me"}, <- What I want
    //{"bytesized-vps.com", "dnsseed.bytesized-vps.com"},  <- This can be removed
    // {"xurious.com", "dnsseed.ltc.xurious.com"}, <- This can be removed
};