우주 최강의 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
Reference
이 문제에 관하여(우주 최강의 Chai Network를 Alma Linux에 설치하는 방법 HDD 발굴이 재밌다고 생각합니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/thisprogrammer/articles/191785ee70d1e7텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)