Ubuntu 挖chai币教程(7.15更新)

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-valueDRAM(MiB)Temp Space(Gib)Temp Space(Gib)
323389238.3256
337400430462
3414800900966
352960018842023

比如设置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 国际许可协议进行许可。

相关推荐

解决Ubuntu 有线网络消失问题

💥 昨天设置了Ubuntu Pro,然后今天早上起来发现有线网络消失了。 刚开始还没发现这个问题,后面SSH连接,发现设置的网 ...

Ubuntu 开启cron日志

✅ 1、打开终端。 ✅ 2、编辑 rsyslog 配置文件以将 cron 记录发送到指定文件。 你可以使用你喜欢的编辑器,例如 nano ...

暂无评论

目录展开