feat: bump electrs version

This commit is contained in:
Ben Grande 2024-03-15 17:12:14 +01:00
parent 425748ab9e
commit db86c2dc64
2 changed files with 6 additions and 6 deletions

View File

@ -15,10 +15,10 @@ Setup an offline Electrs (Electrum Server) qube named "sys-electrs",
connected to your own full node running on "sys-bitcoin" to index the
blockchain to allow for efficient query of the history of arbitrary addresses.
A disposable qube "disp-electrs-builder" will be created, based on
Whonix-Workstation, it will server to install and verify Electrs. After the
verification succeeds, files are copied to the template "tpl-sys-electrs".
This method was chosen so the server can be always offline.
A disposable qube "disp-electrs-builder" will be created, it will serve to
install and verify Electrs. After the verification succeeds, files are copied
to the template "tpl-sys-electrs". This method was chosen so the server can be
always offline.
At least `200GB` of disk space is required.

View File

@ -8,9 +8,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% set electrs_obj_type = 'tag' -%}
{% if electrs_obj_type == 'commit' -%}
{% set electrs_obj = '52e3b1907248b8b7f778edc70af9cbac7387a6b6' -%}
{% set electrs_obj = '6595edf20e35b991b7a8e24bb7648dd04d59fe01' -%}
{% else -%}
{% set electrs_obj = 'v0.10.3' -%}
{% set electrs_obj = 'v0.10.4' -%}
{% endif -%}
{% set cfg_me_version = '0.1.1' -%}