-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# For development you need to change that to your local onion addresses | ||
# 1. Run a seed node with prog args: --bitcoinNetwork=regtest --nodePort=8002 --myAddress=rxdkppp3vicnbgqt:8002 --appName=bisq_seed_node_rxdkppp3vicnbgqt.onion_8002 | ||
# 1. Run a seed node with prog args: --bitcoinNetwork=regtest --nodePort=8002 --appName=bisq_seed_node_localhost_8002 | ||
# 2. Find your local onion address in bisq_seed_node_rxdkppp3vicnbgqt.onion_8002/regtest/tor/hiddenservice/hostname | ||
# 3. Shut down the seed node | ||
# 4. Rename the directory with your local onion address | ||
# 5. Edit here your found onion address (new NodeAddress("YOUR_ONION.onion:8002") | ||
|
||
# nodeaddress.onion:port [(@owner)] | ||
rxdkppp3vicnbgqt.onion:8002 | ||
4ie52dse64kaarxw.onion:8002 | ||
localhost:2002 | ||
localhost:3002 |