우주 최강의 Chai Network를 Alma Linux에 설치하는 방법 HDD 발굴이 재밌다고 생각합니다.

Alma Linux에 Chai Network 통합 명령 설치


via https://pentan.info/crypto_currency/xch/install_chia_blockchain.html
sudo systemctl stop firewalld
sudo systemctl disable firewalld
sudo yum -y install epel-release
sudo yum -y install gcc openssl-devel bzip2-devel zlib-devel libffi libffi-devel libsqlite3x-devel wget git nano
sudo yum -y groupinstall "Development Tools"
wget https://repo.anaconda.com/archive/Anaconda3-5.3.1-Linux-x86_64.sh
bash Anaconda3-5.3.1-Linux-x86_64.sh
이후 anaconda의 설정을 잘 설정합니다
그런 다음 SELinux를 disabled로 설정합니다.
마지막으로 다시 시작합니다.
sudo reboot -n
작업을 다시 시작하고 CUI 버전 &activate를 설치합니다
git clone https://github.com/Chia-Network/chia-blockchain.git -b latest
cd chia-blockchain
bash install.sh
. ./activate
이하, 필요시 집행
GUI 버전 설치 & 실행
curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
sudo yum install -y nodejs
sh install-gui.sh
cd chia-blockchain-gui
npm run build
npm run electron

좋은 웹페이지 즐겨찾기