FileCoin节点搭建

1. 搭建配置:https://docs.filecoin.io/get-started/lotus/installation/#software-dependencies

    本机环境ubuntu18

   Lotus API:https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-methods.md

   Filcoin区块链浏览器:https://filscout.io/zh

   bip位置https://github.com/satoshilabs/slips/blob/master/slip-0044.md

2.安装依赖:

apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl clang build-essential libhwloc-dev -y && sudo apt upgrade -y

3.安装rustup

 
  1. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

  2. source $HOME/.cargo/env

4.安装go相关

你可能感兴趣的:(区块链)