2024-01-21 19:43:09 +00:00
|
|
|
# basicswap-bash
|
|
|
|
A BasicSwapDEX bash installer for Debian/Ubuntu
|
2024-01-21 22:34:44 +00:00
|
|
|
|
2024-01-22 22:06:38 +00:00
|
|
|
### Installation
|
2024-01-21 22:34:44 +00:00
|
|
|
```bash
|
|
|
|
wget https://github.com/nahuhh/basicswap-bash/releases/latest/download/basicswap-bash.tar.gz
|
|
|
|
tar xvf basicswap-bash.tar.gz
|
|
|
|
cd basicswap-bash && ./install.sh
|
|
|
|
```
|
2024-01-22 22:06:38 +00:00
|
|
|
### Running BasicSwapDEX
|
2024-01-26 10:37:47 +00:00
|
|
|
```
|
|
|
|
basicswap-bash
|
|
|
|
```
|
2024-01-21 22:34:44 +00:00
|
|
|
|
2024-01-22 22:06:38 +00:00
|
|
|
### Add coins
|
2024-01-26 10:37:47 +00:00
|
|
|
```
|
|
|
|
bsx-addcoin
|
|
|
|
```
|
2024-01-22 22:06:38 +00:00
|
|
|
### Update BSX core
|
2024-01-26 10:37:47 +00:00
|
|
|
```
|
|
|
|
bsx-update
|
|
|
|
```
|
2024-01-22 22:06:38 +00:00
|
|
|
### Update blockchains
|
2024-01-26 10:37:47 +00:00
|
|
|
```
|
|
|
|
bsx-upgrade-coins
|
|
|
|
```
|