Skip to content

node enable p2p networking Command Guide

Enrico Rubboli edited this page Apr 10, 2026 · 1 revision

node-enable-p2p-networking

Enable or disable p2p networking in the node.

Usage

node-enable-p2p-networking <ENABLE>

Arguments

  • <ENABLE>: Possible values: enable, disable

Examples

# Disable networking (e.g. to operate in offline/maintenance mode)
node-enable-p2p-networking disable

# Re-enable networking
node-enable-p2p-networking enable

Clone this wiki locally