{"id":4006,"date":"2021-05-04T22:02:29","date_gmt":"2021-05-05T03:02:29","guid":{"rendered":"https:\/\/www.incredigeek.com\/home\/?p=4006"},"modified":"2021-05-04T22:02:30","modified_gmt":"2021-05-05T03:02:30","slug":"install-chia-blockchain-on-ubuntu","status":"publish","type":"post","link":"https:\/\/www.incredigeek.com\/home\/install-chia-blockchain-on-ubuntu\/","title":{"rendered":"Install Chia Blockchain on Ubuntu"},"content":{"rendered":"\n<p>Chia is a new kinda of Crypto Currency that instead of using PoW (Proof of Work) it uses Proof of Space and Time which ends up using hard drive space to &#8220;mine&#8221; farm.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Install Chia Blockchain<\/h2>\n\n\n\n<p>You can copy and paste all of these commands in a terminal.  <\/p>\n\n\n\n<pre id=\"block-36e9186c-abb9-4827-8edb-32dcab1f7149\" class=\"wp-block-preformatted\">sudo apt update -y\nsudo apt upgrade -y\nsudo apt install -y git\ngit clone https:\/\/github.com\/Chia-Network\/chia-blockchain.git -b latest --recurse-submodules\n\ncd chia-blockchain\nsh install.sh\n. .\/activate\nchia init<\/pre>\n\n\n\n<p>The . .\/activate command is needed to be able to run the chia commands.  I believe it sources into the current shell so the commands work correctly. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Install Chia Blockchain Gui<\/h2>\n\n\n\n<p>After you have run the above commands, do the following to install the Chia Gui<\/p>\n\n\n\n<pre id=\"block-09d64b50-9d6d-40d4-be08-a159bf18f902\" class=\"wp-block-preformatted\">chmod +x .\/install-gui.sh<br>.\/install-gui.sh<br>cd chia-blockchain-gui<br>npm run electron &amp;<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Launching Gui after it is installed<\/h2>\n\n\n\n<p>In the future for launching the Gui you should be able to copy and paste the following commands in.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd chia-blockchain <br>. .\/activate <br>cd chia-blockchain-gui <br>npm run electron &amp;<\/pre>\n\n\n\n<p>You can also put all of the above commands into a bash shell script and then just run the script instead of having to run the commands all over again every time you want to launch the gui.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Chia is a new kinda of Crypto Currency that instead of using PoW (Proof of Work) it uses Proof of Space and Time which ends up using hard drive space to &#8220;mine&#8221; farm. Install Chia Blockchain You can copy and &hellip; <a href=\"https:\/\/www.incredigeek.com\/home\/install-chia-blockchain-on-ubuntu\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1210,434],"tags":[1209,1212,435,417],"class_list":["post-4006","post","type-post","status-publish","format-standard","hentry","category-chia","category-crypto-currency","tag-chia","tag-chia-blockchain","tag-crypto","tag-install"],"_links":{"self":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/4006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/comments?post=4006"}],"version-history":[{"count":1,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/4006\/revisions"}],"predecessor-version":[{"id":4007,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/4006\/revisions\/4007"}],"wp:attachment":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/media?parent=4006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/categories?post=4006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/tags?post=4006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}