Search found 45 matches

by hla
Wed May 13, 2015 1:59 pm
Forum: Project direction
Topic: "import" specification
Replies: 28
Views: 20518

Re: "import" specification

I don't think import can or should be implemented in a namespace-agnostic fashion. Different namespaces are liable to have different merge and precedence rules. For example, if you define import as performing a JSON-level merger of objects, this breaks some features of d/, such as SRV records. dd/a ...
by hla
Wed Jan 28, 2015 12:11 am
Forum: Official Namecoin softwares
Topic: DNS seeds for Namecore
Replies: 25
Views: 103528

Re: DNS seeds for Namecore

I have a working fork of bitcoin-seeder:

https://github.com/hlandauf/namecoin-seeder

You will need to edit the hardcoded IP address here in order to get it started: https://github.com/hlandauf/namecoin-se ... n.cpp#L351
by hla
Mon Dec 29, 2014 4:49 pm
Forum: Project direction
Topic: [Brainstorming] Namecoin SPV
Replies: 33
Views: 122706

Re: [Brainstorming] Namecoin SPV

I've written a chart of possible deployment modes here: https://github.com/hlandau/ncdocs/blob/ ... amecoin.md
Some more introductory material: https://github.com/hlandau/ncdocs/blob/ ... s-intro.md
by hla
Sat Dec 13, 2014 2:01 pm
Forum: General Discussion
Topic: SCAMMER WARNING
Replies: 2
Views: 3025

Re: SCAMMER WARNING

This scammer is continuing to operate using name "indoIering". However he is now using a separate connection to sit in #namecoin, so that "indoIering" does not appear in #namecoin. He messaged me out of the blue when I spoke in the channel. I determined his in-channel nick to be hgret, as it had the...
by hla
Thu Nov 13, 2014 8:07 am
Forum: Domain Names / Dot-Bit
Topic: DNSSEC and Namecoin
Replies: 2
Views: 24736

Re: DNSSEC and Namecoin

Hi. I recently wrote a Namecoin-to-DNS daemon in Go which supports the use of DNSSEC. It serves records signed by the DNSSEC keys you provide, and also serves signed DS records where specified by the values in Namecoin. The spec for putting DS records in Namecoin is on the wiki. The daemon also supp...