mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
2022 08 16 suredbits wallet update (#115)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
93ef9b74a0
commit
a360c39cd7
@ -7,16 +7,16 @@ services:
|
||||
APP_PORT: 3002
|
||||
|
||||
web:
|
||||
image: bitcoinscala/wallet-server-ui:1.9.2-f44ad4a4-SNAPSHOT@sha256:61d0f156202314cdfe00e184affa72f98c23fa79b8c9f56eed93f5802b0c2f82
|
||||
image: bitcoinscala/wallet-server-ui:1.9.3@sha256:dfbded611403fb03dac45fe915320079933e8f864e0942b7fb3ddea017e2b8dd
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/wallet:/home/bitcoin-s/.bitcoin-s
|
||||
- ${APP_DATA_DIR}/data/wallet:/bitcoin-s
|
||||
- ${APP_DATA_DIR}/data/log:/log
|
||||
environment:
|
||||
LOG_PATH: "/log/"
|
||||
BITCOIN_S_HOME: "/home/bitcoin-s/.bitcoin-s/"
|
||||
BITCOIN_S_HOME: "/bitcoin-s/"
|
||||
#MEMPOOL_API_URL: "http://umbrel.local:${APP_MEMPOOL_PORT}/api"
|
||||
WALLET_SERVER_API_URL: "http://${APP_SUREDBITS_WALLET_SERVER_IP}:9999/"
|
||||
WALLET_SERVER_WS: "ws://${APP_SUREDBITS_WALLET_SERVER_IP}:19999/events"
|
||||
@ -30,11 +30,12 @@ services:
|
||||
- walletserver
|
||||
|
||||
walletserver:
|
||||
image: bitcoinscala/bitcoin-s-server:1.9.2-66-b16a8ca6-SNAPSHOT@sha256:bde3cbb50c4e5e8e4a5f28ae90e84718f093506e4f8ae6e9c3d0894bd7e102f5
|
||||
image: bitcoinscala/bitcoin-s-server:1.9.3@sha256:db995d23ed6cd5a31de5fffe06c6edff5c420c77b63440169c41c2016c89993c
|
||||
entrypoint: ["/opt/docker/bin/bitcoin-s-server", "--datadir", "/bitcoin-s", "--conf", "/opt/docker/docker-application.conf"]
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/wallet:/home/bitcoin-s/.bitcoin-s
|
||||
- ${APP_DATA_DIR}/data/wallet:/bitcoin-s
|
||||
environment:
|
||||
BITCOIN_S_NODE_MODE: "bitcoind"
|
||||
BITCOIN_S_NETWORK: $APP_BITCOIN_NETWORK
|
||||
@ -51,6 +52,7 @@ services:
|
||||
BITCOIN_S_BITCOIND_PASSWORD: $APP_BITCOIN_RPC_PASS
|
||||
BITCOIN_S_SERVER_RPC_PASSWORD: $APP_PASSWORD
|
||||
JAVA_OPTS: "-Xmx756m"
|
||||
DISABLE_JLINK: "1"
|
||||
ports:
|
||||
- "$APP_SUREDBITS_WALLET_P2P_PORT:$APP_SUREDBITS_WALLET_P2P_PORT"
|
||||
networks:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: suredbits-wallet
|
||||
category: Finance
|
||||
name: Suredbits Wallet
|
||||
version: "1.9.2-f44ad4a4"
|
||||
version: "1.9.3"
|
||||
tagline: A universal DLC wallet
|
||||
description: >-
|
||||
The Suredbits Wallet is your one stop shop for building Discreet
|
||||
@ -13,11 +13,10 @@ 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.
|
||||
|
||||
releaseNotes: >
|
||||
Websocket events for fee rate changes, rescans, blockchain sync
|
||||
|
||||
Optimizations for the DLC wallet
|
||||
developer: Suredbits
|
||||
website: https://suredbits.com
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user