From a6eeee7813676b4d28dc084b988b268b3f262430 Mon Sep 17 00:00:00 2001 From: Thebora Kompanioni Date: Tue, 15 Mar 2022 12:31:02 +0100 Subject: [PATCH] Update jam app to v0.0.4 (#1305) Co-authored-by: Luke Childs --- apps/jam/docker-compose.yml | 5 +++-- apps/registry.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/jam/docker-compose.yml b/apps/jam/docker-compose.yml index 7948431..47624bb 100644 --- a/apps/jam/docker-compose.yml +++ b/apps/jam/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: jam: - image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.3-clientserver-v0.9.5@sha256:d33817e4daec4ddaaf95a1c08e54f50cff4893b7d8c5b3bbe8b179ced74bbaa2 + image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.4-clientserver-v0.9.5@sha256:45a47e5a2ea69183479f69df0683e59ea226d20e601a868439b2980a568ca2f6 restart: on-failure stop_grace_period: 1m init: true @@ -12,6 +12,7 @@ services: - ${APP_DATA_DIR}/data/joinmarket:/root/.joinmarket environment: ENSURE_WALLET: 1 + RESTORE_DEFAULT_CONFIG: 1 APP_USER: umbrel APP_PASSWORD: "${APP_PASSWORD}" jm_tor_control_host: $TOR_PROXY_IP @@ -26,7 +27,7 @@ services: jm_rpc_password: "${BITCOIN_RPC_PASS}" jm_rpc_wallet_file: jam_default jm_network: $BITCOIN_NETWORK - jm_max_cj_fee_abs: 30000 # in sats + jm_max_cj_fee_abs: 300000 # in sats jm_max_cj_fee_rel: 0.0003 # 0.03% networks: default: diff --git a/apps/registry.json b/apps/registry.json index 624d80a..e5ac628 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -479,7 +479,7 @@ "id": "jam", "category": "Wallets", "name": "Jam", - "version": "v0.0.3", + "version": "v0.0.4", "tagline": "A user-friendly UI for JoinMarket", "description": "Jam is a user-interface for JoinMarket with a focus on user-friendliness.\nIt is time for top-notch privacy for your bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and privacy for all.\n\nThe app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.", "developer": "JoinMarket WebUI Organisation",