Skip to content

Commit

Permalink
Removed deprecated --myAddress arg
Browse files Browse the repository at this point in the history
--myAddress has been removed in bisq-network/bisq#2476
  • Loading branch information
freimair committed Jul 20, 2019
1 parent 0431e64 commit 03ce827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/howto/run-seednode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ start_btc_ONION_ADDRESS.sh: +
`nohup sh loop_btc_ONION_ADDRESS.sh &`

loop_btc_ONION_ADDRESS.sh: +
`java -Xms1800m -Xmx1800m -jar SeedNode.jar --maxConnections=30 --baseCurrencyNetwork=BTC_MAINNET --nodePort=8000 --myAddress=ONION_ADDRESS.onion:8000 --appName=seed_BTC_MAINNET_ONION_ADDRESS >/dev/null 2>error_seed_BTC_MAINNET_ONION_ADDRESS.log`
`java -Xms1800m -Xmx1800m -jar SeedNode.jar --maxConnections=30 --baseCurrencyNetwork=BTC_MAINNET --nodePort=8000 --appName=seed_BTC_MAINNET_ONION_ADDRESS >/dev/null 2>error_seed_BTC_MAINNET_ONION_ADDRESS.log`

==== Step 2.2. Start the start_btc_ONION_ADDRESS.sh

Expand Down

0 comments on commit 03ce827

Please sign in to comment.