일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Vue.js
- ethers v6
- ambiguous function description
- multicall
- Vue
- 깃허브명령어
- 스마트컨트렉트 예약어 함수이름 중복
- 러스트 기초
- 스마트 컨트렉트 함수이름 중복
- 러스트 기초 학습
- 컨트렉트 동일한 함수이름 호출
- 프록시배포구조
- SBT표준
- 체인의정석
- ethers
- ethers type
- nestjs 튜토리얼
- 컨트렉트 배포 자동화
- 러스트기초
- 머신러닝기초
- 스마트컨트렉트프록시
- vue기초
- 스마트컨트렉트테스트
- nest.js설명
- chainlink 설명
- 스마트컨트렉트 함수이름 중복 호출
- ethers websocket
- ethers typescript
- git rebase
- rust 기초
Archives
- Today
- Total
체인의정석
Aethir node 업데이트하기 스크립트 본문
728x90
반응형
1. wget
깃허브 계정에 들어가서 파일을 찾은 후 raw한 링크를 뽑아낸다.
https://github.com/AethirCloud/checker-client/blob/main/v1.0.2.7/AethirCheckerCLI-linux-1.0.2.7.tar.gz
https://github.com/AethirCloud/checker-client/raw/main/v1.0.2.7/AethirCheckerCLI-linux-1.0.2.7.tar.gz
위의 깃허브에 tar.gz가 있다면 아래와 같이 wget을 통해 서버에서 압축된 파일을 가져올 수 있다.
wget https://github.com/AethirCloud/checker-client/raw/main/v1.0.2.7/AethirCheckerCLI-linux-1.0.2.7.tar.gz
2. 압축 해제
압축을 해제한다.
tar -xvf AethirCheckerCLI-linux-1.0.2.7.tar.gz
3. 경로에 들어가서 명령어 실행
cd ./AethirCheckerCLI-linux
sudo ./install.sh
sudo ./AethirCheckerCLI
https://docs.aethir.com/checker-guide/how-to-run-checker-nodes/install-and-update
4. 업데이트 진행
sudo ./AethirCheckerCLI
*******************************************************************
.o. . oooo o8o
.888. .o8 `888 `"'
.8"888. .ooooo. .o888oo 888 .oo. oooo oooo d8b
.8' `888. d88' `88b 888 888P"Y88b `888 `888""8P
.88ooo8888. 888ooo888 888 888 888 888 888
.8' `888. 888 .o 888 . 888 888 888 888
o88o o8888o `Y8bod8P' "888" o888o o888o o888o d888b
*******************************************************************
Client is starting up...
Initializing...
You have X delegated licenses and 0 nodes running right now.
Wallet auto login success.
***************************************
Please input:aethir update
You are currently on the latest version!
***************************************
Please input:aethir version
1.0.2.7
***************************************
5. 현재버전 명령어 체크하기
***************************************
Please input:aethir help
Usage:
aethir [Core Commands] [Additional Commands] [Parameters]
Core Commands : Additional Commands : Parameters
/help/--help/-h
wallet
create
export
import [Key]
license
list [Param]
--checking
--offline
--banned
--pending
--ready
--all
approve [LicenseID]
deny [LicenseID]
undelegate [LicenseID]
status [LicenseID]
summary
setting
capacity [Value]
update
version/--version/-v
***************************************
현재 상태 체크하는 법
***************************************
Please input:aethir license list --all
License ID Owner Address Status
728x90
반응형
'개발 > docker & linux' 카테고리의 다른 글
docker compose 사용법 정리 (0) | 2024.07.18 |
---|---|
docker-compose 로 db 쉽게 만들고 mysqlworkbench로 접속하기 (1) | 2024.07.09 |
docker compose를 사용한 db 설치 후 기본 작업 (0) | 2024.02.20 |
zsh: command not found: nvm 오류해결, NVM 설치방법 (0) | 2023.10.12 |
운영서버 터미널에서 에러 로그 특정 단어 앞,뒤로 여러 단어 검색하는 법 (zCat, grep -A -B, grep) (0) | 2023.08.11 |
Comments