From 9c8fe87ca3c80f1440e8be3fff67932b81712d91 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:50:48 +0200 Subject: [PATCH] Change example rendezvous node to `/dns4/discover.unstoppableswap.net/tcp/8888/p2p/12D3Ko...` The rendezvous node that was provided for testing purposes by the COMIT team will be shutdown. --- docs/asb/README.md | 2 +- docs/cli/README.md | 2 +- docs/cli/discover_and_take.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/asb/README.md b/docs/asb/README.md index e39375a9..e0991d8d 100644 --- a/docs/asb/README.md +++ b/docs/asb/README.md @@ -48,7 +48,7 @@ For example: ```toml [network] -rendezvous_point = "/dnsaddr/rendezvous.coblox.tech/p2p/12D3KooWQUt9DkNZxEn2R5ymJzWj15MpG6mTW84kyd8vDaRZi46o" +rendezvous_point = "/dns4/discover.unstoppableswap.net/tcp/8888/p2p/12D3KooWA6cnqJpVnreBVnoro8midDL9Lpzmg8oJPoAGi7YYaamE" external_addresses = ["/dns4/example.com/tcp/9939"] ``` diff --git a/docs/cli/README.md b/docs/cli/README.md index 82de15d4..d95d90ef 100644 --- a/docs/cli/README.md +++ b/docs/cli/README.md @@ -100,7 +100,7 @@ OPTIONS: --tor-socks5-port Your local Tor socks5 proxy port [default: 9050] ``` -Running `swap --testnet list-sellers --rendezvous-point /dnsaddr/rendezvous.coblox.tech/p2p/12D3KooWQUt9DkNZxEn2R5ymJzWj15MpG6mTW84kyd8vDaRZi46o` will give you something like: +Running `swap --testnet list-sellers --rendezvous-point /dns4/discover.unstoppableswap.net/tcp/8888/p2p/12D3KooWA6cnqJpVnreBVnoro8midDL9Lpzmg8oJPoAGi7YYaamE` will give you something like: ``` Connected to rendezvous point, discovering nodes in 'xmr-btc-swap-testnet' namespace ... diff --git a/docs/cli/discover_and_take.sh b/docs/cli/discover_and_take.sh index af250951..6aca6475 100755 --- a/docs/cli/discover_and_take.sh +++ b/docs/cli/discover_and_take.sh @@ -8,7 +8,7 @@ # 4th param: Your bech32 Bitcoin testnet address that will be used for any change output (e.g. refund scenario or when swapping an amount smaller than the transferred BTC) # # Example usage: -# discover_and_take.sh "PATH/TO/swap" "/dnsaddr/rendezvous.coblox.tech/p2p/12D3KooWQUt9DkNZxEn2R5ymJzWj15MpG6mTW84kyd8vDaRZi46o" "YOUR_XMR_STAGENET_ADDRESS" "YOUR_BECH32_BITCOIN_TESTNET_ADDRESS" +# discover_and_take.sh "PATH/TO/swap" "/dns4/discover.unstoppableswap.net/tcp/8888/p2p/12D3KooWA6cnqJpVnreBVnoro8midDL9Lpzmg8oJPoAGi7YYaamE" "YOUR_XMR_STAGENET_ADDRESS" "YOUR_BECH32_BITCOIN_TESTNET_ADDRESS" CLI_PATH=$1 RENDEZVOUS_POINT=$2