9.5 Starting the Node
Running the Node (Binary)
./frecx-node --config config.jsonThis 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-nodeLast updated