# Aleo 第三期测试网节点搭建 **Published by:** [Aczddd](https://paragraph.com/@aczddd/) **Published on:** 2022-11-12 **URL:** https://paragraph.com/@aczddd/aleo ## Content 1. 环境要求配置要求(搬的官方文档要求的配置):CPU: 16-cores (32-cores preferred)RAM: 16GB of memory (32GB preferred)Storage: 128GB of disk spaceNetwork: 10 Mbps of upload and download bandwidth操作系统: 本次安装使用的是Ubuntu 22.042. 安装2.1 安装 Rustcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source ~/.bashrc 2.2 编译安装克隆仓库git clone https://github.com/AleoHQ/snarkOS.git --depth 1 进入 snarkOS 目录cd snarkOS 使用 Ubuntu 需要执行下面的命令./build_ubuntu.sh 安装cargo install --path . source ~/.bashrc 3. 运行节点3.1 运行 Client 节点(非必要)snarkOS 目录下执行nohup ./run-client.sh >client.log 2>&1 & 3.2 运行 Prove 节点创建账号snarkos account new 保存输出Attention - Remember to store this account private key and view key. Private Key APrivateKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <-- Save Me And Use In The Next Step View Key AViewKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <-- Save Me Address aleo1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <-- Save Me 运行 Prove 节点PROVER_PRIVATE_KEY=<替换上一步的Private Key> nohup ./run-prover.sh >prove.log 2>&1 & 示例PROVER_PRIVATE_KEY=APrivateKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx nohup ./run-prover.sh >prove.log 2>&1 & 查看日志tail -f prove.log 如下代表正常3.3 查看积分等信息https://www.aleo123.io/ 搜索3.2步骤生成的地址即可 有问题可以通过 twitter 联系我, twitter: https://twitter.com/jiad34541855 ## Publication Information - [Aczddd](https://paragraph.com/@aczddd/): Publication homepage - [All Posts](https://paragraph.com/@aczddd/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@aczddd): Subscribe to updates