Merge pull request #6049 from mempool/nymkappa/update-prod-readme

fix production readme electrs setup
This commit is contained in:
nymkappa 2025-09-24 11:19:53 +02:00 committed by GitHub
commit f83b13df3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,11 +222,11 @@ Start `elementsd` and wait for it to sync the Liquid blockchain.
### Electrs
Install [Electrs](https://github.com/Blockstream/electrs) from source:
Install [Electrs](https://github.com/mempool/electrs) from source:
```
git clone https://github.com/Blockstream/electrs
git clone https://github.com/mempool/electrs
cd electrs
git checkout new-index
git checkout mempool
```
You'll need one instance per network. Build and run them one at a time: