Upgrade electrs to v0.9.3
This commit is contained in:
parent
fee1d8bfa4
commit
79bd69252c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -11,7 +11,7 @@ Type=simple
|
|||
KillMode=process
|
||||
ExecStartPre=/usr/bin/is_not_shutting_down.sh
|
||||
ExecStartPre=/usr/bin/wait_on_bitcoin.sh
|
||||
ExecStart=/usr/bin/electrs --conf=/mnt/hdd/mynode/electrs/electrs.toml -vv
|
||||
ExecStart=/usr/bin/electrs --conf=/mnt/hdd/mynode/electrs/electrs.toml
|
||||
User=bitcoin
|
||||
Group=bitcoin
|
||||
TimeoutSec=300
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# --timestamp --db-dir /mnt/hdd/mynode/electrs --electrum-rpc-addr 0.0.0.0:50001 --jsonrpc-import --bulk-index-threads 3 --index-batch-size 12 --daemon-rpc-addr 127.0.0.1:8332 --txid-limit 100 --tx-cache-size-mb 10.0 --wait-duration-secs 15 -vvvv
|
||||
# --timestamp --db-dir /mnt/hdd/mynode/electrs --electrum-rpc-addr 0.0.0.0:50001 --jsonrpc-import --bulk-index-threads 3 --index-batch-size 12 --daemon-rpc-addr 127.0.0.1:8332 --txid-limit 100 --tx-cache-size-mb 10.0 --wait-duration-secs 15
|
||||
|
||||
log_filters = "INFO"
|
||||
timestamp = true
|
||||
#jsonrpc_import = true
|
||||
jsonrpc_timeout_secs = 30
|
||||
|
|
Loading…
Reference in New Issue
Block a user