lotus-seal-worker
lotus-seal-worker
1,lotus-seal-worker
lotus daemon
lotus-storage-miner
Remote storage miner worker
, 복제 증명서lotus-seal-worker
2, 스토리지 프로세스 AddPiece
섹터 추가PreCommit
사전 제출Commit
제출Unseal
해제
3, 원거리 광부
3.1, lotus-storage-miner 노드 운행 환경
3.1, lotus-storage-miner 노드 운행 환경
lotus daemon
및 lotus-storage-miner run
# ps aux | grep lotus | grep -v grep
lotus daemon
lotus-storage-miner run
# lotus sync wait
Worker 0: Target: [bafy2bzaceb6uqvftvtnid4ornqxibjcapv4z5z65z2e7xu76w5u42fcmk662u] State: complete Height: 10533
Done!
config.toml
~/.lotusstorage/config.toml
$LOTUS_STORAGE_PATH/config.toml
# vim $LOTUS_STORAGE_PATH/config.toml
#[API]
[API]
# ListenAddress = "/ip4/127.0.0.1/tcp/2345/http"
ListenAddress = "/ip4/192.168.0.201/tcp/2345/http"
# Timeout = "30s"
Timeout = "30s"
lotus-storage-miner
, 구성 파일 적용cat /storage/lotuswork/lotusstorage/api
프로필127.0.0.1
에서 IP 주소로 변경token
lotus-storage-miner auth create-token --perm admin
# lotus-storage-miner auth create-token --perm admin
eyJhbG...
# cat $LOTUS_STORAGE_PATH/api
/ip4/192.168.0.201/tcp/2345/http
3.2, lotus-seal-worker 실행 노드, 원격 노드
# which lotus
/usr/local/bin/lotus
# which lotus-storage-miner
/usr/local/bin/lotus-storage-miner
# which lotus-seal-worker
/usr/local/bin/lotus-seal-worker
make lotus-seal-worker
설치 여부 확인# make lotus-seal-worker
make: *** “lotus-seal-worker”。 。
/var/tmp/filecoin-proof-parameters
필요한 복제 증명 파라미터STORAGE_API_INFO
= token:api
# tail .bashrc
export STORAGE_API_INFO="eyJ...:/ip4/192.168.0.201/tcp/2345/http"
lotus-seal-worker
nohup lotus-seal-worker run >> /storage/worker.log 2>&1 &
# tail -f worker.log
Remote: 0 / 1
에 원거리 광부 한 명# lotus-storage-miner info
Miner:
Sector Size: 1 GiB
Power: 0 B / 134 TiB (0.0000%)
Committed: 0 B
Proving: 0 B
Worker use:
Local: 0 / 4 (+1 reserved)
Remote: 0 / 1
Queues:
AddPiece: 0
PreCommit: 0
Commit: 0
Unseal: 0
Proving Period: Not Proving
lotus-seal-worker
# ps aux | grep lotus | grep -v grep
lotus-seal-worker run
$WORKER_PATH
# echo $WORKER_PATH
/storage/lotuswork/lotusworker
# ls
cache sealed staged unsealed
4, 오류 로그 lotus-seal-worker: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
apt install ocl-icd-opencl-dev -y
참조:
lotus-seal-worker: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
apt install ocl-icd-opencl-dev -y
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Rails Turbolinks를 페이지 단위로 비활성화하는 방법원래 Turobolinks란? Turbolinks는 링크를 생성하는 요소인 a 요소의 클릭을 후크로 하고, 이동한 페이지를 Ajax에서 가져옵니다. 그 후, 취득 페이지의 데이터가 천이 전의 페이지와 동일한 것이 있...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.