NETWORK RESTART
Starting From Scratch
When to use this guide: Use this guide whenever the testnet network is being restarted. You'll need to delete your old testnet data and Docker containers/images/volumes to connect to the fresh network.
Why Start From Scratch?
When the testnet network restarts, everyone needs to start fresh with:
New Docker images (with updated code)
Clean data directories (no old blockchain data)
Fresh containers (no old network connections)
Important: If you don't start from scratch, your node might try to connect with old network information, which can cause issues.
What You Need to Do
Delete all Docker containers, images, and volumes (copy-paste the command below)
Delete your testnet folder from your Desktop (or wherever you created it)
That's it!
Step 1: Delete Everything in Docker
Windows (PowerShell)
Open PowerShell (right-click Start menu → Windows PowerShell)
Copy and paste this command:
Press Enter and wait for it to finish
Note: If you see errors like "container not found" or "image not found", that's okay! It just means you don't have those things. The command will continue.
Linux
Open Terminal
Copy and paste this command:
Press Enter and wait for it to finish
Note: If you see errors like "container not found" or "image not found", that's okay! It just means you don't have those things. The command will continue.
Step 2: Delete Your Testnet Folder
Windows
Go to your Desktop (or wherever you created your testnet folder)
Find your testnet folder (it might be named "XEQ Testnet", "Testnet", "Testnet Phase 2", etc.)
Right-click the folder and select Delete
Confirm deletion when asked
Linux
Open Terminal
Copy and paste this command (replace "XEQ Testnet" with your actual folder name):
Or if your folder is somewhere else, navigate there first:
You're Ready!
Once you've completed both steps above, you're ready to start fresh!
Next steps:
Go back to the Pull the Docker Image page
Follow the guide from the beginning to:
Create a new testnet folder
Pull the fresh Docker image
Start your node with the new network
Troubleshooting
"Container not found" or "Image not found" errors:
That's okay! It just means you don't have that container/image. The command will continue and delete what it can find.
"Volume is in use" error:
The containers should have been stopped first by the command. If you still see this, try running the command again.
Can't delete the testnet folder:
Make sure Docker Desktop is closed
Make sure no PowerShell/Terminal windows are open in that folder
Try restarting your computer, then delete the folder
Still having issues?
Reach out in the testnet Telegram channel for help
We can unban your node once you've completed the steps
Last updated