mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
electrs update to v0.9.4 and add INFO logs
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://github.com/romanz/electrs/releases
|
# https://github.com/romanz/electrs/releases
|
||||||
ELECTRSVERSION="v0.9.3"
|
ELECTRSVERSION="v0.9.4"
|
||||||
# https://github.com/romanz/electrs/commits/master
|
# https://github.com/romanz/electrs/commits/master
|
||||||
# ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a"
|
# ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a"
|
||||||
|
|
||||||
@@ -302,7 +302,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
# generate setting file: https://github.com/romanz/electrs/issues/170#issuecomment-530080134
|
# generate setting file: https://github.com/romanz/electrs/issues/170#issuecomment-530080134
|
||||||
# https://github.com/romanz/electrs/blob/master/doc/usage.md#configuration-files-and-environment-variables
|
# https://github.com/romanz/electrs/blob/master/doc/usage.md#configuration-files-and-environment-variables
|
||||||
sudo -u electrs mkdir /home/electrs/.electrs 2>/dev/null
|
sudo -u electrs mkdir /home/electrs/.electrs 2>/dev/null
|
||||||
echo "
|
echo "\
|
||||||
|
log_filters = \"INFO\"
|
||||||
timestamp = true
|
timestamp = true
|
||||||
jsonrpc_import = true
|
jsonrpc_import = true
|
||||||
index-batch-size = 10
|
index-batch-size = 10
|
||||||
|
Reference in New Issue
Block a user