I had to remove -march=native also - I thought it would never work until i figured that out(what a pain).
I setup 3 seednodes and put them in net.ccp. When i run the DnS seeder i only get 0/3 connected. im pretty sure it should say 3/3 connected. Maybe I dont have things setup right in godaddy?......
I need someone to show me how to setup(DNS Seeder) like I was a 5 year old. I can pay a little. It should not take too much of your time.
PM me if you have done it before(setup DNS seeder)
https://github.com/langerhans/dogecoin-seederI have a domain and the code already in the source, im running the dns-seeder on a vps and it works but i dont get 3/3 connetions i get 0/3.
I just really need to know how to setup godaddy.
pm or send me an irc channel to chat
My interpretation is that you need to set up a subdomain within your website according to the address you've stated in net.cpp. So, if your seeder address is dnsseed.yourcoin.org you need to set up a subdomain called dnsseed in your web host's admin panel (not sure if your plan includes cPanel?).
It probably doesn't matter what you've called it in net.cpp; hell you could call it hugsandtickles.yourcoin.com if you so choose but it seems that a subdomain is preferable to normal page links on your website i.e. dnsseed.yourcoin.org is better than yourcoin.org/dnsseeder. The subdomain approach keeps the DNS records separate from the rest of your site.
Once you've got a subdomain you need to set up an authoritive record (A record), which is pretty easy to do. Some instructions on how to do this on GoDaddy are here:
http://support.godaddy.com/help/article/680/managing-dns-for-your-domain-names. The A record should be set to your VPS IP address.
You might need to do this twice, once for dnsseed.yourcoin.org and again for
www.dnsseed.yourcoin.org (notice the www. prefix on the second example). In your VPS, you then run:
./dnsseed -h dnsseed.yourcoin.org -n 192.168.0.1
But make sure you change 192.168.0.1 to your VPS IP address.... and VOILA!!!! Hopefully