9.4 Configuring the Node
Before starting, the node must be configured.
Creating Configuration File
nano config. jsonExample configuration:
{
"network": "mainnet",
"rpc": "https://rpc.frequencychain.org",
"chainId": 5296290,
"nodeType": "sync",
"walletAddress": "YOUR_WALLET_ADDRESS"
}Save the file:
Press CTRL + O → Enter
Press CTRL + X
Last updated