Difference between revisions of "Namecoin"

From Organic Design wiki
m (Namecoin exchanges)
(Manual name registration)
Line 20: Line 20:
 
Currently it's all done in shell with the ''namecoind'' daemon.
 
Currently it's all done in shell with the ''namecoind'' daemon.
 
*[http://dot-bit.org/InstallAndConfigureNamecoin Install and configure Namecoin]
 
*[http://dot-bit.org/InstallAndConfigureNamecoin Install and configure Namecoin]
 +
 +
== Manual name registration ==
 +
First reserve the name,
 +
{{code|<pre>namecoind name_new d/organicdesign</pre>}}
 +
 +
 +
This will output something like the following,
 +
{{code|<pre>[
 +
  "0e0e03510b0b0b7dbba6e301e519693f68062121b29f3cd3a6652c238360d0d0",
 +
  "9f213ff4a582fd65"
 +
]</pre>}}
 +
 +
 +
Then after twelve blocks register the name (you'll need a small NMC balance for this). This example shows a mapping of the naked domain and all subdomains to thi Organic Design servers IP address. The hex number is the shorter of the two returned from the previous reservation command.
 +
{{code|<pre>namecoind name_firstupdate d/organicdesign 9f213ff4a582fd65 '{"ip":"69.64.87.188","map":{"*":{"alias":""},}}'</pre>}}
  
 
== Namecoin domain names ==
 
== Namecoin domain names ==

Revision as of 23:49, 11 August 2012

Namecoin.png

Namecoin is a peer-to-peer generic name/value datastore system based on Bitcoin technology (a decentralizedCryptocurrency). It allows you to :

  • Securely register names (domains for example), no possible censorship!
  • Trade and transact namecoins, the digital currency NMC.

Dot-BIT, the first project using namecoin, is building a domain name system (DNS) using the .bit TLD. Our goal is to spread .bit domains by providing resources and tools to the community, from developers to end users.

It is very useful to build the DNS system into the currency system because both are prone to corruption and control when they require a central authority to manage them. By making these decentralised and removing the requirement for a central authority we can have the foundation of a secure private internet and domain-name system which has the payment and registration system built in to it.

Namecoin faucets

Namecoin exchanges

The best way to get namecoins is with bitcoins since it's still very early days for namecoin which means there's not much support for buying them with standard currencies like there is with bitcoin.

Installation and usage

Currently it's all done in shell with the namecoind daemon.

Manual name registration

First reserve the name,

namecoind name_new d/organicdesign


This will output something like the following,

[
  "0e0e03510b0b0b7dbba6e301e519693f68062121b29f3cd3a6652c238360d0d0",
  "9f213ff4a582fd65"
]


Then after twelve blocks register the name (you'll need a small NMC balance for this). This example shows a mapping of the naked domain and all subdomains to thi Organic Design servers IP address. The hex number is the shorter of the two returned from the previous reservation command.

namecoind name_firstupdate d/organicdesign 9f213ff4a582fd65 '{"ip":"69.64.87.188","map":{"*":{"alias":""},}}'

Namecoin domain names

See also