This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Description
⚠️⚠️ Do not do this until you have extracted your log summary! ⚠️⚠️
When restarting your node after our update, you should get something similar to

If the node version is not updated to 0.4.11 , please do the following from a terminal:
- Run
docker ps -a. This will provide you with your CONTAINER ID in the first column.
- Copy the container id to the next command to remove the container:
docker rm <CONTAINER ID>
- Then remove the image:
docker rmi concordium/opentestnet-client:0.4.8
- Now you can start the node.