Browse Source
Update Core Lightning v23.08-hotfix-1 - rpcport fix for test nets (#814 )
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
usernameisJim
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
2 deletions
core-lightning/docker-compose.yml
core-lightning/umbrel-app.yml
@ -64,6 +64,7 @@ services:
- --bitcoin-rpcconnect=${APP_BITCOIN_NODE_IP}
- --bitcoin-rpcuser=${APP_BITCOIN_RPC_USER}
- --bitcoin-rpcpassword=${APP_BITCOIN_RPC_PASS}
- --bitcoin-rpcport=${APP_BITCOIN_RPC_PORT}
- --lightning-dir=${CORE_LIGHTNING_PATH}
- --proxy=${TOR_PROXY_IP}:${TOR_PROXY_PORT}
- --bind-addr=${APP_CORE_LIGHTNING_DAEMON_IP}:9735
@ -2,7 +2,7 @@ manifestVersion: 1.1
id : core-lightning
category : bitcoin
name : Core Lightning
version : "23.08"
version : "23.08-hotfix-1 "
tagline : Run your personal Core Lightning node
description : >-
Get started with the Lightning network today with Core Lightning - a
@ -32,7 +32,10 @@ defaultPassword: ""
submitter : Blockstream
submission : https://github.com/getumbrel/umbrel-apps/pull/475
releaseNotes : >-
This release updates the user interface, as well as the underlying c-lightning-REST and lightningd components of the Core Lightning app.
This hotfix update resolves an issue that was preventing the Core Lightning app from operating on test networks such as testnet. No additional changes are included in this release.
The release notes from 23.08 are included here for completeness.
cln-application v0.0.4 (user interface):