Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 3.5 KB

README.md

File metadata and controls

85 lines (66 loc) · 3.5 KB

Namecoin Core

Setup

Namecoin Core is the official Namecoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Namecoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.

To download Namecoin Core, visit namecoin.org.

Running

The following are some helpful notes on how to run Namecoin Core on your native platform.

Unix

Unpack the files into a directory and run:

  • bin/namecoin-qt (GUI) or
  • bin/namecoind (headless)

Windows

Unpack the files into a directory, and then run namecoin-qt.exe.

macOS

Drag Namecoin-Qt to your applications folder, and then run Namecoin-Qt.

Need Help?

Building

The following are developer notes on how to build Bitcoin Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

Development

The Namecoin repo's root README contains relevant information on the development process and automated testing.

Resources

Miscellaneous

License

Distributed under the MIT software license.