Releases: nahuhh/basicswap-bash
Releases · nahuhh/basicswap-bash
v0.14.1
basicswap-bash
A suite of bash scripts to install and manage
BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora
New Installation
Git is required before install:
sudo apt install git
Install:
git clone https://github.com/nahuhh/basicswap-bash
cd basicswap-bash && ./install.sh
cd .. && rm -rf basicswap-bash
Update scripts from older versions
cd ~/coinswaps/basicswap
git clone https://github.com/nahuhh/basicswap-bash
cd basicswap-bash
mkdir -p $HOME/.local/bin
rm -r $HOME/.local/bin/bsx
mv -f basic* bsx* $HOME/.local/bin/
cd .. && rm -rf basicswap-bash
bsx-update
Running BasicSwapDEX
basicswap-bash
Update BSX core
bsx-update
Enable/Disable Tor [post install]
bsx-enabletor
bsx-disabletor
Add/remove coins
bsx-addcoin
bsx-removecoin
A small donation goes a long way. Thanks
- ofrnxmr
8Bb9z1bbiKmD9XekA7uESXRzunasN1ndej6FUm1bRFEtSPFqVWvHPtD2LDwhARikcxNkCsmaBcGGF2VSeFWhMe5>
v0.13.4-master
basicswap-bash
A suite of bash scripts to install and manage
BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora
New Installation
git clone https://github.com/nahuhh/basicswap-bash
cd basicswap-bash && ./install.sh
cd .. && rm -rf basicswap-bash
Update scripts from older versions
cd ~/coinswaps/basicswap
git clone https://github.com/nahuhh/basicswap-bash
cd basicswap-bash
mkdir -p $HOME/.local/bin
rm -r $HOME/.local/bin/bsx
mv -f basic* bsx* $HOME/.local/bin/
cd .. && rm -rf basicswap-bash
bsx-update
Running BasicSwapDEX
basicswap-bash
Update BSX core
bsx-update
Enable/Disable Tor [post install]
bsx-enabletor
bsx-disabletor
Add/remove coins
bsx-addcoin
bsx-removecoin
Update blockchains
bsx-upgrade-coins
A small donation goes a long way. Thanks
- ofrnxmr
8Bb9z1bbiKmD9XekA7uESXRzunasN1ndej6FUm1bRFEtSPFqVWvHPtD2LDwhARikcxNkCsmaBcGGF2VSeFWhMe5>
v0.13.2-dev_wow
basicswap-bash
A suite of bash scripts to install and manage
BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora
New Installation
git clone https://github.com/nahuhh/basicswap-bash -b dev
cd basicswap-bash && ./install.sh
cd .. && rm -rf basicswap-bash
Update scripts from older versions
cd ~/coinswaps/basicswap
git clone https://github.com/nahuhh/basicswap-bash -b dev
cd basicswap-bash
mkdir -p $HOME/.local/bin
rm -r $HOME/.local/bin/bsx
mv -f basic* bsx* $HOME/.local/bin/
cd .. && rm -rf basicswap-bash
bsx-update
Running BasicSwapDEX
basicswap-bash
Update BSX core
bsx-update
Enable/Disable Tor [post install]
bsx-enabletor
bsx-disabletor
Add/remove coins
bsx-addcoin
bsx-removecoin
Update blockchains
bsx-upgrade-coins
A small donation goes a long way. Thanks
- ofrnxmr
8Bb9z1bbiKmD9XekA7uESXRzunasN1ndej6FUm1bRFEtSPFqVWvHPtD2LDwhARikcxNkCsmaBcGGF2VSeFWhMe5>
0.0.13b Arch, Debian (Untested: Fedora, MacOS)
Latest:
- You can now select whether you'd like to use a remote XMR node
- Fedora & Arch & Mac
To install BasicSwapDEX :
Linux
bash -c "$(curl -fsSL https://raw.githubusercontent.com/nahuhh/basicswap-bash/beta/scriptinstall.sh)"
Mac OS
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install BasicswapDEX
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/nahuhh/basicswap-bash/beta/scriptinstall.sh)"
To upgrade the scripts to latest version:
Linux
bash -c "$(curl -fsSL https://raw.githubusercontent.com/nahuhh/basicswap-bash/beta/scriptupdate.sh)"
Mac OS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/nahuhh/basicswap-bash/beta/scriptupdate.sh)"
Start BasicswapDEX
basicswap-bash
Update BasicSwapDEX
bsx-update
Enable Tor
bsx-enabletor
Add a Coin to BasicSwapDEX
bsx-addcoin
Upgrade a Coin's wallet/node software
bsx-upgradecoins
TODO [before release]
- bsx-update
- bsx-addcoin
- bsx-upgrade-coins
- allow bsx to run the monero node
- bsx-enabletor & bsx-disabletor
- restore BasicSwapDEX seed
- select coins during installation (PART and XMR by default)
- wallet encryption password
Full Changelog: v0.0.1...beta