From 713614e83e808f4d9cb94e967467d358e1f0bbf6 Mon Sep 17 00:00:00 2001 From: willcl-ark Date: Thu, 10 Sep 2020 19:22:39 +0100 Subject: [PATCH] Update ElectrumX URL kyuupichan went a bit wild and dropped bitcoin support. Electrum maintains a bitcoin-compatible fork. --- content/repl/regtest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repl/regtest.md b/content/repl/regtest.md index 50e9c8183d..684cfff85b 100644 --- a/content/repl/regtest.md +++ b/content/repl/regtest.md @@ -6,7 +6,7 @@ weight: 4 pre: "4. " --- -Running the REPL in regtest requires having a local Electrum server set-up. There are two main implementations, [`electrs`](https://github.com/romanz/electrs) in Rust and [`ElectrumX`](https://github.com/kyuupichan/electrumx) in Python. Since the Rust toolchain is already required to +Running the REPL in regtest requires having a local Electrum server set-up. There are two main implementations, [`electrs`](https://github.com/romanz/electrs) in Rust and [`ElectrumX`](https://github.com/spesmilo/electrumx) in Python. Since the Rust toolchain is already required to use Magical, this page will focus mostly on the former. Electrs can be installed by running: -- 2.49.0