Clone the repository to obtain the necessary files:
Initialize the Node
Navigate to the N1PC directory and initialize your node with a unique name and the network's chain ID:
Running the init command will create a ~/.n1pc folder with config files. In the next steps, we will configure our node so it can connect to other nodes.
Make n1pcd Executable System-wide
To ensure n1pcd can be run from anywhere:
Add the following line at the end of the file:
Save and exit, then apply the changes:
Configure node
Adjust the node's configuration to connect to the network:
Copy the Genesis file
Ensure the node is configured with the correct genesis file:
Run the Node
Start your node to begin syncing with the network:
Once you start the node, it will begin syncing with other nodes. It takes some time to sync all blocks.