How to setup Mainnet Node
Recommended Hardware Requirements to Run a Full Node:
A fast CPU with 16+ cores
64 GB or more of RAM
A fast SSD drive with at least 1 TB of storage (capacity will increase over time)
25 MBit/s bandwidth
Ubuntu 22.04 LTS
Docker Installation:
Clone the official CratD2C mainnet node repository:
https://github.com/CratD2C-SmartChain/cratd2c-mainnet-node.git
Update the
node.env
file according toexample.node.env
.Run the node container and verify the block height using the commands in
commands.txt
.
Binary Installation:
To Be Announced (TBA)
Last updated