Skip to content

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

Compare
Choose a tag to compare
@nahuhh nahuhh released this 26 Feb 21:54
· 1 commit to mac since this release

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