mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2025-03-11 17:06:27 +00:00
Compare commits
6 commits
ad4aef7a49
...
cb9b58be99
Author | SHA1 | Date | |
---|---|---|---|
|
cb9b58be99 | ||
|
62137e7512 | ||
|
facb79dee2 | ||
|
11c373aab1 | ||
|
4f6a58c29a | ||
|
5a3e24441d |
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ $SWAP_DATADIR/venv/bin/pip install .
|
|||
|
||||
## Clone basicswap git
|
||||
cd $SWAP_DATADIR
|
||||
git clone https://github.com/basicswap/basicswap
|
||||
git clone https://github.com/basicswap/basicswap -b dev
|
||||
cd $SWAP_DATADIR/basicswap
|
||||
## Install basicswap
|
||||
$SWAP_DATADIR/venv/bin/pip install wheel
|
||||
|
@ -41,7 +41,7 @@ enable_tor() {
|
|||
if [[ "$particl_mnemonic" && "$monerod_addr" ]]; then
|
||||
# Restore seed
|
||||
PARTICL_MNEMONIC=$particl_mnemonic
|
||||
XMR_RPC_HOST=$monerod_addr BASE_XMR_RPC_PORT=$monerod_port \
|
||||
XMR_RPC_HOST=$monerod_addr XMR_RPC_PORT=$monerod_port \
|
||||
basicswap-prepare --datadir=$SWAP_DATADIR --withcoins=monero,wownero --xmrrestoreheight=$CURRENT_XMR_HEIGHT --wowrestoreheight=600000 --particl_mnemonic="$PARTICL_MNEMONIC"
|
||||
enable_tor
|
||||
elif [[ "$particl_mnemonic" ]]; then
|
||||
|
@ -51,7 +51,7 @@ elif [[ "$particl_mnemonic" ]]; then
|
|||
enable_tor
|
||||
elif [[ "$monerod_addr" ]]; then
|
||||
# Setup new install and use a remote monero node
|
||||
XMR_RPC_HOST=$monerod_addr BASE_XMR_RPC_PORT=$monerod_port \
|
||||
XMR_RPC_HOST=$monerod_addr XMR_RPC_PORT=$monerod_port \
|
||||
basicswap-prepare --datadir=$SWAP_DATADIR --withcoins=monero,wownero --xmrrestoreheight=$CURRENT_XMR_HEIGHT --wowrestoreheight=600000
|
||||
$red"\n\nMake note of your seed above\n"; $nocolor
|
||||
enable_tor
|
||||
|
|
|
@ -5,5 +5,5 @@ Firo Core Daemon version v0.14.14.0-ge0c423805
|
|||
Litecoin Core version v0.21.3
|
||||
Particl Core version v23.2.7.0
|
||||
PIVX Core Daemon version v5.6.1.0-af60f19642
|
||||
Monero 'Fluorine Fermi' (v0.18.3.5-release)
|
||||
Monero 'Fluorine Fermi' (v0.18.3.4-release)
|
||||
Wownero 'Kunty Karen' (v0.11.1.0-release)
|
||||
|
|
Loading…
Reference in a new issue