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
Chainlink Nodes running 2.0.0 and later require the -config and -secrets flags after the node start part of the command. Versions 1.13.1 and earlier require the -config and -secrets flags to be placed before node start.
However, I was unable to start a v2 node without putting the -config and -secrets flags before node start. The expected behavior is to put the flags after node.
Describe the bug
In https://docs.chain.link/chainlink-nodes/v1/running-a-chainlink-node , step #4:
Chainlink Nodes running 2.0.0 and later require the -config and -secrets flags after the node start part of the command. Versions 1.13.1 and earlier require the -config and -secrets flags to be placed before node start.
However, I was unable to start a v2 node without putting the
-config
and-secrets
flags beforenode start
. The expected behavior is to put the flags afternode
.To Reproduce
Follow https://docs.chain.link/chainlink-nodes/v1/running-a-chainlink-node up to step 4
URLs
https://docs.chain.link/chainlink-nodes/v1/running-a-chainlink-node
Expected behavior
The documentation should clarify that in v2 of the node, the flags can be placed after
node
, notnode start
.Additional context
No response
The text was updated successfully, but these errors were encountered: