You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
10.3 编译 lotus 失败:server response: not found: module github.com/filecoin-project/lotus/extern/storage-sealing/sealiface: no matching versions for query "latest"
10.4 运行 lotus 出现崩溃:SIGILL: illegal instruction
10.5 启动 daemon 失败:xxxxx: genesis in the repo is not the one expected by this version of Lotus!
10.6 daemon 同步失败:Received block with impossibly large height xxx
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
目录结构:
【文章链接】
本地搭建 2K 测试网入门教程
1. 序言
2. 环境搭建
2.1 安装基础依赖的方法:
2.2 rustup 安装方法:
2.3 go 安装方法:
2.4 lotus 网络面板:
3. 下载代码
3.1 基础操作--直接下载代码:
3.2 高级操作--使用代理下载:
4. 编译
5. 下载证明参数
6. 启动创世节点
6.1 预密封两个 2KiB 大小的扇区
6.2 生成创世块
6.3 启动创世创世节点(第一个节点)
6.4 导入创世节点的钱包
6.5 初始化创世旷工
6.5 启动创世旷工(第一个旷工)
6.6 查看创世旷工的状态
7. 启动其它节点
7.1 拷贝同步数据
7.2 启动节点
7.3 获取创世节点的连接信息
7.4 连接到创世节点
7.5 创建钱包
7.6 从创世节点处发送一些余额到当前钱包
7.7 等待钱包到账
7.8 初始化新节点
7.9 启动新节点
7.10 查看新节点
8. 质押扇区(增加节点算力)
8.1 质押方式
8.2 查看扇区状态/信息
8.3 查看消息收费情况
9. 订单操作
9.1 旷工默认配置信息:
9.2 在线发送订单/订单交易
9.3 交易记录查看
9.4 检索交易
10. 潜在的问题
10.1 编译 lotus 失败: *** No rule to make target '.install-filcrypto'. Stop.
10.2 编译 lotus 失败:Get "https://proxy.golang.org/github.com/xxxxxx": net/http: TLS handshake timeout
10.3 编译 lotus 失败:server response: not found: module github.com/filecoin-project/lotus/extern/storage-sealing/sealiface: no matching versions for query "latest"
10.4 运行 lotus 出现崩溃:SIGILL: illegal instruction
10.5 启动 daemon 失败:xxxxx: genesis in the repo is not the one expected by this version of Lotus!
10.6 daemon 同步失败:Received block with impossibly large height xxx
10.7 启动创世节点失败:VM.Call failure: Allowance 4096 below MinVerifiedDealSize for add verifier f081 (RetCode=16)
10.8 查看钱包列表出现 Warn:error in RPC call to 'Filecoin.WalletDefaultAddress': failed to get default key: xxx key info not found
10.9 查看Miner 信息:ERROR: could not get API info: could not get api endpoint: API not running (no endpoint)
10.10 lotus 编译错误:/usr/bin/ld: cannot find -lhwloc
10.11 miner 的日志中显示 drand 错误:failed getting beacon entry:
11. 其它
11.1 文章来源
【文章链接】
Beta Was this translation helpful? Give feedback.
All reactions