Windows:
Right-click on your Desktop
Select "New" → "Folder"
Name it something like XEQ Testnet (or any name you want)
XEQ Testnet
Linux:
Open Terminal
Run: mkdir ~/Desktop/XEQ-Testnet
mkdir ~/Desktop/XEQ-Testnet
Or use command line:
Windows (PowerShell):
cd Desktop
mkdir "XEQ Testnet"
cd "XEQ Testnet"
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.
data
Last updated 3 months ago