update bitcoin to v1.0.0-patch.1 (#3074)
This commit is contained in:
parent
cb79edf30f
commit
072cae5fc8
@ -20,9 +20,6 @@ set_correct_permissions() {
|
||||
}
|
||||
|
||||
# We set the correct permissions for any files that may have been created by a previous app running as root:
|
||||
|
||||
# The old app's single-source-of-truth config. This gets renamed on first update
|
||||
set_correct_permissions "${APP_DATA_DIR}/app/bitcoin-config.json"
|
||||
set_correct_permissions "${APP_DATA_DIR}/bitcoin/umbrel-bitcoin.conf"
|
||||
set_correct_permissions "${APP_DATA_DIR}/bitcoin/bitcoin.conf"
|
||||
set_correct_permissions "${APP_DATA_DIR}/bitcoin/bitcoin.conf.save"
|
||||
@ -33,6 +30,11 @@ set_correct_permissions "${APP_DATA_DIR}/bitcoin/signet/settings.json"
|
||||
set_correct_permissions "${APP_DATA_DIR}/bitcoin/testnet3/settings.json"
|
||||
set_correct_permissions "${APP_DATA_DIR}/bitcoin/testnet4/settings.json"
|
||||
|
||||
# Set permissions recursively on the entire /app bind directory
|
||||
if [[ -d "${APP_DATA_DIR}/app" ]]; then
|
||||
chown -R "${DESIRED_OWNER}" "${APP_DATA_DIR}/app"
|
||||
fi
|
||||
|
||||
# Delay booting the full app until the RPC and P2P Tor Hidden Services are ready
|
||||
|
||||
HIDDEN_SERVICE_FILE="${TOR_DATA_DIR}/app-${APP_ID}-rpc/hostname"
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: bitcoin
|
||||
category: bitcoin
|
||||
name: Bitcoin Node
|
||||
version: "1.0.0"
|
||||
version: "1.0.0-patch.1"
|
||||
tagline: Run your personal node powered by Bitcoin Core
|
||||
description: >-
|
||||
Run your Bitcoin node and independently store and validate
|
||||
@ -41,6 +41,12 @@ gallery:
|
||||
path: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
This update fixes an issue where Bitcoin Core could get stuck in the "Not running" state for some users.
|
||||
|
||||
|
||||
### In addition, here's what's new in the all-new Bitcoin Node app.
|
||||
|
||||
|
||||
This update introduces a completely redesigned experience, rebuilt from the ground up, both architecturally and visually, to give you a powerful, data-rich view into every aspect of your node's operation.
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user