Nomic验证人节点搭建

Nomic是昨天刚上主网的Cosmos生态项目。这个项目在做的是搭建Bitcoin到Cosmos生态的桥

目前给质押至少1.5 ATOM的钱包空投了他们的代币NOM,但是目前NOM没有价格,也没有地方交易,还不能转账,唯一能做的是质押给验证人

看了一下搭建验证人的节点的文档: https://github.com/nomic-io/nomic#readme 看起来不难,所以搭建了一个验证人节点。下面介绍一下搭建Nomic验证人节点的步骤

节点基本配置:

  • 内存至少4GB RAM
  • 硬盘至少50GB
  • Linux or macOS

搭建Nomic节点

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup default nightly
sudo apt install build-essential libssl-dev pkg-config clang
git clone https://github.com/nomic-io/nomic.git nomic && cd nomic
cargo install --path 
Subscribe to blockchain
Receive the latest updates directly to your inbox.
Verification
This entry has been permanently stored onchain and signed by its creator.