Page 3 of 3

Re: DNS seeds for Namecore

Posted: Mon Oct 05, 2015 10:43 pm
by mhanne
cassini wrote: Now the bad news: the first entry I get, 144.76.183.77 (i.e. webbtc.com:8334), is the only one that does not cooperate with NamecoinCore. (No problems when connecting 144.76.183.77 with my 0.3.80 client or older.)
That's because bitcoin-ruby-node didn't answer "getheaders" messages. You should now be able to sync the chain from webbtc with namecoin-core. (https://github.com/mhanne/bitcoin-ruby- ... 945a750e42)

Not sure about the IP issue, I'm thinking maybe the "from"/"to" fields (as they are called in bitcoin-ruby at least) need to be set depending on the direction of the connection (incoming/outgoing), though it doesn't seem to make much of a difference...

Thanks for checking this! Please feel free to open issues on github, I'll probably notice it sooner then :)

Re: DNS seeds for Namecore

Posted: Tue Oct 06, 2015 6:00 am
by domob
Since this has been bumped, I can add another comment: I've recently set up a seeder for another coin (which was contract work), and also have a VPS available that I can use to run one for Namecoin. So I'll add my own seed (probably "namecoin.seed.domob.eu") soon.

Re: DNS seeds for Namecore

Posted: Tue Oct 06, 2015 2:03 pm
by domob
domob wrote:Since this has been bumped, I can add another comment: I've recently set up a seeder for another coin (which was contract work), and also have a VPS available that I can use to run one for Namecoin. So I'll add my own seed (probably "namecoin.seed.domob.eu") soon.
The seed is up and running - it is actually seed.namecoin.domob.eu.

Re: DNS seeds for Namecore

Posted: Tue Oct 06, 2015 10:40 pm
by cassini
mhanne wrote:You should now be able to sync the chain from webbtc with namecoin-core.
Well done! It now connects and synchronizes without any problems.
domob wrote:The seed is up and running - it is actually seed.namecoin.domob.eu.
It works! Consistently gives me 12 IP addresses of Namecoin nodes.

Re: DNS seeds for Namecore

Posted: Wed Oct 07, 2015 3:59 pm
by domob
By the way, maybe I should mention this: For my own seed, I cloned sipa's bitcoin seeder and added a Namecoin branch with all the necessary configuration: https://github.com/domob1812/bitcoin-se ... e/namecoin

This is more or less straight-forward to do, but I thought I'd share the code here nevertheless. :)

Re: DNS seeds for Namecore

Posted: Tue Oct 13, 2015 11:38 am
by phelix
domob wrote:By the way, maybe I should mention this: For my own seed, I cloned sipa's bitcoin seeder and added a Namecoin branch with all the necessary configuration: https://github.com/domob1812/bitcoin-se ... e/namecoin

This is more or less straight-forward to do, but I thought I'd share the code here nevertheless. :)
Things like this should go into the "list of resources" I am working on. Very useful but easily overlooked.