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
Describe the bug
I turned my node's voting to false because the chain height was stuck yesterday.
Then I tried to update my voting keys but how do I issue symbol-bootstrap updateVotingKeys command?
When I tried to run symbol-bootstrap config with voting: true, it failed in error: Unexpected voting key file. Expected 176 but got 0.
I couldn't issue the updateVotingKeys command because the node won't start.
To Reproduce
To reproduce the behavior:
Voting key expired.
Stop node (symbol-bootstrap stop)
Set voting: false and restart node. (symbol-bootstrap start -p mainnet -a dual -c my-preset.yml --upgrade -d)
Stop node (symbol-bootstrap stop)
Set voting: true and restart node. (symbol-bootstrap start -p mainnet -a dual -c my-preset.yml --upgrade -d) or config node (symbol-bootstrap config -p mainnet -a dual -c my-preset.yml --upgrade)
Expected behavior
One of followings:
We can update voting keys when the node is down.
Voting keys will be updated automatically.
We can start node with expired voting keys.
Logs
2021-09-16T16:24:49.190Z warn There has been an error talking to node http://ngl-dual-004.symbolblockchain.io:3000. Error: request to http://ngl-dual-004.symbolblockchain.io:3000/chain/info failed, reason: connect ETIMEDOUT 34.228.7.51:3000}
2021-09-16T16:24:51.236Z warn There has been an error talking to node http://ngl-api-301.symbolblockchain.io:3000. Error: request to http://ngl-api-301.symbolblockchain.io:3000/chain/info failed, reason: connect ETIMEDOUT 34.245.198.230:3000}
2021-09-16T16:24:51.237Z info The current network finalization epoch is 369
2021-09-16T16:24:51.252Z info Generating node server configuration
2021-09-16T16:24:51.351Z info Generating broker broker configuration
2021-09-16T16:24:51.403Z error Unknown error generating the configuration. Unexpected voting key file. Expected 176 but got 0
2021-09-16T16:24:51.403Z error The target folder 'target' should be deleted!!!
Desktop (please complete the following information):
Describe the bug
I turned my node's
voting
tofalse
because the chain height was stuck yesterday.Then I tried to update my voting keys but how do I issue
symbol-bootstrap updateVotingKeys
command?When I tried to run
symbol-bootstrap config
withvoting: true
, it failed in error:Unexpected voting key file. Expected 176 but got 0
.I couldn't issue the
updateVotingKeys
command because the node won't start.To Reproduce
To reproduce the behavior:
symbol-bootstrap stop
)voting: false
and restart node. (symbol-bootstrap start -p mainnet -a dual -c my-preset.yml --upgrade -d
)symbol-bootstrap stop
)voting: true
and restart node. (symbol-bootstrap start -p mainnet -a dual -c my-preset.yml --upgrade -d
) or config node (symbol-bootstrap config -p mainnet -a dual -c my-preset.yml --upgrade
)Expected behavior
One of followings:
Logs
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: