crypto:chia:install
This is an old revision of the document!
Crypto - Chia - Install
sudo apt-get update sudo apt-get upgrade -y # Install Git. sudo apt install git -y # Checkout the source and install. git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules cd chia-blockchain sh install.sh # Activate the virtual environment in dir chia-blockchain. . ./activate # The GUI requires you have Ubuntu Desktop or a similar windowing system installed. # You can not install and run the GUI as root sh install-gui.sh cd chia-blockchain-gui npm run electron &
git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules Cloning into 'chia-blockchain'... remote: Enumerating objects: 43443, done. remote: Counting objects: 100% (1765/1765), done. remote: Compressing objects: 100% (765/765), done. remote: Total 43443 (delta 1235), reused 1382 (delta 998), pack-reused 41678 Receiving objects: 100% (43443/43443), 20.36 MiB | 5.40 MiB/s, done. Resolving deltas: 100% (33189/33189), done. Submodule 'chia-blockchain-gui' (https://github.com/Chia-Network/chia-blockchain-gui.git) registered for path 'chia-blockchain-gui' Submodule 'mozilla-ca' (https://github.com/Chia-Network/mozilla-ca.git) registered for path 'mozilla-ca' Cloning into '/home/peter/chia-blockchain/chia-blockchain-gui'... remote: Enumerating objects: 15658, done. remote: Counting objects: 100% (123/123), done. remote: Compressing objects: 100% (103/103), done. remote: Total 15658 (delta 92), reused 0 (delta 0), pack-reused 15535 Receiving objects: 100% (15658/15658), 9.83 MiB | 1.83 MiB/s, done. Resolving deltas: 100% (9896/9896), done. Cloning into '/home/peter/chia-blockchain/mozilla-ca'... remote: Enumerating objects: 29, done. remote: Counting objects: 100% (29/29), done. remote: Compressing objects: 100% (19/19), done. remote: Total 29 (delta 4), reused 24 (delta 2), pack-reused 0 Submodule path 'chia-blockchain-gui': checked out '7be627b140a5a670a12e38288c03c51f76e1c2bf' Submodule path 'mozilla-ca': checked out '6e8c42b3ef7d4ded22a994f9886e63f0060020bd'
cd chia-blockchain/ sh install.sh apt-get is /usr/bin/apt-get Installing on Ubuntu/Debian 20.04 LTS [sudo] password for peter: Hit:1 http://ppa.launchpad.net/arunsivaraman/gpuviewer/ubuntu focal InRelease Hit:2 http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal InRelease Hit:3 http://ppa.launchpad.net/musicbrainz-developers/stable/ubuntu focal InRelease Hit:4 https://packages.cisofy.com/community/lynis/deb stable InRelease Hit:5 http://dl.google.com/linux/chrome/deb stable InRelease Get:6 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB] Hit:7 http://archive.canonical.com/ubuntu focal InRelease Hit:8 http://je.archive.ubuntu.com/ubuntu focal InRelease Get:9 http://je.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:10 http://je.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Fetched 324 kB in 1s (292 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done python3-distutils is already the newest version (3.8.5-1~20.04.1). python3.8-venv is already the newest version (3.8.5-1~20.04.2). 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. Python version is 3.8 Requirement already satisfied: pip in ./venv/lib/python3.8/site-packages (21.1.1) Requirement already satisfied: wheel in ./venv/lib/python3.8/site-packages (0.36.2) Looking in indexes: https://pypi.org/simple, https://pypi.chia.net/simple/ Collecting miniupnpc==2.1 Downloading https://pypi.chia.net/simple/miniupnpc/miniupnpc-2.1-cp38-cp38-manylinux2010_x86_64.whl (50 kB) |████████████████████████████████| 50 kB 290 kB/s Installing collected packages: miniupnpc Successfully installed miniupnpc-2.1 Looking in indexes: https://pypi.org/simple, https://pypi.chia.net/simple/ Obtaining file:///home/peter/chia-blockchain Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done Collecting PyYAML==5.4.1 Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) |████████████████████████████████| 662 kB 4.4 MB/s Collecting chiapos==1.0.1 Downloading chiapos-1.0.1-cp38-cp38-manylinux2010_x86_64.whl (336 kB) |████████████████████████████████| 336 kB 8.8 MB/s Collecting bitstring==3.1.7 Downloading bitstring-3.1.7.tar.gz (195 kB) |████████████████████████████████| 195 kB 9.2 MB/s Collecting keyrings.cryptfile==1.3.4 Downloading keyrings.cryptfile-1.3.4.tar.gz (17 kB) Collecting websockets==8.1.0 Downloading websockets-8.1-cp38-cp38-manylinux2010_x86_64.whl (78 kB) |████████████████████████████████| 78 kB 8.3 MB/s Collecting clvm==0.9.6 Downloading clvm-0.9.6-py3-none-any.whl (19 kB) Collecting clvm-tools==0.4.3 Downloading clvm_tools-0.4.3-py3-none-any.whl (36 kB) Collecting aiosqlite==0.17.0 Downloading aiosqlite-0.17.0-py3-none-any.whl (15 kB) Collecting click==7.1.2 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) |████████████████████████████████| 82 kB 1.7 MB/s Collecting sortedcontainers==2.3.0 Downloading sortedcontainers-2.3.0-py2.py3-none-any.whl (29 kB) Collecting colorlog==5.0.1 Downloading colorlog-5.0.1-py2.py3-none-any.whl (10 kB) Collecting blspy==1.0.2 Downloading blspy-1.0.2-cp38-cp38-manylinux2010_x86_64.whl (819 kB) |████████████████████████████████| 819 kB 11.9 MB/s Collecting setproctitle==1.2.2 Downloading setproctitle-1.2.2-cp38-cp38-manylinux1_x86_64.whl (36 kB) Collecting chiabip158==1.0 Downloading chiabip158-1.0-cp38-cp38-manylinux2010_x86_64.whl (2.3 MB) |████████████████████████████████| 2.3 MB 17.6 MB/s Collecting cryptography==3.4.7 Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB) |████████████████████████████████| 3.2 MB 35.0 MB/s Collecting aiohttp==3.7.4 Downloading aiohttp-3.7.4-cp38-cp38-manylinux2014_x86_64.whl (1.5 MB) |████████████████████████████████| 1.5 MB 100.4 MB/s Collecting concurrent-log-handler==0.9.19 Downloading concurrent_log_handler-0.9.19-py2.py3-none-any.whl (18 kB) Collecting chiavdf==1.0.1 Downloading chiavdf-1.0.1-cp38-cp38-manylinux2010_x86_64.whl (452 kB) |████████████████████████████████| 452 kB 88.7 MB/s Collecting clvm-rs==0.1.7 Downloading clvm_rs-0.1.7-cp38-cp38-manylinux2010_x86_64.whl (647 kB) |████████████████████████████████| 647 kB 86.0 MB/s Collecting keyring==23.0.1 Downloading keyring-23.0.1-py3-none-any.whl (33 kB) Collecting chardet<4.0,>=2.0 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) |████████████████████████████████| 133 kB 94.4 MB/s Collecting attrs>=17.3.0 Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB) |████████████████████████████████| 53 kB 5.6 MB/s Collecting multidict<7.0,>=4.5 Downloading multidict-5.1.0-cp38-cp38-manylinux2014_x86_64.whl (159 kB) |████████████████████████████████| 159 kB 75.6 MB/s Collecting async-timeout<4.0,>=3.0 Downloading async_timeout-3.0.1-py3-none-any.whl (8.2 kB) Collecting yarl<2.0,>=1.0 Downloading yarl-1.6.3-cp38-cp38-manylinux2014_x86_64.whl (324 kB) |████████████████████████████████| 324 kB 84.4 MB/s Collecting typing-extensions>=3.6.5 Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB) Requirement already satisfied: wheel in ./venv/lib/python3.8/site-packages (from blspy==1.0.2->chia-blockchain==1.1.5) (0.36.2) Collecting portalocker>=1.4.0 Downloading portalocker-2.3.0-py2.py3-none-any.whl (15 kB) Collecting cffi>=1.12 Downloading cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl (411 kB) |████████████████████████████████| 411 kB 100.1 MB/s Collecting SecretStorage>=3.2 Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB) Collecting jeepney>=0.4.2 Downloading jeepney-0.6.0-py3-none-any.whl (45 kB) |████████████████████████████████| 45 kB 9.1 MB/s Collecting importlib-metadata>=3.6 Downloading importlib_metadata-4.0.1-py3-none-any.whl (16 kB) Collecting argon2_cffi Downloading argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl (97 kB) |████████████████████████████████| 97 kB 15.0 MB/s Collecting pycryptodome Downloading pycryptodome-3.10.1-cp35-abi3-manylinux2010_x86_64.whl (1.9 MB) |████████████████████████████████| 1.9 MB 101.1 MB/s Collecting pycparser Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) |████████████████████████████████| 112 kB 84.3 MB/s Collecting zipp>=0.5 Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB) Collecting idna>=2.0 Downloading idna-3.1-py3-none-any.whl (58 kB) |████████████████████████████████| 58 kB 14.5 MB/s Collecting six Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Building wheels for collected packages: bitstring, keyrings.cryptfile Building wheel for bitstring (setup.py) ... done Created wheel for bitstring: filename=bitstring-3.1.7-py3-none-any.whl size=37947 sha256=6ae634b987ee0a772ff73c2ba38024e023a502fb0257309697ae16ad398f0e9f Stored in directory: /home/peter/.cache/pip/wheels/6c/2f/25/52effb6e8c69461de76989c5996e836583fa7bbbc7cd539af1 Building wheel for keyrings.cryptfile (setup.py) ... done Created wheel for keyrings.cryptfile: filename=keyrings.cryptfile-1.3.4-py2.py3-none-any.whl size=14562 sha256=9b591d883ce90cc6d6699c9defd5d2968e68f4a2882f406d07477c3c3013c99e Stored in directory: /home/peter/.cache/pip/wheels/0f/8c/eb/ff6a1fdb654de532ac13bece4657f33e3a304ae68c1b7054ac Successfully built bitstring keyrings.cryptfile Installing collected packages: pycparser, cffi, zipp, jeepney, cryptography, six, SecretStorage, multidict, importlib-metadata, idna, blspy, yarl, typing-extensions, pycryptodome, portalocker, keyring, clvm, chardet, attrs, async-timeout, argon2-cffi, websockets, sortedcontainers, setproctitle, PyYAML, keyrings.cryptfile, concurrent-log-handler, colorlog, clvm-tools, clvm-rs, click, chiavdf, chiapos, chiabip158, bitstring, aiosqlite, aiohttp, chia-blockchain Running setup.py develop for chia-blockchain Successfully installed PyYAML-5.4.1 SecretStorage-3.3.1 aiohttp-3.7.4 aiosqlite-0.17.0 argon2-cffi-20.1.0 async-timeout-3.0.1 attrs-21.2.0 bitstring-3.1.7 blspy-1.0.2 cffi-1.14.5 chardet-3.0.4 chia-blockchain-1.1.5 chiabip158-1.0 chiapos-1.0.1 chiavdf-1.0.1 click-7.1.2 clvm-0.9.6 clvm-rs-0.1.7 clvm-tools-0.4.3 colorlog-5.0.1 concurrent-log-handler-0.9.19 cryptography-3.4.7 idna-3.1 importlib-metadata-4.0.1 jeepney-0.6.0 keyring-23.0.1 keyrings.cryptfile-1.3.4 multidict-5.1.0 portalocker-2.3.0 pycparser-2.20 pycryptodome-3.10.1 setproctitle-1.2.2 six-1.16.0 sortedcontainers-2.3.0 typing-extensions-3.10.0.0 websockets-8.1 yarl-1.6.3 zipp-3.4.1 Chia blockchain install.sh complete. For assistance join us on Keybase in the #testnet chat channel https://keybase.io/team/chia_network.public Try the Quick Start Guide to running chia-blockchain https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide To install the GUI type 'sh install-gui.sh' after '. ./activate' Type '. ./activate' and then 'chia init' to begin
"try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > core-js-pure@3.11.0 postinstall /home/peter/chia-blockchain/chia-blockchain-gui/node_modules/core-js-pure > node -e "try{require('./postinstall')}catch(e){}" > electron@11.4.3 postinstall /home/peter/chia-blockchain/chia-blockchain-gui/node_modules/electron > node install.js npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) added 1892 packages from 1021 contributors and audited 1907 packages in 24.047s 189 packages are looking for funding run `npm fund` for details found 0 vulnerabilities npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.3 requires a peer of react-refresh@>=0.8.3 <0.10.0 but none is installed. You must install peer dependencies yourself. npm WARN @use-it/event-listener@0.1.6 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself. npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-scroll-to-bottom@4.1.1-master.2780945 requires a peer of react@^16.8.6 but none is installed. You must install peer dependencies yourself. npm WARN react-simple-code-editor@0.10.0 requires a peer of react@^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-simple-code-editor@0.10.0 requires a peer of react-dom@^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN use-dark-mode@2.3.1 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) up to date in 4.199s 189 packages are looking for funding run `npm fund` for details fixed 0 of 0 vulnerabilities in 1907 scanned packages > chia-blockchain@ build /home/peter/chia-blockchain/chia-blockchain-gui > npm run locale && npm run build:electron && npm run build:react > chia-blockchain@ locale /home/peter/chia-blockchain/chia-blockchain-gui > lingui extract && lingui compile Catalog statistics for /home/peter/chia-blockchain/chia-blockchain-gui/src/locales/{locale}/messages: ┌────────────────┬─────────────┬─────────┐ │ Language │ Total count │ Missing │ ├────────────────┼─────────────┼─────────┤ │ cs-CZ │ 470 │ 98 │ │ da-DK │ 470 │ 57 │ │ de-DE │ 470 │ 57 │ │ el-GR │ 470 │ 59 │ │ en-AU │ 470 │ 57 │ │ en-NZ │ 470 │ 57 │ │ en-PT │ 470 │ 57 │ │ en-US (source) │ 470 │ - │ │ es-ES │ 470 │ 57 │ │ fi-FI │ 470 │ 57 │ │ fr-FR │ 470 │ 57 │ │ id-ID │ 470 │ 82 │ │ it-IT │ 470 │ 57 │ │ ja-JP │ 470 │ 59 │ │ ko-KR │ 470 │ 106 │ │ nl-NL │ 470 │ 109 │ │ no-NO │ 470 │ 196 │ │ pl-PL │ 470 │ 70 │ │ pt-BR │ 470 │ 57 │ │ pt-PT │ 470 │ 57 │ │ ro-RO │ 470 │ 66 │ │ ru-RU │ 470 │ 57 │ │ sk-SK │ 470 │ 75 │ │ sv-SE │ 470 │ 57 │ │ tr-TR │ 470 │ 57 │ │ uk-UA │ 470 │ 57 │ │ zh-TW │ 470 │ 57 │ │ zh-CN │ 470 │ 57 │ └────────────────┴─────────────┴─────────┘ (use "npm run locale:extract" to update catalogs with new messages) (use "npm run locale:compile" to compile catalogs for production) Compiling message catalogs… Done! > chia-blockchain@ build:electron /home/peter/chia-blockchain/chia-blockchain-gui > cross-env NODE_ENV=production webpack --config ./webpack.electron.babel.ts > chia-blockchain@ build:react /home/peter/chia-blockchain/chia-blockchain-gui > cross-env NODE_ENV=production webpack --config ./webpack.react.babel.ts Chia blockchain install-gui.sh complete. Type 'cd chia-blockchain-gui' and then 'npm run electron &' to start the GUI
crypto/chia/install.1620839453.txt.gz · Last modified: 2021/05/12 17:10 by peter