mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
- Update: Specter Desktop 1.6.0 [details](https://github.com/cryptoadvance/specter-desktop/blob/master/README.md)
|
- Update: Specter Desktop 1.6.0 [details](https://github.com/cryptoadvance/specter-desktop/blob/master/README.md)
|
||||||
- Update: JoinMarket v0.9.1 [details](https://github.com/JoinMarket-Org/joinmarket-clientserver/#joinmarket-clientserver)
|
- Update: JoinMarket v0.9.1 [details](https://github.com/JoinMarket-Org/joinmarket-clientserver/#joinmarket-clientserver)
|
||||||
- Update: JoininBox v0.6.0 [details](https://github.com/openoms/joininbox/tree/master#joininbox)
|
- Update: JoininBox v0.6.0 [details](https://github.com/openoms/joininbox/tree/master#joininbox)
|
||||||
- Update: Electrum Server in Rust (electrs) v0.9.0-rc1 [details](https://github.com/romanz/electrs/blob/v0.9.0-rc1/RELEASE-NOTES.md)
|
- Update: Electrum Server in Rust (electrs) v0.8.12 [details](https://github.com/romanz/electrs/blob/v0.8.12/RELEASE-NOTES.md)
|
||||||
- Update: Mempool 2.2.2 [details](https://github.com/mempool/mempool)
|
- Update: Mempool 2.2.2 [details](https://github.com/mempool/mempool)
|
||||||
- Update: BTC-RPC-Explorer v3.2.0 [details](https://github.com/janoside/btc-rpc-explorer/blob/master/CHANGELOG.md#v320)
|
- Update: BTC-RPC-Explorer v3.2.0 [details](https://github.com/janoside/btc-rpc-explorer/blob/master/CHANGELOG.md#v320)
|
||||||
- Update: stacking-sats-kraken 0.4.4 [details](https://github.com/dennisreimann/stacking-sats-kraken/blob/master/README.md)
|
- Update: stacking-sats-kraken 0.4.4 [details](https://github.com/dennisreimann/stacking-sats-kraken/blob/master/README.md)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://github.com/romanz/electrs/blob/master/doc/usage.md
|
# https://github.com/romanz/electrs/blob/master/doc/usage.md
|
||||||
ELECTRSVERSION="v0.9.0-rc1"
|
ELECTRSVERSION="v0.8.12"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
@@ -306,6 +306,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
verbose = 2
|
verbose = 2
|
||||||
timestamp = true
|
timestamp = true
|
||||||
jsonrpc_import = true
|
jsonrpc_import = true
|
||||||
|
index-batch-size=10
|
||||||
db_dir = \"/mnt/hdd/app-storage/electrs/db\"
|
db_dir = \"/mnt/hdd/app-storage/electrs/db\"
|
||||||
auth = \"$RPC_USER:$PASSWORD_B\"
|
auth = \"$RPC_USER:$PASSWORD_B\"
|
||||||
# allow BTC-RPC-explorer show tx-s for addresses with a history of more than 100
|
# allow BTC-RPC-explorer show tx-s for addresses with a history of more than 100
|
||||||
@@ -398,7 +399,7 @@ After=bitcoind.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/home/electrs/electrs
|
WorkingDirectory=/home/electrs/electrs
|
||||||
ExecStart=/home/electrs/electrs/target/release/electrs --index-batch-size=10 --electrum-rpc-addr=\"0.0.0.0:50001\"
|
ExecStart=/home/electrs/electrs/target/release/electrs --electrum-rpc-addr=\"0.0.0.0:50001\"
|
||||||
User=electrs
|
User=electrs
|
||||||
Group=electrs
|
Group=electrs
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Reference in New Issue
Block a user