Node desqualified and planned downtime

Hello @lordsam and welcome to the forum.

Sorry to hear that :confused:
Iā€™m surprised running a node just for 2 minutes with the wrong identity can disqualify it though. Having a node configured with the wrong identity can disqualify it fast, but not that fast I believe.

You should check your logs:

And search for lines that contain both ā€œauditā€ (or ā€œrepairā€) and ā€œfailedā€.
On linux this can be achieved like so:

docker logs YOUR_NODE_NAME 2>&1 | grep -E "GET_AUDIT|GET_REPAIR" | grep failed

You have way more than 5 hours before getting suspended:

2 Likes