mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-07 03:19:26 +00:00
5 lines
403 B
Text
5 lines
403 B
Text
|
#!/bin/bash
|
||
|
|
||
|
. ./config.sh
|
||
|
~/bin/bisq/bisq-seednode --baseCurrencyNetwork=BTC_REGTEST --useLocalhostForP2P=true --useDevPrivilegeKeys=true --nodePort=2002 --appName=bisq-BTC_REGTEST_Seed_2002 --daoActivated=true --genesisBlockHeight=$genesis_height --genesisTxId=$genesis_tx --fullDaoNode=$dao --rpcUser=$rpcuser --rpcPassword=$rpcpassword --rpcPort=$rpcport --rpcBlockNotificationPort=$blocknotifyport
|