Browse Source

Update Oak Node to v0.3.7 (#643)

main
ok300 2 years ago
committed by GitHub
parent
commit
a9fddee604
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      oak-node/docker-compose.yml
  2. 6
      oak-node/umbrel-app.yml

2
oak-node/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8100 APP_PORT: 8100
web: web:
image: oak-node.net/oak:v0.3.6@sha256:229076857af847a4e07ef251a051b7bb01b23fd29a80e6270a8e7595b0e0daf6 image: oak-node.net/oak:v0.3.7@sha256:84311bd60af9afc729e3b83cdd6fcfe9bea5624deece039d08b299aa6004cc73
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

6
oak-node/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: oak-node id: oak-node
category: bitcoin category: bitcoin
name: Oak Node name: Oak Node
version: "0.3.6" version: "0.3.7"
tagline: Do more with your LND node tagline: Do more with your LND node
description: >- description: >-
Oak Node gives you Scheduled Sends. Use it to schedule recurring tips to LNURL or Lightning Addresses. Oak Node gives you Scheduled Sends. Use it to schedule recurring tips to LNURL or Lightning Addresses.
@ -10,9 +10,7 @@ description: >-
For Nostriches out there, the included Nostr bot gives you control over your sats from any Nostr client. For Nostriches out there, the included Nostr bot gives you control over your sats from any Nostr client.
releaseNotes: >- releaseNotes: >-
Ever wanted a fancier Nostr pubkey, but didn't want to mine it yourself? Added support for NIP-47 Nostr Wallet Connect, allowing you to connect Nostr apps to your LN node
Oak now has a PowPub Client, which lets you buy the mining of vanity pubkeys from mining providers.
It uses a split-key approach, so the keys are known only to you.
developer: Carlos developer: Carlos
website: https://oak-node.net website: https://oak-node.net
dependencies: dependencies:

Loading…
Cancel
Save