Compare commits

..

6 commits

Author SHA1 Message Date
nahuhh
cb9b58be99 use dev branches 2024-10-01 21:45:32 +00:00
nahuhh
62137e7512 rename xmr variable 2024-10-01 19:51:35 +00:00
nahuhh
facb79dee2 use coincurve tags 2024-10-01 19:51:35 +00:00
nahuhh
11c373aab1 dont delete coin_versions 2024-10-01 19:51:35 +00:00
nahuhh
4f6a58c29a Check for running instance 2024-09-16 22:05:00 +00:00
nahuhh
5a3e24441d hide xfce err 2024-09-16 22:04:53 +00:00
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)