# filecoin-lotus **Repository Path**: HYITHACK/filecoin-lotus ## Basic Information - **Project Name**: filecoin-lotus - **Description**: filecoin-lotus一键安装脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-11 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装Lotus挖矿程序脚本简介 + 适用系统:Ubuntu18.04/Ubuntu20.04 + 备注:使用前请确保设备可以访问公网 #### 实现功能: ```bash 0.更换下载源 1.更新源 2.安装软件 3.安装rustup 4.安装Golang 1.15 5.安装Golang 1.16 6.Lotus加速(安装) 7.Lotus加速(生效) 8.安装Filecoin-Lotus 9.编译安装Lotus 10.一键配置安装 11.退出 ``` #### 基本用法: **bash Filecoin-Lotus menu** 交互式安装,选择安装步骤 **bash Filecoin-Lotus all** 非交互式安装,自动安装所有步骤 #### 具体操作步骤: #### 下载压缩包并解压: ```bash wget https://gitee.com/HYITHACK/filecoin-lotus/raw/master/Filecoin-Lotus.sh && chmod +x Filecoin-Lotus.sh && bash Filecoin-Lotus.sh menu ``` #### 脚本安装的服务: + 下载源 + Ubuntu阿里云下载源 + apt会安装的基础服务 + 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 + Go语言 1.16.2 + Filecoin-Lotus程序最新版 #### 意见反馈: 如果使用脚本过程中遇见任何问题或BUG,请将情况反馈到邮箱`hyithack@gmail.com`