Create a Testnet Folder
Windows:
Right-click on your Desktop
Select "New" → "Folder"
Name it something like
XEQ Testnet(or any name you want)
Linux:
Open Terminal
Run:
mkdir ~/Desktop/XEQ-Testnet
Or use command line:
Windows (PowerShell):
cd Desktop
mkdir "XEQ Testnet"
cd "XEQ Testnet"
Linux:
cd ~/Desktop
mkdir XEQ-Testnet
cd XEQ-Testnet
Note: You can name the folder anything you want. The data folder will be created automatically inside it when you start the node.
Last updated