Concordium / concordium-node

The main concordium node implementation.
GNU Affero General Public License v3.0
45 stars 22 forks source link

Validator 3 #1182

Closed mh-concordium closed 2 weeks ago

mh-concordium commented 4 months ago

VM name: ubuntu@172.31.48.42

  1. Ensure you have enough CCDs to be validator.
  2. Install the node version 7.x
  3. Set the node up for Stagenet, enable debug logs.
  4. Setup Prometheus with CONCORDIUM_NODE_PROMETHEUS_LISTEN_PORT=9090 and also I think CONCORDIUM_NODE_PROMETHEUS_LISTEN_ADDRESS=0.0.0.0
  5. Start the node and let it catch up to the final height.
  6. Register validator that will have a large stake enough to be finalizer.
    1. Make sure that the validator is receiving rewards.
  7. WAIT FOR PROTOCOL UPDATE
  8. After protocol update verify:
    1. Node keeps catching up
    2. validator resumes producing blocks
    3. rewards are received
    4. No errors in the logs
  9. Deregister validator.
    1. At the payday after the cooldown, stake is released and it can be used for transfers.