mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Suredbits Wallet to 1.9.2-f44ad4a4 (#61)
Co-authored-by: Steven Briscoe <stevebriscoe123@gmail.com> Co-authored-by: Luke Childs <lukechilds123@gmail.com>
This commit is contained in:
parent
13bd413758
commit
f3caf6200f
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 3002
|
||||
|
||||
web:
|
||||
image: bitcoinscala/wallet-server-ui:1.9.2@sha256:8d53cb8bc595d1f55423b63fe40a57728cf359200a3f4409e809b20526833c28
|
||||
image: bitcoinscala/wallet-server-ui:1.9.2-f44ad4a4-SNAPSHOT@sha256:61d0f156202314cdfe00e184affa72f98c23fa79b8c9f56eed93f5802b0c2f82
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
@ -21,7 +21,7 @@ services:
|
||||
WALLET_SERVER_API_URL: "http://${APP_SUREDBITS_WALLET_SERVER_IP}:9999/"
|
||||
WALLET_SERVER_WS: "ws://${APP_SUREDBITS_WALLET_SERVER_IP}:19999/events"
|
||||
TOR_PROXY: socks5://${TOR_PROXY_IP}:${TOR_PROXY_PORT}
|
||||
DEFAULT_UI_PASSWORD: $APP_PASSWORD
|
||||
DEFAULT_UI_PASSWORD: "none"
|
||||
BITCOIN_S_SERVER_RPC_PASSWORD: $APP_PASSWORD
|
||||
networks:
|
||||
default:
|
||||
@ -30,7 +30,7 @@ services:
|
||||
- walletserver
|
||||
|
||||
walletserver:
|
||||
image: bitcoinscala/bitcoin-s-server:1.9.2@sha256:b042c7c32fab2157f93612915f8579695cf1e4d471cdcc32d7eb7aecb0234c34
|
||||
image: bitcoinscala/bitcoin-s-server:1.9.2-66-b16a8ca6-SNAPSHOT@sha256:bde3cbb50c4e5e8e4a5f28ae90e84718f093506e4f8ae6e9c3d0894bd7e102f5
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: suredbits-wallet
|
||||
category: Finance
|
||||
name: Suredbits Wallet
|
||||
version: "1.9.2"
|
||||
version: "1.9.2-f44ad4a4"
|
||||
tagline: A universal DLC wallet
|
||||
description: >-
|
||||
The Suredbits Wallet is your one stop shop for building Discreet
|
||||
@ -13,6 +13,11 @@ description: >-
|
||||
|
||||
|
||||
WARNING: This is an Alpha software, don't put too much money in.
|
||||
releaseNotes: >-
|
||||
Fixes blockchain parsing bugs with Taproot transactions.
|
||||
Add ability to backup mnemonic seed for wallet.
|
||||
Optimizations around wallet server startup.
|
||||
|
||||
developer: Suredbits
|
||||
website: https://suredbits.com
|
||||
dependencies:
|
||||
@ -27,4 +32,3 @@ gallery:
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
deterministicPassword: true
|
Loading…
Reference in New Issue
Block a user