For the complete documentation index, see llms.txt. This page is also available as Markdown.

9.5 Starting the Node

Running the Node (Binary)

./frecx-node --config config.json

This command:

  • loads configuration

  • connects to the network

  • starts synchronization

Running with Docker

docker run -d \
  --name frecx-node \
  -v $(pwd)/config.json:/app/config.json \
  frecx-node

Last updated