How exactly does namecoin work on "low" level?

1

I know a bit about "low level" of bitcoin (transactions, blockchaon, script, network instructions...).

Now I want to read something about namecoin and all the online sources are very vague.

So, I have a question: how does namecoin work on the "low level"? how does it actually save the "domain"? how does it expire it? how can I move the domain to someone else?

I understand that it does it somehow by key value pairs stored in blockchain somehow - where exactly?

Karel Bílek

Posted 2013-02-14T02:42:03.987

Reputation: 2 197

Answers

2

I'm not an expert on Namecoin, but from what I understand, Namecoin works by introducing a few new types of transactions to the Bitcoin formula used for handling domain registration. After that you just need some mechanism of extracting the domain names from the blockchain and that should be enough for Namecoin to work.

ThePiachu

Posted 2013-02-14T02:42:03.987

Reputation: 41 594

1Name registrations won't be included into a block if they're invalid, which is an additional layer of security.Nick ODell 2013-02-14T08:19:25.527

So, it's a separate kind of transaction? OK, where do I find more information?Karel Bílek 2013-02-14T10:05:11.323

2

kermit

Posted 2013-02-14T02:42:03.987

Reputation: 1 839