Request: Ability to run parachain full node (not collator) #1450
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Maintenance
V1 maintenance
Is your feature request related to a problem? Please describe.
It is possible to run both validators and normal non-validating full nodes on the relay-chain side. But on the parachain side, it is only possible to run a collator node, not a normal non-collating full node.
Describe the solution you'd like
I'd like to see an option to put
collator = false
for parachain nodes, just like how you can putvalidator = false
for relay nodes.Describe alternatives you've considered
As a short-term workaround I've added a
--seriously-dont-collate
flag to my node which overrides the--collator
flag. This is obviously not ideal though.Additional context
No response
The text was updated successfully, but these errors were encountered: