Create a Testnet Folder

Windows:

  1. Right-click on your Desktop

  2. Select "New" → "Folder"

  3. Name it something like XEQ Testnet (or any name you want)

Linux:

  1. Open Terminal

  2. 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