Setup
These instructions will help you set up a new Nomic Stakenet node from scratch. If you are already running an older Nomic node, follow the upgrade instructions instead.
Requirements
>= 4GB RAM
>= 100GB of storage
Linux or macOS
1. Build Nomic
Start by building Nomic.
Install rustup if you haven't already:
Install required dependencies:
Ubuntu/Debian:
Fedora:
Clone the repo and switch to the correct directory and branch:
Build and install. This adds a
nomic
command to your PATH:
2. Run your node
Start your Nomic node:
This will run the Nomic state machine and a CometBFT process. For new nodes, the state-sync process will run automatically to get the node up to speed with the current chain.
Last updated