whive 노드 빌드(2부)
8단계: whive 주소 생성
그런 다음 토큰을 받는 데 사용할 수 있는 주소를 만들어야 합니다. 다음을 실행하여 이 작업을 수행할 수 있습니다.
whive-cli getnewaddress
whive/src 폴더인 동일한 디렉토리에 있습니다. 그러면 나중에 사용할 주소가 출력됩니다.
9단계: cpuminer 받기
디렉터리를 홈 디렉터리로 변경하고 cpuminer 디렉터리를 복제합니다.
cd
git clone https://github.com/cryptozeny/cpuminer-mc-yespower.git
10단계: cpuminer 종속 항목 설치
cpuminer를 빌드하려면 몇 가지 종속성이 필요합니다. 다음 명령을 실행하여 종속성을 설치합니다.
sudo apt-get install build-essential libcurl4-openssl-dev
11단계: cpuminer 구축
종속성이 설치되면 이제 명령을 실행하여 빌드할 수 있습니다.
./build.sh
12단계: 로컬 라즈베리 파이에서 cpuminer 실행
Cpuminer는 라즈베리 파이 자체에서 실행되도록 설정할 수 있습니다. 이를 위해 이전에 생성한 주소로 다음 명령을 실행합니다.
./minerd -a yespower -o http://127.0.0.1:1867 -u whive -p pass --no-longpoll --no-getwork --no-stratum --coinbase-addr=generatedaddress -t 3
시간을 좀 주세요. 일부 보상이 들어오고 있음을 나타내는 일부 로그를 볼 수 있어야 합니다.
13단계: 마이닝 풀 가입
마이닝 보상을 받을 확률을 높이기 위해 마이닝 풀에 가입하는 것도 가능합니다. 우리는 이것을 실행함으로써 할 수 있습니다
./minerd -a yespower -o stratum+tcp://34.73.100.13:3333 -u generateaddress.w1 -t 3
시간을 좀 주세요. 라인에 대해 실행되도록 한 후에는 사이트http://34.73.100.13/workers로 이동하여 생성된 주소가 표시되는지 확인할 수 있습니다.
결론
이 연습을 통해 우리는
참조
채굴 가이드https://whiveio.medium.com/a-guide-on-mining-whive-rewards-with-your-cpu-7e3289e11db7
라즈베리 파이에서 whive 노드 실행https://peterokwara.hashnode.dev/running-a-whive-node-on-a-raspberry-pi-ck6ix8ssv00k5d9s1m5qoj1fl
휘브 풀http://pow.melanin.network/getting_started
Raspberry pi 운영 체제https://www.raspberrypi.org/software/operating-systems/
라즈베리 IP IP 주소https://www.raspberrypi.org/documentation/remote-access/ip-address.md
라즈베리 파이에서 SSH 액세스https://www.raspberrypi.org/documentation/remote-access/ssh/README.md
라즈베리 파이 설치https://www.raspberrypi.org/documentation/installation/installing-images/README.md
위브https://github.com/whiveio/whive
CPUminer-yespower https://github.com/whiveio/cpuminer-mc-yespower
Reference
이 문제에 관하여(whive 노드 빌드(2부)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/peterokwara/building-a-whive-node-part-2-2j03텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)