# Nomic验证人节点搭建 **Published by:** [blockchain](https://paragraph.com/@0x171717/) **Published on:** 2022-02-23 **URL:** https://paragraph.com/@0x171717/nomic ## Content 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 ## Publication Information - [blockchain](https://paragraph.com/@0x171717/): Publication homepage - [All Posts](https://paragraph.com/@0x171717/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@0x171717): Subscribe to updates - [Twitter](https://twitter.com/foguangpuzhaomz): Follow on Twitter