You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For bootnodes and now also for validators (paritytech/polkadot-sdk#3852), it is necessary to set up a network key, this should be reflected in our readme docs with examples on how to set it up:
node.customNodeKey, then add the key generated with polkadot key generate-node-key
Point existing node key k8s secret with node.existingSecrets.nodeKey
or set node.persistGeneratedNodeKey=true, this will generate a key on startup and store it to the volume
The text was updated successfully, but these errors were encountered:
For bootnodes and now also for validators (paritytech/polkadot-sdk#3852), it is necessary to set up a network key, this should be reflected in our readme docs with examples on how to set it up:
node.customNodeKey
, then add the key generated withpolkadot key generate-node-key
node.existingSecrets.nodeKey
node.persistGeneratedNodeKey=true
, this will generate a key on startup and store it to the volumeThe text was updated successfully, but these errors were encountered: