Merge pull request #186 from Vitalii-code/patch-1

Update install.md
This commit is contained in:
tecnovert
2024-12-17 19:01:14 +00:00
committed by GitHub

View File

@@ -204,12 +204,12 @@ It may take a few minutes to start as the coin daemons are started before the ht
Add a coin (Stop basicswap first): Add a coin (Stop basicswap first):
export SWAP_DATADIR=/Users/$USER/coinswaps export SWAP_DATADIR=$HOME/coinswaps
basicswap-prepare --usebtcfastsync --datadir=/$SWAP_DATADIR --addcoin=bitcoin basicswap-prepare --usebtcfastsync --datadir=/$SWAP_DATADIR --addcoin=bitcoin
Start after installed: Start after installed:
export SWAP_DATADIR=/Users/$USER/coinswaps export SWAP_DATADIR=$HOME/coinswaps
. $SWAP_DATADIR/venv/bin/activate && python -V . $SWAP_DATADIR/venv/bin/activate && python -V
basicswap-run --datadir=$SWAP_DATADIR basicswap-run --datadir=$SWAP_DATADIR