mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 03:29:34 +00:00
Merge pull request #186 from Vitalii-code/patch-1
Some checks failed
ci / ci (3.12) (push) Has been cancelled
Some checks failed
ci / ci (3.12) (push) Has been cancelled
Update install.md
This commit is contained in:
commit
bba517c8b7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue