{"id":22248,"date":"2024-07-02T14:01:33","date_gmt":"2024-07-02T12:01:33","guid":{"rendered":"https:\/\/contabo.com\/blog\/kb\/103000283113-koennen-sie-mehr-informationen-ueber-das-bild-des-horizenknotens-von-contabo-geben\/"},"modified":"2024-07-02T14:01:33","modified_gmt":"2024-07-02T12:01:33","slug":"103000283113-koennen-sie-mehr-informationen-ueber-das-bild-des-horizenknotens-von-contabo-geben","status":"publish","type":"kb","link":"https:\/\/contabo.com\/blog\/de\/kb\/103000283113-koennen-sie-mehr-informationen-ueber-das-bild-des-horizenknotens-von-contabo-geben\/","title":{"rendered":"K\u00f6nnen Sie mehr Informationen \u00fcber das Bild des Horizenknotens von Contabo geben?"},"content":{"rendered":"<h4 data-identifyelement=\"464\" dir=\"ltr\"><strong data-identifyelement=\"465\">K&ouml;nnen Sie mehr Informationen &uuml;ber das Bild des Horizenknotens von Contabo geben?<\/strong><\/h4>\n<p>Das Horizen Node Image von Contabo basiert auf Zen (<a data-identifyelement=\"468\" href=\"https:\/\/github.com\/HorizenOfficial\/zen\" rel=\"noopener noreferrer nofollow nofollow\" target=\"_blank\"><u data-identifyelement=\"469\">https:\/\/github.com\/HorizenOfficial\/zen<\/u><\/a>).<br data-identifyelement=\"470\"><br data-identifyelement=\"471\">Das Image enth&auml;lt alle erforderlichen Abh&auml;ngigkeiten, um Ihren Horizen Node f&uuml;r das Staking einzurichten.<br data-identifyelement=\"472\"><br data-identifyelement=\"473\"><strong data-identifyelement=\"474\">Wie kann ich zum Horizen-Benutzer wechseln?<\/strong><br data-identifyelement=\"475\">Sie k&ouml;nnen den unten stehenden Befehl verwenden, um sich beim Horizen-Benutzer anzumelden. Wir empfehlen, diesen Benutzer zu verwenden, da er aus Sicherheitsgr&uuml;nden erstellt wurde.<br data-identifyelement=\"476\"><br data-identifyelement=\"477\"><\/p>\n<pre data-identifyelement=\"464\" dir=\"ltr\">su horizen<\/pre>\n<h4 data-identifyelement=\"464\" dir=\"ltr\"><strong data-identifyelement=\"480\" dir=\"ltr\">Wie f&uuml;hre ich Zen-CLI-Befehle aus?<\/strong><\/h4>\n<p dir=\"ltr\">P2P-Netzwerkinformationen: zen-cli getnetworkinfo<br data-identifyelement=\"482\"><br data-identifyelement=\"483\">Sync-Status abfragen: zen-cli getblockchaininfo<\/p>\n<h4 data-identifyelement=\"486\" dir=\"ltr\"><strong data-identifyelement=\"487\">Wie richte ich meinen Knoten f&uuml;r das Staking ein?<\/strong><\/h4>\n<p><br data-identifyelement=\"488\">Beachten Sie, dass die folgenden Befehle als root-Benutzer (oder Benutzer mit sudo-Rechten) ausgef&uuml;hrt werden sollten.<\/p>\n<p><br data-identifyelement=\"490\"><\/p>\n<h4><strong data-identifyelement=\"491\">Wie kann ich Apache deaktivieren, um Port-Konflikte zu vermeiden?<br data-identifyelement=\"492\"><\/strong><\/h4>\n<p>Sie k&ouml;nnen die folgenden Befehle ausf&uuml;hren:<br data-identifyelement=\"493\"><br data-identifyelement=\"494\"><\/p>\n<pre data-identifyelement=\"486\" dir=\"ltr\">sudo systemctl disable apache2<br data-identifyelement=\"495\">sudo systemctl stop apache2<\/pre>\n<h4 data-identifyelement=\"486\" dir=\"ltr\"><strong data-identifyelement=\"498\" dir=\"ltr\">Wie installiere ich Certbot f&uuml;r SSL?<br data-identifyelement=\"499\"><\/strong><\/h4>\n<p>Sie k&ouml;nnen den folgenden Befehl ausf&uuml;hren:<br data-identifyelement=\"500\"><br data-identifyelement=\"501\"><\/p>\n<pre data-identifyelement=\"486\" dir=\"ltr\">sudo certbot certonly --preferred-chain &bdquo;ISRG Root X1&ldquo; --key-type rsa -n --agree-tos --register-unsafely-without-email --standalone -d $FQDN<\/pre>\n<h4 data-identifyelement=\"486\" dir=\"ltr\"><strong data-identifyelement=\"504\" dir=\"ltr\">Wie richte ich Zertifikate f&uuml;r Horizen-Knoten ein?<\/strong><\/h4>\n<p dir=\"ltr\">Sie k&ouml;nnen die folgenden Befehle ausf&uuml;hren:<br data-identifyelement=\"506\"><br data-identifyelement=\"507\"><\/p>\n<pre data-identifyelement=\"486\" dir=\"ltr\">sudo chown -R horizen:horizen \/etc\/letsencrypt\/<br data-identifyelement=\"508\"><br data-identifyelement=\"509\">\nsudo chmod -R 750 \/etc\/letsencrypt\/<br data-identifyelement=\"510\"><br data-identifyelement=\"511\">\nsudo csplit -s -z -f \/usr\/local\/share\/ca-certificates\/intermediate-cert- \/etc\/letsencrypt\/live\/$FQDN\/chain.pem '\/-----BEGIN CERTIFICATE-----\/' '{*}' --suffix-format='%02d.crt'<br data-identifyelement=\"512\"><br data-identifyelement=\"513\">\nsudo update-ca-certificates --fresh<br data-identifyelement=\"514\"><\/pre>\n<h4><strong data-identifyelement=\"516\" dir=\"ltr\">Wie schreibe ich die Zertifikate in die Konfigurationsdatei?<\/strong><\/h4>\n<p dir=\"ltr\">Sie k&ouml;nnen den folgenden Befehl ausf&uuml;hren:<br data-identifyelement=\"518\"><br data-identifyelement=\"519\"><\/p>\n<pre data-identifyelement=\"486\" dir=\"ltr\">echo &bdquo;tlscertpath=\/etc\/letsencrypt\/live\/$FQDN\/cert.pem&ldquo; &gt;&gt; \/home\/horizen\/.zen\/zen.conf<br data-identifyelement=\"520\">echo &bdquo;tlskeypath=\/etc\/letsencrypt\/live\/$FQDN\/privkey.pem&ldquo; &gt;&gt; \/home\/horizen\/.zen\/zen.conf<br data-identifyelement=\"521\"><br data-identifyelement=\"522\">export IPV4=$(ip -4 addr show eth0 | grep -oP '(?&lt;=inets)d+(.d+){3}')<br data-identifyelement=\"523\"><br data-identifyelement=\"524\">echo &bdquo;externalip=$IPV4&ldquo; &gt;&gt; \/home\/horizen\/.zen\/zen.conf<br data-identifyelement=\"525\"><br data-identifyelement=\"526\">\necho &bdquo;port=9033&ldquo; &gt;&gt; \/home\/horizen\/.zen\/zen.conf<br data-identifyelement=\"527\"><br data-identifyelement=\"528\"><\/pre>\n<h4><strong data-identifyelement=\"529\" dir=\"ltr\">Wie kann ich den Zen-Knoten neu starten?<\/strong><\/h4>\n<p dir=\"ltr\">Beachten Sie, dass dieser Schritt vom horizen-Benutzer ausgef&uuml;hrt werden sollte. Wechseln Sie dann zur&uuml;ck zum root-Benutzer, um die Einrichtung abzuschlie&szlig;en.<br data-identifyelement=\"531\"><br data-identifyelement=\"532\">Sie k&ouml;nnen den folgenden Befehl ausf&uuml;hren, um den Zen-Knoten neu zu starten:<br data-identifyelement=\"533\"><br data-identifyelement=\"534\"><\/p>\n<pre data-identifyelement=\"486\" dir=\"ltr\">zen-cli stop &amp;&amp; sleep 60 &amp;&amp; zend &amp;&amp; seep 30<\/pre>\n<h4 data-identifyelement=\"537\" dir=\"ltr\"><strong data-identifyelement=\"538\">Wie installiere ich den Node Tracker?<\/strong><\/h4>\n<p dir=\"ltr\">Nodetracker ist eine Anwendung, die Ihre Eins&auml;tze verwaltet.<br data-identifyelement=\"540\"><br data-identifyelement=\"541\">Sie k&ouml;nnen es installieren, indem Sie den folgenden Befehl ausf&uuml;hren:<\/p>\n<pre data-identifyelement=\"544\" dir=\"ltr\">sudo apt-get update<br data-identifyelement=\"545\">sudo apt-get install -y ca-Zertifikate curl gnupg<br data-identifyelement=\"546\">sudo mkdir -p \/etc\/apt\/keyrings<br data-identifyelement=\"547\">curl -fsSL https:\/\/deb.nodesource.com\/gpgkey\/nodesource-repo.gpg.key | sudo gpg --dearmor -o \/etc\/apt\/keyrings\/nodesource.gpg<br data-identifyelement=\"548\"><br data-identifyelement=\"549\">NODE_MAJOR=18<br data-identifyelement=\"550\">echo &bdquo;deb [signed-by=\/etc\/apt\/keyrings\/nodesource.gpg] https:\/\/deb.nodesource.com\/node_$NODE_MAJOR.x nodistro main&ldquo; | sudo tee \/etc\/apt\/sources.list.d\/nodesource.list<br data-identifyelement=\"551\"><br data-identifyelement=\"552\">sudo apt-get update<br data-identifyelement=\"553\">sudo apt-get install nodejs -y<br data-identifyelement=\"554\"><br data-identifyelement=\"555\">cd ~\/ &amp;&amp; git clone https:\/\/github.com\/HorizenOfficial\/nodetracker.git<br data-identifyelement=\"556\"><br data-identifyelement=\"557\">cd nodetracker<br data-identifyelement=\"558\"><br data-identifyelement=\"559\"><\/pre>\n<h4><strong data-identifyelement=\"560\" dir=\"ltr\">Wie richte ich den Node Tracker ein?<\/strong><\/h4>\n<p dir=\"ltr\">Sie k&ouml;nnen den folgenden Befehl ausf&uuml;hren:<br data-identifyelement=\"562\"><br data-identifyelement=\"563\"><\/p>\n<pre data-identifyelement=\"544\" dir=\"ltr\">ZENCONF=\/home\/horizen\/.zen\/zen.conf ZEN_HOME=\/home\/horizen\/.zen\/zen.conf node setup.js<\/pre>\n<p data-identifyelement=\"544\" dir=\"ltr\">Wenn Sie eine Testversion des Node-Trackers einrichten m&ouml;chten, f&uuml;hren Sie den folgenden Befehl aus:<br data-identifyelement=\"566\"><br data-identifyelement=\"567\"><\/p>\n<pre data-identifyelement=\"544\" dir=\"ltr\">ZENCONF=\/home\/horizen\/.zen\/zen.conf ZEN_HOME=\/home\/horizen\/.zen\/zen.conf node app.js<\/pre>\n<h4><strong data-identifyelement=\"570\" dir=\"ltr\">Wie starte ich den Node Tracker mit PM2 f&uuml;r den automatischen Neustart?<\/strong><\/h4>\n<p dir=\"ltr\">Sie k&ouml;nnen den folgenden Befehl ausf&uuml;hren:<\/p>\n<pre data-identifyelement=\"574\" dir=\"ltr\">npm install pm2@latest -g<u data-identifyelement=\"575\"><br data-identifyelement=\"576\"><\/u><br data-identifyelement=\"577\">ZENCONF=\/home\/horizen\/.zen\/zen.conf ZEN_HOME=\/home\/horizen\/.zen\/zen.conf pm2 start app.js --name nodetracker<br data-identifyelement=\"578\"><br data-identifyelement=\"579\"><\/pre>\n<h4 data-identifyelement=\"574\" dir=\"ltr\"><strong data-identifyelement=\"580\" dir=\"ltr\">Wie lese ich Protokolle f&uuml;r Node Tracker?<\/strong><\/h4>\n<p dir=\"ltr\">Sie k&ouml;nnen den folgenden Befehl ausf&uuml;hren:<br data-identifyelement=\"582\"><br data-identifyelement=\"583\"><\/p>\n<pre data-identifyelement=\"574\" dir=\"ltr\">pm2 logs nodetracker<\/pre>\n<p>Offizielle Horizen-Dokumentation:<br data-identifyelement=\"586\"><br data-identifyelement=\"587\">Hier finden Sie die offizielle <a data-identifyelement=\"588\" href=\"https:\/\/horizenofficial.atlassian.net\/wiki\/spaces\/ZEN\/pages\/136872141\/Secure+and+Super+Nodes\" rel=\"noopener noreferrer nofollow nofollow\" target=\"_blank\"><u data-identifyelement=\"589\">Horizen-Dokumentation<\/u><\/a> mit weiteren Informationen.<br data-identifyelement=\"590\"><br data-identifyelement=\"591\"><br data-identifyelement=\"592\"><\/p>\n<\/p>\n<p><span class=\"ast-load-more active\"><a href=\"https:\/\/help.contabo.com\/de\/support\/solutions\/articles\/103000283113-k\u00f6nnen-sie-mehr-informationen-\u00fcber-das-bild-des-horizenknotens-von-contabo-geben-\" rel=\"nofollow\">Details&#8230;<\/a> <\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>K&ouml;nnen Sie mehr Informationen &uuml;ber das Bild des Horizenknotens von Contabo geben? Das Horizen Node Image von Contabo basiert auf Zen (https:\/\/github.com\/HorizenOfficial\/zen).Das Image enth&auml;lt alle erforderlichen Abh&auml;ngigkeiten, um Ihren Horizen Node f&uuml;r das Staking einzurichten.Wie kann ich zum Horizen-Benutzer wechseln?Sie k&ouml;nnen den unten stehenden Befehl verwenden, um sich beim Horizen-Benutzer anzumelden. Wir empfehlen, diesen Benutzer [&hellip;]<\/p>\n","protected":false},"author":72,"featured_media":0,"template":"","meta":{"inline_featured_image":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[2068],"tags":[],"class_list":["post-22248","kb","type-kb","status-publish","hentry","category-kb-de"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Contabo Web","author_link":"https:\/\/contabo.com\/blog\/de\/author\/julius-nalivaiko\/"},"uagb_comment_info":0,"uagb_excerpt":"K&ouml;nnen Sie mehr Informationen &uuml;ber das Bild des Horizenknotens von Contabo geben? Das Horizen Node Image von Contabo basiert auf Zen (https:\/\/github.com\/HorizenOfficial\/zen).Das Image enth&auml;lt alle erforderlichen Abh&auml;ngigkeiten, um Ihren Horizen Node f&uuml;r das Staking einzurichten.Wie kann ich zum Horizen-Benutzer wechseln?Sie k&ouml;nnen den unten stehenden Befehl verwenden, um sich beim Horizen-Benutzer anzumelden. Wir empfehlen, diesen Benutzer&hellip;","_links":{"self":[{"href":"https:\/\/contabo.com\/blog\/de\/wp-json\/wp\/v2\/kb\/22248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contabo.com\/blog\/de\/wp-json\/wp\/v2\/kb"}],"about":[{"href":"https:\/\/contabo.com\/blog\/de\/wp-json\/wp\/v2\/types\/kb"}],"author":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/de\/wp-json\/wp\/v2\/users\/72"}],"version-history":[{"count":0,"href":"https:\/\/contabo.com\/blog\/de\/wp-json\/wp\/v2\/kb\/22248\/revisions"}],"wp:attachment":[{"href":"https:\/\/contabo.com\/blog\/de\/wp-json\/wp\/v2\/media?parent=22248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/contabo.com\/blog\/de\/wp-json\/wp\/v2\/categories?post=22248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/contabo.com\/blog\/de\/wp-json\/wp\/v2\/tags?post=22248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}