From dc8553212ad233822e15fef522ec13a55b3d4fb3 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:08:17 +0100 Subject: [PATCH] docs: Add reference to pages for electrum and monero nodes (#145) --- dev-docs/asb/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/asb/README.md b/dev-docs/asb/README.md index ccaa4279..2dcbd573 100644 --- a/dev-docs/asb/README.md +++ b/dev-docs/asb/README.md @@ -12,7 +12,7 @@ This quickstart guide assumes that you are running the software on testnet (i.e. 3. Run the ASB in terminal: `./asb --testnet start` 4. Follow the setup wizard in the terminal -Public Monero nodes for running the Monero Wallet RPC can be found [here](https://community.rino.io/nodes.html). +Public Monero nodes for running the Monero Wallet RPC on stagenet can be found [here](https://monero.fail/?chain=monero). Public Electrum nodes for testnet can be found [here](https://1209k.com/bitcoin-eye/ele.php?chain=tbtc). Run `./asb --help` for more information. @@ -22,7 +22,7 @@ For running the ASB on mainnet you will have to change you `monero-wallet-rpc` s It is recommended that you run your own Monero and Bitcoin node when running on mainnet. It is possible to plug into public blockchain nodes but be aware that you might lose some privacy doing so. -Public Monero mainnet nodes can be found [here](https://moneroworld.com/#nodes). +Public Monero mainnet nodes can be found [here](https://monero.fail/?chain=monero). Public Electrum mainnet nodes can be found [here](https://1209k.com/bitcoin-eye/ele.php?chain=btc). ## ASB Details