prueba testnet / 3 InteropNet cephfs loto

1, cephfs loto testnet / 3 InteropNet Prueba

  • Para su instalación depende
# apt update
# apt install mesa-opencl-icd ocl-icd-opencl-dev
# add-apt-repository ppa:longsleep/golang-backports
# apt update
# apt install golang-go gcc git bzr jq pkg-config mesa-opencl-icd ocl-icd-opencl-dev
  • Establecer las variables de Medio Ambiente
export FIL_PROOFS_PARAMETER_CACHE=/cephfs/storage/filecoin-proof-parameters-v24

export LOTUS_STORAGE_PATH=/cephfs/storage/a30/lotuswork/lotusstorage
export LOTUS_PATH=/cephfs/storage/a30/lotuswork/lotus
export WORKER_PATH=/cephfs/storage/a30/lotuswork/lotusworker

export TMPDIR=/cephfs/storage/a30/lotuswork/tmpdir
  • corrida
nohup lotus daemon >> /cephfs/storage/a30/lotus.log 2>&1 &
  • Crear un manual de los mineros del sector 512
# lotus-storage-miner init create-worker-key-t3ucinthaltaaoyr5mg5adsacloumfh3z3ip3y5puccc426gicopo4crkhm3okq53pp6ntebbdr3aukugungrq --sector-size 512MB

2, minero ejecutar

nohup lotus-storage-miner run >> /cephfs/storage/a30/miner.log 2>&1 &

3, mineros remotos

  • --addressdirección IP de los mineros IP remota, puerto personalizado
nohup lotus-seal-worker run --address=192.168.1.181:3456 >> /cephfs/storage/a31/worker.log 2>&1 &

Referencia:
1. el Ubuntu de la instalación

Publicados 658 artículos originales · ganado elogios 185 · Vistas 1,22 millones +

Supongo que te gusta

Origin blog.csdn.net/u010953692/article/details/105254794
Recomendado
Clasificación