ericet
ericet

Likecoin/Desmos/Evmos/Nomic/Cerberus 验证人。喜欢分享各类脚本。 网站: https://ericet.xyz

跑Aleo测试链节点

Aleo测试链节点详情:https://www.aleo.org/post/incentivized-testnet-announcement


这次的测试链测试为期10周,将在11月30日开始,2月8日结束

跑节点的目标也很明确,就是出块。每出一块就有奖励


如果你成为前100位矿工,还可以分享5,000,000 Aleo 的奖励

跑了一下,比evmos那个节点可简单多了

节点设置指南: https://github.com/AleoHQ/snarkOS#2-build-guide

最低配置

  • CPU: 16-cores (32-cores preferred)
  • RAM: 16GB of memory (32GB preferred)
  • Storage: 128GB of disk space
  • Network: 50 Mbps of upload and download bandwidth

安装Rust v1.56+

sudo apt update
sudo apt upgrade
curl https://sh.rustup.rs -sSf | sh

安装Aleo节点

git clone https://github.com/AleoHQ/snarkOS.git --depth 1
cd snarkOS
./testnet2_ubuntu.sh

创建账号私钥

cargo run --release -- experimental new_account

运行上面命令后,会创建你的账号的私钥,请保持好。

 Attention - Remember to store this account private key and view key.

  Private Key  APrivateKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  <-- Save Me
     View Key  AViewKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  <-- Save Me
      Address  aleo1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  <-- Use Me For The Next Step

运行Aleo矿工节点

./run-miner.sh

运行后,会要求输入Aleo的地址。填入上面生成的Aleo地址

Enter your Aleo miner address:
aleo1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

这样节点就跑起来了~ 希望是个省心的节点测试

CC BY-NC-ND 2.0 版权声明

喜欢我的文章吗?
别忘了给点支持与赞赏,让我知道创作的路上有你陪伴。

加载中…

发布评论