FILECOIN lotus 安裝部署

2021-10-17 11:35:25 字數 561 閱讀 2296

系統:ubuntu

安裝基礎環境:sudo apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev wget -y && sudo apt upgrade -y

執行命令:curl --proto 『=https』 --tlsv1.2 -ssf | sh

go環境要求go1.15.5及以上

wget -c -o - | sudo tar -xz -c /usr/local

git clone

cd lotus & make clean all

編譯成功後lotus資料夾下會出現3個檔案:lotus,lotus-miner,lotus-worker

編譯前修改go映象,啟用go加速,否則會編譯失敗

Filecoin Lotus環境搭建

lotus是什麼 lotus是filecoin分布式儲存網路的一種技術實現 所有的filecoin的技術實現都遵從於filecoin規範 通過lotus實現了錢包,礦工,儲存證明,時空證明,儲存市場,檔案檢索等一系列的功能.filecoin的4種技術實現 go filecoin written in...

filecoin lotus 鏈路追蹤jaeger

lotus已在其許多內部元件中內建了跟蹤功能,lotus使用opencensus跟蹤應用程式。它預設已設定使用jaeger,當然也可以替換成其他符合規範的產品。docker run d name jaeger p 6831 6831 udp p 16686 16686 jaegertracing a...

安裝Docker(yum安裝)

確定你是centos7及以上版本 root 192 desktop cat etc redhat release centos linux release 7.2.1511 core 3.yum安裝gcc相關 yum y install gcc yum y install gcc c 4.解除安裝舊...