From df02b2c547346754630b57c31452d1f777f65e78 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 7 Jan 2025 15:49:33 +1000 Subject: [PATCH 1/2] Fix dojo-node --- samourai-server/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samourai-server/docker-compose.yml b/samourai-server/docker-compose.yml index 42dc96ee49..8d339e9b3e 100644 --- a/samourai-server/docker-compose.yml +++ b/samourai-server/docker-compose.yml @@ -24,7 +24,8 @@ services: ipv4_address: $APP_SAMOURAI_SERVER_DB_IP node: - image: louneskmt/dojo-nodejs:1.16.1@sha256:49de92774ecfcb88af1dc67f8d498641d750c4ec9acaab3c448d70c4f2d4bfe7 + # image: louneskmt/dojo-nodejs:1.16.1@sha256:49de92774ecfcb88af1dc67f8d498641d750c4ec9acaab3c448d70c4f2d4bfe7 + image: nmfretz/dojo-nodejs:1.16.1-rpcfix@sha256:bd047ed34e04b605c662c94ed5819322c0db65b6e3425acd3607486ef28a83ce init: true restart: on-failure command: "/home/node/app/wait-for-it.sh ${APP_SAMOURAI_SERVER_DB_IP}:3306 --timeout=720 --strict -- /home/node/app/restart.sh" From 5ea327108f98a0556983c6af4b19a2239c91d459 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Wed, 8 Jan 2025 09:25:25 +1000 Subject: [PATCH 2/2] Update manifest --- samourai-server/umbrel-app.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/samourai-server/umbrel-app.yml b/samourai-server/umbrel-app.yml index 5125f31920..1c129649dd 100644 --- a/samourai-server/umbrel-app.yml +++ b/samourai-server/umbrel-app.yml @@ -2,9 +2,12 @@ manifestVersion: 1.1 id: samourai-server category: bitcoin name: Samourai Server -version: "1.16.1-hotfix-3" +version: "1.16.1-hotfix-4" tagline: Your private backing server for Samourai Wallet description: >- + ⚠️ Whirlpool functionality no longer works due to the shutdown of Samourai's Whirlpool coordinator. Dojo functionality is unaffected. + + Samourai Server is an exclusive Umbrel app that runs Samourai Dojo and Whirlpool backing servers, and provides you easy step-by-step instructions to connect your Samourai Wallet to them. Samourai Wallet is unrivaled in @@ -32,6 +35,9 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - This update fixes a bug where users could not connect using Whirlpool GUI + This update fixes a bug where Samourai Server could not connect to Bitcoin Core v28.0. + + + Note that Whirlpool functionality no longer works due to the shutdown of Samourai's Whirlpool coordinator. Dojo functionality is unaffected. submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/461 \ No newline at end of file