1)安装chia币
git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules
cd chia-blockchain/
sh install.sh
2)安装chia-gui 客户端
. ./activate
sh install-gui.sh
3)启动chia客户端
. ./activate
cd chia-blockchain-gui
npm run electron &
4)登陆客户端进行新增耕地和硬盘选择
5)其他
支持最低设备
- MacOS 10.14 Mojave
- Windows 10
- Ubuntu 18.04(强烈建议20.04)
- 适用于Pi / ARM64的Raspberry Pi OS 64或Ubuntu 20.04(不建议用于绘图或Timelord)
树梅派设备最低要求
- 四核心 1.5Ghz的CPU
- 2GB内存
- Python 3.7 以及更高版本
设置Plot文件对应内存和临时文件大小
New Temporary Space and Memory Requirements in 1.04
K-value | DRAM(MiB) | Temp Space(Gib) | Temp Space(Gib) |
32 | 3389 | 238.3 | 256 |
33 | 7400 | 430 | 462 |
34 | 14800 | 900 | 966 |
35 | 29600 | 1884 | 2023 |
比如设置K=32,需要占用内存3389M,临时文件最少356.5GB
You can see some example plot sizes, times to plot, and working space needed based on various k's in these k size tables. Current working space needed for the default plotting options of a k=32 is 332GiB and the final file is approximately 101.4 GiB. There is small natural variation in temp space needed and the final file size of each plot.Note that 332GiB is 356.5GB.
github 安装 :https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL
6)问题
这个应该是临时文件太小(硬盘)了写不进去了
本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。
暂无评论
要发表评论,您必须先 登录