From 2dbc6f44b63cf0ed619a6b5daea9b36f4426cb8c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 5 Jul 2019 19:57:07 +0200 Subject: [PATCH] spelling --- content/post/setup-namecoin-tld-lookup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/post/setup-namecoin-tld-lookup.md b/content/post/setup-namecoin-tld-lookup.md index 847b186..99ceca9 100644 --- a/content/post/setup-namecoin-tld-lookup.md +++ b/content/post/setup-namecoin-tld-lookup.md @@ -9,15 +9,15 @@ showFullContent = false draft = true +++ -I don't use any packages of an distro because Namecoins packages are only poorly maintained. +This setup is distor independent. All you need is cron to start the blockchain and the name resolver. -download binarys of namecoin and ncdns for your linux distros: +download namecoin and ncdns binaries for your linux distros: * [https://github.com/namecoin/ncdns/releases/latest](https://github.com/namecoin/ncdns/releases/download/v0.0.8/ncdns-v0.0.8-linux_amd64.tar.gz) * [https://namecoin.org/download/](https://www.namecoin.org/files/namecoin-core-0.16.3/namecoin-0.16.3-x86_64-linux-gnu.tar.gz) -extrakt namecoin to /opt/namecoin -extrakt ncdns to /opt/ncdns +extract namecoin to /opt/namecoin +extract ncdns to /opt/ncdns create new user e.g. ( useradd name )