πRun a Validator
Overview
The verifier node runs the distributed consensus protocol. When a transaction is submitted to the matmo blockchain, the transaction is executed, and the transaction and execution results are stored on the blockchain. The validator node decides which transactions to add to the #blockchain and in what order, and verifies the results of the blockchain operation.
Hardware requirements
We recommend the following minimum system requirements to run validator:
For running a production grade public fullnode:
CPU: 8 cores, 16 threads (Intel Xeon Skylake or newer).
Memory: 32GB RAM.
For running the public fullnode for development or testing:
CPU: 2 cores.
Memory: 4GB RAM.
Configuring validator
Last updated