mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-17 00:07:56 +00:00
b3c00efe16
Fee options only apply to the script coin side of xmr swaps.
692 B
692 B
Update basicswap version
Docker
Update only the code:
basicswap]$ git pull
$ cd docker
$ docker-compose build
$ export COINDATA_PATH=[PATH_TO]
$ docker-compose up
If the dependencies and db format have changed the container must be built with --no-cache
and the db file moved to a backup.
basicswap]$ git pull
$ cd docker
$ docker-compose build --no-cache
$ export COINDATA_PATH=[PATH_TO]
$ mv --backup=numbered $COINDATA_PATH/db.sqlite $COINDATA_PATH/db_bkp.sqlite
$ docker-compose up
If installed through pip:
cd basicswap
git pull
pip3 install .
Update core versions
basicswap-prepare -preparebinonly