www.fgks.org   »   [go: up one dir, main page]

Skip to content

ExchangeUnion/xud-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xud-launcher

The xud-launcher is a thin wrapper of xud-docker launcher which enables running any branch of xud-docker since version 2. It will keep a low update frequency, and it will be embedded in our GUI and CLI applications.

Build

On *nix platform

make

On Windows platform

mingw32-make

Run

On *nix platform

export BRANCH=master
export NETWORK=mainnet
./xud-launcher setup

On Windows platform (with CMD)

set BRANCH=master
set NETWORK=mainnet
./xud-launcher setup

On Windows platform (with Powershell)

$Env:BRANCH = "master"
$Env:NETWORK = "mainnet"
./xud-launcher setup