MaddieM4 / pymads

A fork of the pymds authoritative DNS server, designed for asynchronous lookup without domain restrictions.
GNU Lesser General Public License v3.0
4 stars 2 forks source link

NameCoin source #14

Closed MaddieM4 closed 11 years ago

MaddieM4 commented 11 years ago

NameCoin is a technology based on Bitcoin with a separate blockchain, designed specifically for domain name management. While this is a very low-priority project, I think it would be cool to provide a NameCoin source class as an example of a more-advanced use case of the technology.

It should be possible to do this with a subset of the jsonrpc client code in the official NameCoin tree, and probably in a more memory-efficient and flexible way than is demonstrated there.

MaddieM4 commented 11 years ago

I've decided that if this is going to happen, it's as a separate repo that provides a Pymads source. This is in no way urgent, because you can recurse off the DNS interface of a standard Namecoin server.