{"id":663,"date":"2023-02-02T21:34:23","date_gmt":"2023-02-03T00:34:23","guid":{"rendered":"https:\/\/mdmcoin.com\/?p=663"},"modified":"2023-05-11T19:19:18","modified_gmt":"2023-05-11T22:19:18","slug":"criando-um-no-de-validacao-de-transacoes-na-blockchain-da-mdmcoin-linux","status":"publish","type":"post","link":"https:\/\/mdmcoin.com\/en\/blog\/criando-um-no-de-validacao-de-transacoes-na-blockchain-da-mdmcoin-linux\/663\/2023\/","title":{"rendered":"Creating a Transaction Validation Node on the MDMCoin Blockchain \u2013 LINUX"},"content":{"rendered":"<p><strong>Installation on LINUX Operating System (Ubuntu)<\/strong><\/p>\n\n\n\n<p><strong>Minimum device requirements<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>RAM Memory \u2013 1024MB \/ 1GB<\/li>\n\n\n\n<li>Processor \u2013 2 Core \u2013 2.0 Ghz<\/li>\n\n\n\n<li>Storage \u2013 10GB<\/li>\n<\/ul>\n\n\n\n<p>To create a node on the MDMCoin digital currency blockchain and be able to validate transactions\/mine and receive rewards in new coins, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the MDMCoin node software available from the link below and your node configuration file and install it on your device.\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/mdmcoin\/mdmcoinnode\/releases\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/mdmcoin\/mdmcoinnode\/releases\/<\/a>\n<ul class=\"wp-block-list\">\n<li><em><strong>ubuntu<\/strong><\/em>\n<ul class=\"wp-block-list\">\n<li><strong>sudo <strong>apt-get install<\/strong> wget<\/strong><\/li>\n\n\n\n<li><em><strong>mkdir mdmcoin<\/strong><\/em> (<em><strong>create folder<\/strong><\/em>)<\/li>\n\n\n\n<li><strong><em>cd mdmcoin<\/em><\/strong> (<em><strong>access folder<\/strong><\/em>)<\/li>\n\n\n\n<li><em><strong>wget<\/strong> https:\/\/github.com\/mdmcoin\/mdmcoinnode\/releases\/download\/mdmcoin-blockchain-v1.0.1\/mdm-all-1.0.1.jar<\/em> (<em><strong>Main file download<\/strong><\/em>)<\/li>\n\n\n\n<li><em><strong>wget<\/strong> https:\/\/github.com\/mdmcoin\/mdmcoinnode\/releases\/download\/mdmcoin-blockchain-v1.0.1\/mdm.conf<\/em> (<em><strong>Download the settings file<\/strong><\/em>)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Install the dependencies and configure the node to your preferences, including firewall and security settings.\n<ul class=\"wp-block-list\">\n<li>Settings and installation of dependencies for the <em><strong>UBUNTU<\/strong><\/em>\n<ul class=\"wp-block-list\">\n<li><em><strong>sudo apt-get update <\/strong><\/em><\/li>\n\n\n\n<li><em><strong>sudo apt-get install openjdk-8-jre <\/strong><\/em><\/li>\n\n\n\n<li><em><strong>sudo apt-get install screen<\/strong><\/em><\/li>\n\n\n\n<li>Release ports 7870 (<em>obligatory<\/em>) and 7879 (<em>optional<\/em>) to allow integration with the MDMCOIN network\n<ul class=\"wp-block-list\">\n<li><em>ufw allow 7870<\/em> <strong>or<\/strong> <em>sudo iptables -I INPUT -p tcp -m tcp \u2013 -dport 7870 -j ACCEPT<\/em><\/li>\n\n\n\n<li><em>ufw allow 7879<\/em> <strong>or<\/strong> <em>sudo iptables -I INPUT -p tcp -m tcp \u2013 -dport 7879 -j ACCEPT<\/em><\/li>\n\n\n\n<li><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Create your wallet to be integrated into the node for you to receive your rewards through our decentralized web wallet  <a rel=\"noreferrer noopener\" href=\"https:\/\/wallet.mdmcoin.com\/\" target=\"_blank\"><strong>https:\/\/wallet.mdmcoin.com\/<\/strong><\/a><\/li>\n\n\n\n<li>Edit the settings file <strong>mdm.conf<\/strong> according to the information requested, use the following link to carry out the process.\n<ul class=\"wp-block-list\">\n<li> <a rel=\"noreferrer noopener\" href=\"https:\/\/tools.mdmcoin.com\/\" target=\"_blank\">https:\/\/tools.mdmcoin.com\/<\/a> (<em><strong>Converts keywords from your wallet to BASE58 format<\/strong><\/em>)<\/li>\n\n\n\n<li><em><a rel=\"noreferrer noopener\" href=\"https:\/\/nodes.mdmcoin.com\/api-docs\/index.html#\/utils\/hashSecure\" data-type=\"URL\" data-id=\"https:\/\/nodes.mdmcoin.com\/api-docs\/index.html#\/utils\/hashSecure\" target=\"_blank\">https:\/\/nodes.mdmcoin.com\/api-docs\/index.html#\/utils\/hashSecure<\/a><\/em> (<em><strong>Converts the password you created for your node-integrated wallet into a Secure Hash<\/strong><\/em>)<\/li>\n\n\n\n<li><strong>Note: <\/strong><em><strong>Never place the mdm.conf file in a publicly accessible folder.<\/strong><\/em><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Start and Synchronize the node with the MDMCOIN blockchain. This may take some time, depending on the speed of your internet connection.\n<ul class=\"wp-block-list\">\n<li>To start your node run the following command:\n<ul class=\"wp-block-list\">\n<li>screen -d -m -S MDMNODE java -jar \/<strong>installation directory<\/strong>*\/mdmcoin\/mdm-all-1.0.1.jar \/<strong>installation directory<\/strong>*\/mdmcoin\/mdm.conf\n<ul class=\"wp-block-list\">\n<li><strong>*<\/strong> Change according to your installation directory.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>After executing the command above, wait a few minutes and check if your IP address is already in our list of NODES, it usually takes about 30 minutes.\n<ul class=\"wp-block-list\">\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/explorer.mdmcoin.com\/nodes\" target=\"_blank\"><strong>https:\/\/explorer.mdmcoin.com\/nodes<\/strong><\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Get a sufficient amount of <strong>MDMCOIN<\/strong> through the <a href=\"https:\/\/mdmcoin.com\/en\/#exchanges\" data-type=\"URL\" data-id=\"https:\/\/mdmcoin.com\/#exchanges\"><strong>exchanges<\/strong><\/a> where the currency is listed or through the <strong><a rel=\"noreferrer noopener\" href=\"https:\/\/exchange.mdmcoin.com\" data-type=\"URL\" data-id=\"https:\/\/exchange.mdmcoin.com\" target=\"_blank\">Exchange DEX<\/a><\/strong> to become a full node. Currently, it is necessary to have at least<strong> 1000 MDMs<\/strong>.<\/li>\n\n\n\n<li>Update your mining settings and start mining blocks on the MDMCOIN blockchain.<\/li>\n\n\n\n<li>Keep your copy of the blockchain updated and your security settings to be able to generate new blocks and earn new rewards, the greater the balance in your wallet integrated with the node, the greater your chances of receiving rewards.<\/li>\n<\/ol>\n\n\n\n<p>Remember that being a full node on the blockchain <strong>MDMCOIN <\/strong>it requires dedication and responsibility, as you will be helping to maintain the integrity of the network and your node must be active 24 hours a day. But at the same time, you will have the opportunity to earn rewards in <strong>MDMs<\/strong> for your participation.<\/p>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"aligncenter size-medium\"><a href=\"https:\/\/mdmcoin.com\/wp-content\/uploads\/2023\/02\/mdm-blockchain-miner-digital-art.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/mdmcoin.com\/wp-content\/uploads\/2023\/02\/mdm-blockchain-miner-digital-art-300x300.png\" alt=\"\" class=\"wp-image-672\" srcset=\"https:\/\/mdmcoin.com\/wp-content\/uploads\/2023\/02\/mdm-blockchain-miner-digital-art-300x300.png 300w, https:\/\/mdmcoin.com\/wp-content\/uploads\/2023\/02\/mdm-blockchain-miner-digital-art.png 1024w, https:\/\/mdmcoin.com\/wp-content\/uploads\/2023\/02\/mdm-blockchain-miner-digital-art-150x150.png 150w, https:\/\/mdmcoin.com\/wp-content\/uploads\/2023\/02\/mdm-blockchain-miner-digital-art-768x768.png 768w, https:\/\/mdmcoin.com\/wp-content\/uploads\/2023\/02\/mdm-blockchain-miner-digital-art-12x12.png 12w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/figure>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Installation on LINUX (Ubuntu) Operating System Minimum device requirements To create a node on the MDMCoin digital currency blockchain and be able to validate transactions\/mine and receive rewards in new coins, follow these steps: Remember that being a full node on the MDMCOIN blockchain requires dedication and responsibility, as you will be helping\u2026<\/p>","protected":false},"author":1,"featured_media":672,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,37,3,38],"tags":[35,34,36],"class_list":["post-663","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-dicas","category-news","category-tutorial","tag-mdmcoin-mineracao","tag-mdmcoin-node","tag-minerar-mdmcoin"],"_links":{"self":[{"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/posts\/663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/comments?post=663"}],"version-history":[{"count":17,"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/posts\/663\/revisions"}],"predecessor-version":[{"id":706,"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/posts\/663\/revisions\/706"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/media\/672"}],"wp:attachment":[{"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/media?parent=663"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/categories?post=663"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mdmcoin.com\/en\/wp-json\/wp\/v2\/tags?post=663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}