{"id":777,"date":"2023-10-29T12:23:48","date_gmt":"2023-10-29T15:23:48","guid":{"rendered":"https:\/\/bitsbr.org\/?p=777"},"modified":"2024-06-23T19:26:09","modified_gmt":"2024-06-23T22:26:09","slug":"criando-um-no-validador-minerador-da-bitsbr-blockchain-linux","status":"publish","type":"post","link":"https:\/\/bitsbr.org\/en\/blog\/criando-um-no-validador-minerador-da-bitsbr-blockchain-linux\/777\/","title":{"rendered":"Creating a BITSBR Blockchain Validator\/Miner Node \u2013 LINUX"},"content":{"rendered":"<p class=\"wp-block-paragraph\"><strong>Installation on LINUX Operating System (Ubuntu)<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Minimum device requirements<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>RAM memory \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 class=\"wp-block-paragraph\">To create a BITSBR digital currency blockchain node and be able to validate transactions\/mine and receive rewards in new currencies, follow the following steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the BITSBRnode software available at the link below and your node configuration files and install it on your device.\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/bitsbr\/bitsbr\/releases\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/bitsbr\/bitsbr\/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 bitsbr<\/strong><\/em> (<em><strong>create folder<\/strong><\/em>)<\/li>\n\n\n\n<li><strong><em>cd bitsbr<\/em><\/strong> (<em><strong>access folder<\/strong><\/em>)<\/li>\n\n\n\n<li><em><strong>wget<\/strong> https:\/\/github.com\/bitsbr\/bitsbr\/releases\/download\/bitsbr\/bitsbr-all-1.0.jar<\/em> (<em><strong>Main file download<\/strong><\/em>)<\/li>\n\n\n\n<li><em><strong>wget<\/strong> https:\/\/github.com\/bitsbr\/bitsbr\/releases\/download\/bitsbr\/bitsbr.conf<\/em> (<em><strong>Settings file download<\/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 with your preferences, including firewall and security settings.\n<ul class=\"wp-block-list\">\n<li>Configurations and installation of dependencies for <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 ports 9890 (<em>mandatory<\/em>) and 9899 (<em>optional<\/em>) to allow integration with the BITSBR network\n<ul class=\"wp-block-list\">\n<li><em>ufw allow 9890<\/em> <strong>or<\/strong> <em>sudo iptables -I INPUT -p tcp -m tcp \u2013 -dport 9890 -j ACCEPT<\/em><\/li>\n\n\n\n<li><em>ufw allow 9899<\/em> <strong>or<\/strong> <em>sudo iptables -I INPUT -p tcp -m tcp \u2013 -dport 9899 -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  <a rel=\"noreferrer noopener\" href=\"https:\/\/wallet.bitsbr.org\/\" target=\"_blank\"><strong>https:\/\/wallet.bitsbr.org\/<\/strong><\/a><\/li>\n\n\n\n<li>Edit the settings file <strong>bitsbr.conf<\/strong> According to the requested information, use the following link to complete the process.\n<ul class=\"wp-block-list\">\n<li> <a rel=\"noreferrer noopener\" href=\"https:\/\/bitsbr.github.io\/\" target=\"_blank\">https:\/\/bitsbr.github.io\/<\/a> (<em><strong>Converts your portfolio keywords into BASE58 format<\/strong><\/em>)<\/li>\n\n\n\n<li><em><a rel=\"noreferrer noopener\" href=\"https:\/\/nodes.bitsbr.org\/api-docs\/index.html#\/utils\/hashSecure\" data-type=\"URL\" data-id=\"https:\/\/nodes.bitsbr.org\/api-docs\/index.html#\/utils\/hashSecure\" target=\"_blank\">https:\/\/nodes.bitsbr.org\/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 bitsbr.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>Launch and Sync the node with the BITSBR 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 BTBRNODE java -jar \/<strong>installation directory<\/strong>*\/bitsbr\/bitsbr-all-1.0.jar\/<strong>installation directory<\/strong>*\/bitsbr\/bitsbr.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.bitsbr.org\/nodes\" target=\"_blank\"><strong>https:\/\/explorer.bitsbr.org\/nodes<\/strong><\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Obtain a sufficient amount of <strong>BITSBR<\/strong> through the <a href=\"https:\/\/bitsbr.org\/en\/#exchanges\" data-type=\"URL\" data-id=\"https:\/\/bitsbr.org\/#exchanges\"><strong>exchanges<\/strong><\/a> where the currency is listed or through <strong><a rel=\"noreferrer noopener\" href=\"https:\/\/dex.bitsbr.org\" data-type=\"URL\" data-id=\"https:\/\/dex.bitsbr.org\" target=\"_blank\">Exchange DEX<\/a><\/strong> to become a full node. Currently, it is necessary to have at least<strong> 1000 BTBRs<\/strong>.<\/li>\n\n\n\n<li>Update your mining settings and start mining blocks on the BITSBR 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 node-integrated wallet, the greater your chances of receiving rewards.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Remember that being a full node on the blockchain <strong>BITSBR <\/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>BTBRs<\/strong> for your participation.<\/p>","protected":false},"excerpt":{"rendered":"<p>Create your transaction validator node on BITSBR Blockchain using a server with LINUX Operating System<\/p>","protected":false},"author":1,"featured_media":780,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16,39],"tags":[40,41,47,44,45,46,43,42],"class_list":["post-777","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-dicas","tag-bitsbr","tag-bitsbr-node","tag-btbr","tag-mineracao-pos","tag-minerar-bitsbr","tag-minerar-btbr","tag-no","tag-node"],"_links":{"self":[{"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/posts\/777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/comments?post=777"}],"version-history":[{"count":3,"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/posts\/777\/revisions"}],"predecessor-version":[{"id":1104,"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/posts\/777\/revisions\/1104"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/media\/780"}],"wp:attachment":[{"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/media?parent=777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/categories?post=777"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitsbr.org\/en\/wp-json\/wp\/v2\/tags?post=777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}