Browse Source

2022 08 16 suredbits wallet update (#115)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Chris Stewart 2 years ago
committed by GitHub
parent
commit
a360c39cd7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      suredbits-wallet/docker-compose.yml
  2. 11
      suredbits-wallet/umbrel-app.yml

12
suredbits-wallet/docker-compose.yml

@ -7,16 +7,16 @@ services:
APP_PORT: 3002 APP_PORT: 3002
web: 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" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:
- ${APP_DATA_DIR}/data/wallet:/home/bitcoin-s/.bitcoin-s - ${APP_DATA_DIR}/data/wallet:/bitcoin-s
- ${APP_DATA_DIR}/data/log:/log - ${APP_DATA_DIR}/data/log:/log
environment: environment:
LOG_PATH: "/log/" 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" #MEMPOOL_API_URL: "http://umbrel.local:${APP_MEMPOOL_PORT}/api"
WALLET_SERVER_API_URL: "http://${APP_SUREDBITS_WALLET_SERVER_IP}:9999/" WALLET_SERVER_API_URL: "http://${APP_SUREDBITS_WALLET_SERVER_IP}:9999/"
WALLET_SERVER_WS: "ws://${APP_SUREDBITS_WALLET_SERVER_IP}:19999/events" WALLET_SERVER_WS: "ws://${APP_SUREDBITS_WALLET_SERVER_IP}:19999/events"
@ -30,11 +30,12 @@ services:
- walletserver - walletserver
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" user: "1000:1000"
restart: on-failure restart: on-failure
volumes: volumes:
- ${APP_DATA_DIR}/data/wallet:/home/bitcoin-s/.bitcoin-s - ${APP_DATA_DIR}/data/wallet:/bitcoin-s
environment: environment:
BITCOIN_S_NODE_MODE: "bitcoind" BITCOIN_S_NODE_MODE: "bitcoind"
BITCOIN_S_NETWORK: $APP_BITCOIN_NETWORK BITCOIN_S_NETWORK: $APP_BITCOIN_NETWORK
@ -51,6 +52,7 @@ services:
BITCOIN_S_BITCOIND_PASSWORD: $APP_BITCOIN_RPC_PASS BITCOIN_S_BITCOIND_PASSWORD: $APP_BITCOIN_RPC_PASS
BITCOIN_S_SERVER_RPC_PASSWORD: $APP_PASSWORD BITCOIN_S_SERVER_RPC_PASSWORD: $APP_PASSWORD
JAVA_OPTS: "-Xmx756m" JAVA_OPTS: "-Xmx756m"
DISABLE_JLINK: "1"
ports: ports:
- "$APP_SUREDBITS_WALLET_P2P_PORT:$APP_SUREDBITS_WALLET_P2P_PORT" - "$APP_SUREDBITS_WALLET_P2P_PORT:$APP_SUREDBITS_WALLET_P2P_PORT"
networks: networks:

11
suredbits-wallet/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: suredbits-wallet id: suredbits-wallet
category: Finance category: Finance
name: Suredbits Wallet name: Suredbits Wallet
version: "1.9.2-f44ad4a4" version: "1.9.3"
tagline: A universal DLC wallet tagline: A universal DLC wallet
description: >- description: >-
The Suredbits Wallet is your one stop shop for building Discreet 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. WARNING: This is an Alpha software, don't put too much money in.
releaseNotes: >- releaseNotes: >
Fixes blockchain parsing bugs with Taproot transactions. Websocket events for fee rate changes, rescans, blockchain sync
Add ability to backup mnemonic seed for wallet.
Optimizations around wallet server startup. Optimizations for the DLC wallet
developer: Suredbits developer: Suredbits
website: https://suredbits.com website: https://suredbits.com
dependencies: dependencies:

Loading…
Cancel
Save