Canonical parameters and artifacts to run your own Umotu QBFT node and participate on-chain.
besu --data-path=/var/lib/besu --genesis-file=$(pwd)/docs/network/genesis.json --rpc-http-enabled --rpc-http-host=0.0.0.0 --rpc-http-port=8545 --rpc-ws-enabled --rpc-ws-host=0.0.0.0 --rpc-ws-port=8546 --rpc-http-api=ETH,NET,WEB3,QBFT --rpc-ws-api=ETH,NET,WEB3,QBFT --host-allowlist=* --sync-mode=FULL
Then validate:
RPC_URL=http://localhost:8080/rpc node ops/scripts/validate-rpc.mjs
See docs/network/NETWORK-INFO.md for bootnodes. You can pin peers by placing a static-nodes.json in your data dir. For stricter peer control (e.g., validators), enable Besu node permissioning with a permissioned-nodes.json file.