{"id":936,"date":"2025-06-12T22:26:34","date_gmt":"2025-06-13T01:26:34","guid":{"rendered":"https:\/\/moveblockchain.org\/?p=936"},"modified":"2025-06-12T22:35:21","modified_gmt":"2025-06-13T01:35:21","slug":"criando-um-no-validador-minerador-da-move-blockchain-linux","status":"publish","type":"post","link":"https:\/\/moveblockchain.org\/en\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/","title":{"rendered":"Creating a Validator Node on the MOVE Blockchain \u2013 LINUX"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-medium is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"196\" height=\"300\" src=\"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG-196x300.png\" alt=\"\" class=\"wp-image-937\" style=\"width:191px;height:auto\" srcset=\"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG-196x300.png 196w, https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG-8x12.png 8w, https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG.png 669w\" sizes=\"(max-width: 196px) 100vw, 196px\" \/><\/figure>\n<\/div>\n\n\n<p><strong>Installation on LINUX (Ubuntu) Operating System<\/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 \u2013 1024 MB \/ 1 GB<\/li>\n\n\n\n<li>Processor \u2013 2 Core \u2013 2.0 Ghz<\/li>\n\n\n\n<li>Storage \u2013 10 GB<\/li>\n<\/ul>\n\n\n\n<p>To create a MOVE Blockchain node and be able to validate transactions\/mine and receive rewards in new MOVEFIT coins, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the MOVE NODE software available at the link below and the configuration files for your node and install it on your device.\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/moveblockchain\/movenode\/releases\/\">https:\/\/github.com\/moveblockchain\/movenode\/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 apt-get install wget<\/strong><\/li>\n\n\n\n<li><em><strong>mkdir <\/strong><\/em><strong>move <\/strong>(<em><strong>create folder<\/strong><\/em>)<\/li>\n\n\n\n<li><strong><em>CD <\/em>move <\/strong>(<em><strong>access folder<\/strong><\/em>)<\/li>\n\n\n\n<li><em><strong>wget<\/strong>&nbsp;<\/em><a href=\" https:\/\/github.com\/moveblockchain\/movenode\/releases\/download\/1.0\/move-all-1.0.jar\"><em> <\/em>https:\/\/github.com\/moveblockchain\/movenode\/releases\/download\/1.0\/move-all-1.0.jar<\/a> (<em><strong>Download main file<\/strong><\/em>)<\/li>\n\n\n\n<li><em><strong>wget<\/strong>&nbsp;<\/em><a href=\"https:\/\/github.com\/moveblockchain\/movenode\/releases\/download\/1.0\/move.conf\" target=\"_blank\" rel=\"noreferrer noopener\"><em>https:\/\/github.com\/moveblockchain\/movenode\/releases\/download\/1.0\/move.conf<\/em> <\/a>&nbsp;(<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 dependencies and configure the node to your preferences, including firewall and security settings.\n<ul class=\"wp-block-list\">\n<li>Configuration and installation of dependencies for the&nbsp;<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 default-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 the doors <strong>14840 <\/strong>(<em>mandatory<\/em>) and <strong>14849 <\/strong>(<em>optional<\/em>) to enable network integration in your Firewall.\n<ul class=\"wp-block-list\">\n<li><em>ufw allow <\/em>14840 <strong>or<\/strong>&nbsp;<em>sudo iptables -I INPUT -p tcp -m tcp \u2013 -dport 14840-j ACCEPT<\/em><\/li>\n\n\n\n<li><em>ufw allow <\/em>14849 <strong>or<\/strong>&nbsp;<em>sudo iptables -I INPUT -p tcp -m tcp \u2013 -dport 1484<\/em>9 <em>-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 with the node so you can receive your rewards through our decentralized web wallet&nbsp;<a href=\"https:\/\/dex.moveblockchain.org\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>https:\/\/dex.moveblockchain.org\/<\/strong><\/a><\/li>\n\n\n\n<li>Edit the settings file\u00a0<strong>move.conf<\/strong>\u00a0According to the requested information, use the following link to carry out the process.\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/moveblockchain.github.io\/\">https:\/\/moveblockchain.github.io\/<\/a>\u00a0(<em><strong>Convert your wallet keywords into BASE58 format<\/strong><\/em>)<\/li>\n\n\n\n<li><a href=\"http:\/\/nodes.moveblockchain.org\/api-docs\/index.html#\/utils\/hashSecure\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/nodes.moveblockchain.org\/api-docs\/index.html#\/utils\/hashSecure<\/a>(<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:&nbsp;<\/strong><em><strong>Never place the move.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 sync the node with the 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 NODE java -jar \/<strong>installation directory<\/strong>*\/move\/move-all-1.0.jar \/<strong>installation directory<\/strong>*\/move\/move.conf\n<ul class=\"wp-block-list\">\n<li><strong>*<\/strong>&nbsp;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 on our list of NODES, it usually takes about 30 minutes.\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/explorer.moveblockchain.org\/nodes\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/explorer.moveblockchain.org\/nodes<\/a><\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Get a minimum quantity of 1000 <strong>MOVEFIT<\/strong> through the&nbsp;<a href=\"https:\/\/moveblockchain.org\/en\/#exchanges\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Exchanges<\/strong><\/a>&nbsp;where the coin is listed to become a full validator node. <\/li>\n\n\n\n<li>Update your mining settings and start mining blocks on the blockchain.<\/li>\n\n\n\n<li>Keep your copy of the blockchain updated and your security settings up to date to be able to generate new blocks and earn new rewards. The higher the balance in your node-integrated wallet, the greater your chances of receiving rewards.<\/li>\n<\/ol>\n\n\n\n<p>Remember that being a full node in the network <strong>MOVE Blockchain<\/strong> 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 for your participation.<\/p>","protected":false},"excerpt":{"rendered":"<p>Installation on LINUX (Ubuntu) Operating System Minimum device requirements To create a MOVE Blockchain node and be able to validate transactions\/mine and receive rewards in new MOVEFIT coins, follow these steps: Remember that being a full node in the MOVE Blockchain network requires dedication and responsibility, as you will be helping to\u2026<\/p>","protected":false},"author":1,"featured_media":937,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,4],"tags":[27,38,15,26,37],"class_list":["post-936","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-news","tag-blockchain","tag-full-node-move-blockchain","tag-move-blockchain","tag-movefit","tag-node-move"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Criando um n\u00f3 validador na MOVE Blockchain \u2013 LINUX - MOVE<\/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:\/\/moveblockchain.org\/en\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Criando um n\u00f3 validador na MOVE Blockchain \u2013 LINUX - MOVE\" \/>\n<meta property=\"og:description\" content=\"Instala\u00e7\u00e3o no Sistema Operacional LINUX (Ubuntu) Requisitos m\u00ednimos do dispositivo Para criar um n\u00f3 da MOVE Blockchain e conseguir validar transa\u00e7\u00f5es \/ minerar e receber recompensas em novas moedas MOVEFIT, siga os seguintes passos: Lembre-se de que ser um n\u00f3 completo na rede da MOVE Blockchain requer dedica\u00e7\u00e3o e responsabilidade, pois voc\u00ea estar\u00e1 ajudando a&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/moveblockchain.org\/en\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/\" \/>\n<meta property=\"og:site_name\" content=\"MOVE\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/instagram.com\/moveblockchain\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-13T01:26:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-13T01:35:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG.png\" \/>\n\t<meta property=\"og:image:width\" content=\"669\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"moveblockchain\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@moveblockchain\" \/>\n<meta name=\"twitter:site\" content=\"@moveblockchain\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"moveblockchain\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/\"},\"author\":{\"name\":\"moveblockchain\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#\\\/schema\\\/person\\\/7c2f0fe855f6f53897a678cfa582cb96\"},\"headline\":\"Criando um n\u00f3 validador na MOVE Blockchain \u2013 LINUX\",\"datePublished\":\"2025-06-13T01:26:34+00:00\",\"dateModified\":\"2025-06-13T01:35:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/\"},\"wordCount\":555,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/moveblockchain.org\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/MOVINHO-3-BG.png\",\"keywords\":[\"BLOCKCHAIN\",\"Full Node Move Blockchain\",\"MOVE BLOCKCHAIN\",\"MOVEFIT\",\"node move\"],\"articleSection\":[\"Blog\",\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/\",\"url\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/\",\"name\":\"Criando um n\u00f3 validador na MOVE Blockchain \u2013 LINUX - MOVE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/moveblockchain.org\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/MOVINHO-3-BG.png\",\"datePublished\":\"2025-06-13T01:26:34+00:00\",\"dateModified\":\"2025-06-13T01:35:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/#primaryimage\",\"url\":\"https:\\\/\\\/moveblockchain.org\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/MOVINHO-3-BG.png\",\"contentUrl\":\"https:\\\/\\\/moveblockchain.org\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/MOVINHO-3-BG.png\",\"width\":669,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/blog\\\/criando-um-no-validador-minerador-da-move-blockchain-linux\\\/936\\\/2025\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/moveblockchain.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Criando um n\u00f3 validador na MOVE Blockchain \u2013 LINUX\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#website\",\"url\":\"https:\\\/\\\/moveblockchain.org\\\/\",\"name\":\"MOVE BLOCKCHAIN\",\"description\":\"Blockchain\",\"publisher\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/moveblockchain.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#organization\",\"name\":\"MOVE\",\"url\":\"https:\\\/\\\/moveblockchain.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/moveblockchain.org\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/MOVEFIT-LOGO-V2-lv-1.png\",\"contentUrl\":\"https:\\\/\\\/moveblockchain.org\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/MOVEFIT-LOGO-V2-lv-1.png\",\"width\":663,\"height\":671,\"caption\":\"MOVE\"},\"image\":{\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/instagram.com\\\/moveblockchain\",\"https:\\\/\\\/x.com\\\/moveblockchain\",\"https:\\\/\\\/t.me\\\/moveblockchain\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/moveblockchain.org\\\/#\\\/schema\\\/person\\\/7c2f0fe855f6f53897a678cfa582cb96\",\"name\":\"moveblockchain\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c429f12bb2783d5e3bf0c8e3e42868db17c36aeec4d23503c3f9936f13872ff7?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c429f12bb2783d5e3bf0c8e3e42868db17c36aeec4d23503c3f9936f13872ff7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c429f12bb2783d5e3bf0c8e3e42868db17c36aeec4d23503c3f9936f13872ff7?s=96&d=mm&r=g\",\"caption\":\"moveblockchain\"},\"sameAs\":[\"https:\\\/\\\/movefit.uk\"],\"url\":\"https:\\\/\\\/moveblockchain.org\\\/en\\\/author\\\/moveape\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating a Validator Node on the MOVE Blockchain \u2013 LINUX - MOVE","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:\/\/moveblockchain.org\/en\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/","og_locale":"en_US","og_type":"article","og_title":"Criando um n\u00f3 validador na MOVE Blockchain \u2013 LINUX - MOVE","og_description":"Instala\u00e7\u00e3o no Sistema Operacional LINUX (Ubuntu) Requisitos m\u00ednimos do dispositivo Para criar um n\u00f3 da MOVE Blockchain e conseguir validar transa\u00e7\u00f5es \/ minerar e receber recompensas em novas moedas MOVEFIT, siga os seguintes passos: Lembre-se de que ser um n\u00f3 completo na rede da MOVE Blockchain requer dedica\u00e7\u00e3o e responsabilidade, pois voc\u00ea estar\u00e1 ajudando a&hellip;","og_url":"https:\/\/moveblockchain.org\/en\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/","og_site_name":"MOVE","article_publisher":"https:\/\/instagram.com\/moveblockchain","article_published_time":"2025-06-13T01:26:34+00:00","article_modified_time":"2025-06-13T01:35:21+00:00","og_image":[{"width":669,"height":1024,"url":"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG.png","type":"image\/png"}],"author":"moveblockchain","twitter_card":"summary_large_image","twitter_creator":"@moveblockchain","twitter_site":"@moveblockchain","twitter_misc":{"Written by":"moveblockchain","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/#article","isPartOf":{"@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/"},"author":{"name":"moveblockchain","@id":"https:\/\/moveblockchain.org\/#\/schema\/person\/7c2f0fe855f6f53897a678cfa582cb96"},"headline":"Criando um n\u00f3 validador na MOVE Blockchain \u2013 LINUX","datePublished":"2025-06-13T01:26:34+00:00","dateModified":"2025-06-13T01:35:21+00:00","mainEntityOfPage":{"@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/"},"wordCount":555,"commentCount":0,"publisher":{"@id":"https:\/\/moveblockchain.org\/#organization"},"image":{"@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/#primaryimage"},"thumbnailUrl":"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG.png","keywords":["BLOCKCHAIN","Full Node Move Blockchain","MOVE BLOCKCHAIN","MOVEFIT","node move"],"articleSection":["Blog","News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/","url":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/","name":"Creating a Validator Node on the MOVE Blockchain \u2013 LINUX - MOVE","isPartOf":{"@id":"https:\/\/moveblockchain.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/#primaryimage"},"image":{"@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/#primaryimage"},"thumbnailUrl":"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG.png","datePublished":"2025-06-13T01:26:34+00:00","dateModified":"2025-06-13T01:35:21+00:00","breadcrumb":{"@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/#primaryimage","url":"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG.png","contentUrl":"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/06\/MOVINHO-3-BG.png","width":669,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/moveblockchain.org\/blog\/criando-um-no-validador-minerador-da-move-blockchain-linux\/936\/2025\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/moveblockchain.org\/"},{"@type":"ListItem","position":2,"name":"Criando um n\u00f3 validador na MOVE Blockchain \u2013 LINUX"}]},{"@type":"WebSite","@id":"https:\/\/moveblockchain.org\/#website","url":"https:\/\/moveblockchain.org\/","name":"MOVE BLOCKCHAIN","description":"Blockchain","publisher":{"@id":"https:\/\/moveblockchain.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/moveblockchain.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/moveblockchain.org\/#organization","name":"MOVE","url":"https:\/\/moveblockchain.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/moveblockchain.org\/#\/schema\/logo\/image\/","url":"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/05\/MOVEFIT-LOGO-V2-lv-1.png","contentUrl":"https:\/\/moveblockchain.org\/wp-content\/uploads\/2025\/05\/MOVEFIT-LOGO-V2-lv-1.png","width":663,"height":671,"caption":"MOVE"},"image":{"@id":"https:\/\/moveblockchain.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/instagram.com\/moveblockchain","https:\/\/x.com\/moveblockchain","https:\/\/t.me\/moveblockchain"]},{"@type":"Person","@id":"https:\/\/moveblockchain.org\/#\/schema\/person\/7c2f0fe855f6f53897a678cfa582cb96","name":"moveblockchain","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c429f12bb2783d5e3bf0c8e3e42868db17c36aeec4d23503c3f9936f13872ff7?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c429f12bb2783d5e3bf0c8e3e42868db17c36aeec4d23503c3f9936f13872ff7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c429f12bb2783d5e3bf0c8e3e42868db17c36aeec4d23503c3f9936f13872ff7?s=96&d=mm&r=g","caption":"moveblockchain"},"sameAs":["https:\/\/movefit.uk"],"url":"https:\/\/moveblockchain.org\/en\/author\/moveape\/"}]}},"_links":{"self":[{"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/posts\/936","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/comments?post=936"}],"version-history":[{"count":10,"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/posts\/936\/revisions"}],"predecessor-version":[{"id":949,"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/posts\/936\/revisions\/949"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/media\/937"}],"wp:attachment":[{"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/media?parent=936"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/categories?post=936"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moveblockchain.org\/en\/wp-json\/wp\/v2\/tags?post=936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}