Skip to content

Commit

Permalink
Update basicswapguides_installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoguard committed Jan 26, 2023
1 parent aab779c commit 86ae0f1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions basicswap-guides/basicswapguides_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ Now that BasicSwap's image has been created, you need to configure it to your li

.. code-block:: bash
export COINDATA_PATH=/var/data/coinswaps && docker run --rm -t --name swap_prepare -v $COINDATA_PATH:/coindata i_swapclient basicswap-prepare --datadir=/coindata --withcoins=monero,bitcoin --htmlhost="0.0.0.0" --wshost="0.0.0.0" --xmrrestoreheight=$CURRENT_XMR_HEIGHT --usebtcfastsync
export COINDATA_PATH=/var/data/coinswaps
docker run --rm -t --name swap_prepare -v $COINDATA_PATH:/coindata i_swapclient basicswap-prepare --datadir=/coindata --withcoins=monero,bitcoin --htmlhost="0.0.0.0" --wshost="0.0.0.0" --xmrrestoreheight=$CURRENT_XMR_HEIGHT --usebtcfastsync

#. Note the mnemonic that the previous command will give you somewhere safe. This is your wallet backup key.

Expand Down Expand Up @@ -253,7 +254,8 @@ Now that BasicSwap's image has been created, you need to configure it to your li

.. code-block:: bash
export COINDATA_PATH=/var/data/coinswaps && docker run --rm -t --name swap_prepare -v $COINDATA_PATH:/coindata i_swapclient basicswap-prepare --datadir=/coindata --withcoins=monero,bitcoin --htmlhost="0.0.0.0" --wshost="0.0.0.0" --xmrrestoreheight=$CURRENT_XMR_HEIGHT --usebtcfastsync
export COINDATA_PATH=/var/data/coinswaps
docker run --rm -t --name swap_prepare -v $COINDATA_PATH:/coindata i_swapclient basicswap-prepare --datadir=/coindata --withcoins=monero,bitcoin --htmlhost="0.0.0.0" --wshost="0.0.0.0" --xmrrestoreheight=$CURRENT_XMR_HEIGHT --usebtcfastsync

#. Note the mnemonic that the previous command will give you somewhere safe. This is your wallet backup key.

Expand Down Expand Up @@ -296,7 +298,8 @@ Now that you've configured your docker image, it's time to run it. This will sta

.. code-block:: bash
export COINDATA_PATH=/var/data/coinswaps && docker-compose up
export COINDATA_PATH=/var/data/coinswaps
docker-compose up

#. Wait for BasicSwap to start fully, then open it up in your favorite web browser by navigating to the following address.

Expand All @@ -320,7 +323,8 @@ Now that you've configured your docker image, it's time to run it. This will sta

.. code-block:: bash
export COINDATA_PATH=/var/data/coinswaps && docker-compose up
export COINDATA_PATH=/var/data/coinswaps
docker-compose up

#. Wait for BasicSwap to start fully, then open it up in your favorite web browser by navigating to the following address.

Expand Down

0 comments on commit 86ae0f1

Please sign in to comment.