Skip to content

Releases: nahuhh/basicswap-bash

v0.13.4-master

24 Jun 14:10
Compare
Choose a tag to compare

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>

WASS

v0.13.2-dev_wow

05 Jun 01:52
Compare
Choose a tag to compare
v0.13.2-dev_wow Pre-release
Pre-release

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>

WASS

0.0.13b Arch, Debian (Untested: Fedora, MacOS)

26 Feb 21:54
Compare
Choose a tag to compare

Latest:

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