Search found 4 matches

by mhanne
Sat Apr 23, 2016 2:30 pm
Forum: Technical Support
Topic: bitcoin-ruby:0.0.6 144.76.183.77:18334 broken on testnet
Replies: 6
Views: 7115

Re: bitcoin-ruby:0.0.6 144.76.183.77:18334 broken on testnet

Hi, that node is me, it's the one running on webbtc.com. I have to admit I didn't follow developments for a while and neglected to update the code - though the main namecoin chain still seems to be working okay. It's not a mining node, so the blocks must have been created by someone else. Could you ...
by mhanne
Mon Oct 05, 2015 10:43 pm
Forum: Official Namecoin softwares
Topic: DNS seeds for Namecore
Replies: 25
Views: 75071

Re: DNS seeds for Namecore

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 ...
by mhanne
Sun Jun 21, 2015 5:38 pm
Forum: Official Namecoin softwares
Topic: DNS seeds for Namecore
Replies: 25
Views: 75071

Re: DNS seeds for Namecore

Thanks for the seed! Feel free to open an issue on Github (so I don't forget) about adding the seeds to the code. Done https://github.com/namecoin/namecore/pull/13 I run two testnet nodes on VPSes, but yes, there seem to be no blocks lately. However, that shouldn't be an issue - you can solo-mine w...
by mhanne
Sun Jun 14, 2015 7:05 am
Forum: Official Namecoin softwares
Topic: DNS seeds for Namecore
Replies: 25
Views: 75071

Re: DNS seeds for Namecore

Hello, I set up a dns seeds for namecoin and its testnet on webbtc.com: dnsseed.namecoin.webbtc.com dnsseed.test.namecoin.webbtc.com The code is at http://github.com/mhanne/bitcoin-ruby-dnsseed, if anyone is interested. It's returning a random sample of addresses seen by the node, weighted by time l...