formatting

This commit is contained in:
openoms
2019-04-24 16:50:43 +01:00
parent 9515f6870a
commit 7ea784ab81
2 changed files with 48 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ To download and run on the RaspiBlitz::
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/electrs/1_electrs_on_RaspiBlitz.sh && bash 1_electrs_on_RaspiBlitz.sh`
This will only run the server until the terminal window is open.
To restart electrs manually run (with your PASSWORD_B filled in):
To restart electrs manually run (with your PASSWORD_B filled in) or install the Electrs systemd service (next step):
`$ /home/admin/electrs/target/release/electrs --index-batch-size=10 --jsonrpc-import --db-dir /mnt/hdd/electrs/db --electrum-rpc-addr="0.0.0.0:50001" --cookie="raspibolt:PASSWORD_B"`
---