Search found 16 matches

by gst
Thu May 19, 2011 7:54 am
Forum: General Discussion
Topic: Unicode issues (UTF-8 vs. Punycode)
Replies: 2
Views: 6640

Unicode issues (UTF-8 vs. Punycode)

I'm currently a little bit unsure on how to treat the value inside the individual fields: The IDNA standard encoding is used for internationalized domain names. This means that Unicode names need to be converted to punycoded lowercase ASCII before registering, otherwise they might not be accepted by...
by gst
Wed May 18, 2011 3:05 pm
Forum: Project direction
Topic: [SPEC] Domain name specification
Replies: 34
Views: 35742

Re: Domain name specification

NS delegation is already there. I'm not sure that a DHT really reduces storage requirements significantly. A 4096 bit RSA key is 500 bytes. Do we really expect the blockchain average zone size to be longer than 1K? If not, then we are only saving a factor of 2. RSA key sizes are rather large. If yo...
by gst
Mon May 16, 2011 6:11 pm
Forum: Project direction
Topic: [SPEC] Domain name specification
Replies: 34
Views: 35742

Re: Domain name specification

Personally I don't think that it's a good idea to store that much information in the block chain. In fact, I think that no record except a NS record and possibly a DHT record (see below) should be stored in the chain. The main advantage of the block chain is that it allows to decide which name belon...
by gst
Mon May 16, 2011 5:21 pm
Forum: Project direction
Topic: Change the expire time of a domain
Replies: 11
Views: 12254

Re: Change the expire time of a domain

In my opinion something like 6 months is still somewhat too short. One main reason to let domains expire after some amount of time is to free up old unused domains. But for this purpose an expiry time of 1 year (or even more) would still be sufficient (IMO). On the other hand, short expiry times imp...
by gst
Mon May 16, 2011 8:46 am
Forum: General Discussion
Topic: bitname.org TLD
Replies: 10
Views: 11766

Re: bitname.org TLD

Update: The Python script for the generation of the MaraDNS config is now available at: https://github.com/sysfrog/namecoin
by gst
Sun May 15, 2011 4:14 pm
Forum: General Discussion
Topic: bitname.org TLD
Replies: 10
Views: 11766

bitname.org TLD

I've just enabled an experimental new type of "resolver" for namecoin domains: One issue with the current .bit TLD is adoption, as only a small subset of users will install/configure a custom resolver. Instead, I think it would be better (or at least a good alternative) to resolve namecoin names as ...