{"id":2596,"date":"2026-05-01T10:47:04","date_gmt":"2026-05-01T10:47:04","guid":{"rendered":"https:\/\/dinastycoin.com\/?page_id=2596"},"modified":"2026-05-01T10:53:01","modified_gmt":"2026-05-01T10:53:01","slug":"how-to-run-a-node","status":"publish","type":"page","link":"https:\/\/dinastycoin.com\/en\/how-to-run-a-node\/","title":{"rendered":"How to run a node"},"content":{"rendered":"<p class=\"wp-block-paragraph\">The end goal<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You will publicly offer the following services, where xxx.yyy.zzz.vvv is your server IP address.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>xxx.yyy.zzz.vvv:37175- clearnet P2P service (for other nodes)<\/li>\n\n\n\n<li>xxx.yyy.zzz.vvv:37176 &#8211; clearnet RPC service (for wallets)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-run-this-specific-setup\">Why run this specific setup?<a href=\"https:\/\/docs.getmonero.org\/running-node\/monerod-systemd\/#why-run-this-specific-setup\">\u00b6<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You will be able to connect your desktop and mobile Dinastycoin wallets to your own trusted Dinastycoin node, in a secure and private way over Tor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Running as a systemd service<\/strong>&nbsp;will allow your node to always remain synced, as opposed to intermittently running node.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Public RPC service<\/strong>&nbsp;&#8211; The&nbsp;<code>public-node<\/code>&nbsp;config option will broadcast your RPC port to your peers, providing a service for anyone to use your node to connect their wallets to the Monero network. This is useful to users who don&#8217;t run their own nodes. You may enable it by removing the&nbsp;<code>#<\/code>&nbsp;from&nbsp;<code>#public-node<\/code>&nbsp;in the config.Public RPC may be resource intensive<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"assumptions\">Assumptions<a href=\"https:\/\/docs.getmonero.org\/running-node\/monerod-systemd\/#assumptions\">\u00b6<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You possess:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Basic understanding of Linux administration<\/li>\n\n\n\n<li>Root access to a Linux server<\/li>\n\n\n\n<li><em>Recommended<\/em>\u00a04 GB+ RAM<\/li>\n\n\n\n<li><em>Recommended<\/em>\u00a0available SSD storage of\n<ul class=\"wp-block-list\">\n<li><strong>625.0 GiB+<\/strong>\u00a0for the full node<\/li>\n\n\n\n<li><strong>250.0 GiB+<\/strong>\u00a0for the pruned<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Current blockchain size as of 2026-05.01<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The current blockchain sizes are approximately:<br>Full node:\u00a0<strong>4 GiB<\/strong><br>Pruned node:\u00a0<strong>3 GiB<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some commands assume Ubuntu but you will easily translate them to your distribution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-monero\">Install Dinastycoin<a href=\"https:\/\/docs.getmonero.org\/running-node\/monerod-systemd\/#install-monero\">\u00b6<\/a><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create\u00a0Dinastycoin user and group:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>useradd --system Dinastycoin<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">2, Create Dianstycoin <strong>config<\/strong>,\u00a0<strong>date<\/strong>\u00a0and\u00a0<strong>log<\/strong>\u00a0directories:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir -p \/etc\/dinastycoin # config\nmkdir -p \/var\/lib\/dinastycoin # blockchain\nmkdir -p \/var\/log\/dinastycoin # logs\nchown dinastycoin:dinastycoin \/etc\/dinastycoin \nchown dinastycoin:dinastycoin  \/var\/lib\/dinastycoin \nchown dinastycoin:dinastycoin  \/var\/log\/dinastycoin <\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Feel free to adjust above to your preferred conventions, just remember to adjust the paths in the\u00a0<code>systemd<\/code>\u00a0and\u00a0<code>monerod<\/code>\u00a0config files accordingly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. <a href=\"https:\/\/dinastycoin.com\/en\/download-dinastycoin\/\" type=\"page\" id=\"1786\">Downloads<\/a>\u00a0and\u00a0<a href=\"https:\/\/dinastycoin.com\/en\/download-dinastycoin\/\" type=\"page\" id=\"1786\">verify<\/a>\u00a0the archive.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. Extract the binaries (adjust filename if necessary):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>tar -xvf dinastycoin-linux-x64-tesla369.zip\nrm dinastycoin-linux-x64-tesla369.zip<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">5. Move binaries to \/usr\/local\/bin\/:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Dinastycoind Config<a href=\"https:\/\/docs.getmonero.org\/running-node\/monerod-systemd\/#monerod-config\">\u00b6<\/a><\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create\u00a0<code>\/etc\/dinastycoin\/<code>dinastycoin<\/code>.conf<\/code>\u00a0as shown below:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code># \/etc\/monero\/monerod.conf\n#\n# Configuration file for dinastycoind. For all available options see the <a href=\"https:\/\/dinastycoin.com\/en\/daemon-rpc-doc\/\" type=\"page\" id=\"414\">dinastycoinDocs<\/a>:\n\n# Data directory (blockchain db and indices)\ndata-dir=\/var\/lib\/dinastycoin\/.dinastycoin   # Blockchain storage location\n\n# Optional pruning\n#prune-blockchain=1           # Pruning saves 2\/3 of disk space w\/o degrading functionality but contributes less to the network\n#sync-pruned-blocks=1         # Allow downloading pruned blocks instead of prunning them yourself\n\n# Centralized services\ncheck-updates=disabled         # Do not check DNS TXT records for a new version\nenable-dns-blocklist=1         # Block known malicious nodes\n\n# Banlist\n#ban-list=\/path\/to\/ban.txt      # Local list of peers to ban\n\n# Log file\nlog-file=\/var\/log\/dinastycoin\/dinastycoin.log\nlog-level=0                    # Minimal logs, WILL NOT log peers or wallets connecting\nmax-log-file-size=2147483648   # Set to 2GB to mitigate log trimming by monerod; configure logrotate instead\n\n# P2P full node\n#p2p-bind-ip=0.0.0.0            # Bind to all interfaces (the default)\n#p2p-bind-port=18080            # Bind to default port\n#no-igd=1                       # Disable UPnP port mapping\n\n# RPC open node\n#public-node=1                  # Advertise to other users they can use this node for connecting their wallets\nrpc-restricted-bind-ip=0.0.0.0 # Bind to all interfaces (the Open Node)\nrpc-restricted-bind-port=37179 # Bind to a new RESTRICTED port (the Open Node)\n\n# RPC TLS\nrpc-ssl=autodetect             # Use TLS if client wallet supports it; &#91;enabled|disabled|(default)autodetect]\n\n# ZMQ\n#zmq-rpc-bind-ip=127.0.0.1      # Default 127.0.0.1\n#zmq-rpc-bind-port=37178        # Default 37178\nzmq-pub=tcp:\/\/127.0.0.1:37177  # ZMQ pub\n#no-zmq=1                       # Disable ZMQ RPC server\n\n# Mempool size\nmax-txpool-weight=2684354560   # Maximum unconfirmed transactions pool size in bytes (here ~2.5GB, default ~618MB)\n\n# Database sync mode\n#db-sync-mode=safe:sync        # Slow but reliable db writes\n\n# Network limits\nout-peers=12              # Default 12\nin-peers=48               # The default is unlimited; we prefer to put a cap on this\n\nlimit-rate-up=1048576     # 1048576 kB\/s == 1GB\/s; a raise from default 8192 kB\/s; contribute more to p2p network\nlimit-rate-down=1048576   # 1048576 kB\/s == 1GB\/s; a raise from default 32768 kB\/s; allow for faster initial sync\n\n# Tor\/I2P: broadcast transactions originating from connected wallets over Tor\/I2P (does not concern relayed transactions)\n#tx-proxy=i2p,127.0.0.1:4447,12,disable_noise  # I2P\n#tx-proxy=tor,127.0.0.1:9050,12,disable_noise  # Tor\n\n# Tor\/I2P: tell dinastycoind your onion address so it can be advertised on P2P network\n#anonymous-inbound=PASTE_YOUR_I2P_HOSTNAME,127.0.0.1:37176,24         # I2P\n#anonymous-inbound=PASTE_YOUR_ONION_HOSTNAME:37175,127.0.0.1:37175,24 # Tor\n\n# Tor: be forgiving to connecting wallets\ndisable-rpc-ban=1\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Systemd<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create\u00a0<code>\/etc\/systemd\/system\/monerod.service<\/code>\u00a0as shown below.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code># \/etc\/systemd\/system\/monerod.service\n\n&#91;Unit]\nDescription=Dinastycoin Daemon\nAfter=network-online.target\nRequires=network-online.target\n\n&#91;Service]\nType=simple\nExecStart=\/usr\/local\/bin\/Dinastycoind --config-file \/etc\/Dinastycoin\/Dinastycoind.conf --non-interactive\n\nRestart=on-failure\nRestartSec=30\n\nUser=Dinastycoin\nGroup=Dinastycoin\n\nStandardOutput=journal\nStandardError=journal\n\n&#91;Install]\nWantedBy=multi-user.target\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">2. Enable the monerod service:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl daemon-reload\nsystemctl enable dinastycoind\nsystemctl restart dinastycoind<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">3. Verify it is up<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl status dinastycoind<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">4. Verify it is working as intended:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">tail -n100 \/var\/log\/dinastycoin\/dinastycoin.log<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Open firewall ports<a href=\"https:\/\/docs.getmonero.org\/running-node\/monerod-systemd\/#open-firewall-ports\">\u00b6<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">f you use a firewall (and you should), open\u00a037176 and\u00a037175 ports for incoming TCP connections. These are for the incoming\u00a0<strong>clearnet<\/strong>\u00a0connections, P2P and RPC respectively.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You&nbsp;<strong>do not<\/strong>&nbsp;need to open any ports for Tor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, for popular ufw firewall, that would be:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ufw allow 37176\/tcp\nufw allow 37175\/tcp<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">To verify, use\u00a0<code>ufw status<\/code>. The output should be similar to the following (the\u00a0<code>22<\/code>\u00a0being default SSH port, unrelated to Dinastycoin):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>To                         Action      From\n--                         ------      ----\n22\/tcp                     LIMIT       Anywhere\n37176\/tcp                  ALLOW       Anywhere\n37175\/tcp                  ALLOW       Anywhere\n22\/tcp (v6)                LIMIT       Anywhere (v6)\n37176\/tcp (v6)             ALLOW       Anywhere (v6)\n37175\/tcp (v6)             ALLOW       Anywhere (v6)<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>The end goal You will publicly offer the following services, where xxx.yyy.zzz.vvv is your server IP address. Why run this specific setup?\u00b6 You will be able to connect your desktop and mobile Dinastycoin wallets to your own trusted Dinastycoin node, in a secure and private way over Tor. Running as a systemd service&nbsp;will allow your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2596","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to run a node - Dinastycoin<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dinastycoin.com\/en\/how-to-run-a-node\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to run a node - Dinastycoin\" \/>\n<meta property=\"og:description\" content=\"The end goal You will publicly offer the following services, where xxx.yyy.zzz.vvv is your server IP address. Why run this specific setup?\u00b6 You will be able to connect your desktop and mobile Dinastycoin wallets to your own trusted Dinastycoin node, in a secure and private way over Tor. Running as a systemd service&nbsp;will allow your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dinastycoin.com\/en\/how-to-run-a-node\/\" \/>\n<meta property=\"og:site_name\" content=\"Dinastycoin\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-01T10:53:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/how-to-run-a-node\\\/\",\"url\":\"https:\\\/\\\/dinastycoin.com\\\/how-to-run-a-node\\\/\",\"name\":\"How to run a node - Dinastycoin\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#website\"},\"datePublished\":\"2026-05-01T10:47:04+00:00\",\"dateModified\":\"2026-05-01T10:53:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/how-to-run-a-node\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dinastycoin.com\\\/how-to-run-a-node\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/how-to-run-a-node\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dinastycoin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to run a node\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#website\",\"url\":\"http:\\\/\\\/dinastycoin.com\\\/\",\"name\":\"Dinastycoin\",\"description\":\"Dinastycoin crypto sicura anonima e spendibile\",\"publisher\":{\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/dinastycoin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#organization\",\"name\":\"Dinastycoin\",\"url\":\"http:\\\/\\\/dinastycoin.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/dinastycoin.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-Logo.png\",\"contentUrl\":\"https:\\\/\\\/dinastycoin.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-Logo.png\",\"width\":577,\"height\":174,\"caption\":\"Dinastycoin\"},\"image\":{\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to run a node - Dinastycoin","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dinastycoin.com\/en\/how-to-run-a-node\/","og_locale":"en_GB","og_type":"article","og_title":"How to run a node - Dinastycoin","og_description":"The end goal You will publicly offer the following services, where xxx.yyy.zzz.vvv is your server IP address. Why run this specific setup?\u00b6 You will be able to connect your desktop and mobile Dinastycoin wallets to your own trusted Dinastycoin node, in a secure and private way over Tor. Running as a systemd service&nbsp;will allow your [&hellip;]","og_url":"https:\/\/dinastycoin.com\/en\/how-to-run-a-node\/","og_site_name":"Dinastycoin","article_modified_time":"2026-05-01T10:53:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dinastycoin.com\/how-to-run-a-node\/","url":"https:\/\/dinastycoin.com\/how-to-run-a-node\/","name":"How to run a node - Dinastycoin","isPartOf":{"@id":"http:\/\/dinastycoin.com\/#website"},"datePublished":"2026-05-01T10:47:04+00:00","dateModified":"2026-05-01T10:53:01+00:00","breadcrumb":{"@id":"https:\/\/dinastycoin.com\/how-to-run-a-node\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dinastycoin.com\/how-to-run-a-node\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dinastycoin.com\/how-to-run-a-node\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dinastycoin.com\/"},{"@type":"ListItem","position":2,"name":"How to run a node"}]},{"@type":"WebSite","@id":"http:\/\/dinastycoin.com\/#website","url":"http:\/\/dinastycoin.com\/","name":"Dynastycoins","description":"Dynastycoin anonymous and expendable secure crypto","publisher":{"@id":"http:\/\/dinastycoin.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/dinastycoin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"http:\/\/dinastycoin.com\/#organization","name":"Dynastycoins","url":"http:\/\/dinastycoin.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"http:\/\/dinastycoin.com\/#\/schema\/logo\/image\/","url":"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/cropped-cropped-Logo.png","contentUrl":"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/cropped-cropped-Logo.png","width":577,"height":174,"caption":"Dinastycoin"},"image":{"@id":"http:\/\/dinastycoin.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/pages\/2596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/comments?post=2596"}],"version-history":[{"count":3,"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/pages\/2596\/revisions"}],"predecessor-version":[{"id":2601,"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/pages\/2596\/revisions\/2601"}],"wp:attachment":[{"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/media?parent=2596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}