gqdc-installer.sh
is a command line tools that allows to install the Go Quadrans node binary for Linux (x86, x86-64, armv7, arm64) and macOS (x86-64).
gqdc-winstaller.bat
is a command line tools that allows to create a Launcher for the Go Quadrans node binary for Windows (x86-64).
With gqdc-installer.sh
you can:
- Install Quadrans node (on Mainnet or Testnet)
- Update existing node
- Uninstall Quadrans node
- Reconfigure node (recover a previous uninstalled Quadrans node)
- Change Quadrans node Network (switch between Mainnet and Testnet)
With gqdc-winstaller.bat
you can:
- Install Quadrans node
- Configure a Quadrans node wallet
- Create a Launcher file to execute your node
On Linux:
Open a Terminal or Console and execute:
wget http://repo.quadrans.io/installer/gqdc-installer.sh
sudo bash gqdc-installer.sh
On Mac:
Open a Terminal or Console and execute:
curl -s http://repo.quadrans.io/installer/gqdc-installer.sh > gqdc-installer.sh
sudo bash gqdc-installer.sh
On Windows:
Open a Command Prompt and execute:
curl -s https://repo.quadrans.io/installer/gqdc-winstaller.bat -o gqdc-winstaller.bat
gqdc-winstaller.bat
or open a PowerShell and execute:
Invoke-WebRequest -Uri https://repo.quadrans.io/installer/gqdc-winstaller.bat -OutFile gqdc-installer.bat
.\gqdc-winstaller.bat
Follow the on screen instructions.