1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-25 09:28:25 +00:00

Made changes to ch09.asciidoc

This commit is contained in:
myarbrough@oreilly.com 2014-11-05 09:18:28 -08:00
parent 29c5a20396
commit 583674c577

View File

@ -292,9 +292,9 @@ Namecoin's namespaces are not restricted, and anyone can use any namespace in an
The namecoin client is very similar to Bitcoin Core, because it is derived from the same source code. Upon installation, the client will download a full copy of the namecoin blockchain and then will be ready to query and register names. There are three main commands:
* +name_new+: Query or preregister a name
* +name_firstupdate+: Register a name and make the registration public
* +name_update+: Change the details or refresh a name registration
+name_new+:: Query or preregister a name
+name_firstupdate+:: Register a name and make the registration public
+name_update+:: Change the details or refresh a name registration
For example, to register the domain +mastering-bitcoin.bit+, we use the command +name_new+ as follows: