Merge pull request #186 from Vitalii-code/patch-1
Some checks failed
ci / ci (3.12) (push) Has been cancelled

Update install.md
This commit is contained in:
tecnovert 2024-12-17 19:01:14 +00:00 committed by GitHub
commit bba517c8b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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):
export SWAP_DATADIR=/Users/$USER/coinswaps
export SWAP_DATADIR=$HOME/coinswaps
basicswap-prepare --usebtcfastsync --datadir=/$SWAP_DATADIR --addcoin=bitcoin
Start after installed:
export SWAP_DATADIR=/Users/$USER/coinswaps
export SWAP_DATADIR=$HOME/coinswaps
. $SWAP_DATADIR/venv/bin/activate && python -V
basicswap-run --datadir=$SWAP_DATADIR