From 27709f51ee02ed4f8c9c7e1c25c6f16faa0ef08b Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Thu, 26 Sep 2024 10:24:47 -0500 Subject: [PATCH] docs: Add instructions on how to self-sign bitcoin-core binaries for macOS Remove link and clear up language Move instructions to release-notes-empty-template.md Capitalize 'Bitcoin Core' project name --- doc/release-notes-empty-template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/release-notes-empty-template.md b/doc/release-notes-empty-template.md index 96e28c37633..ac1c1382e06 100644 --- a/doc/release-notes-empty-template.md +++ b/doc/release-notes-empty-template.md @@ -32,6 +32,13 @@ Upgrading directly from a version of Bitcoin Core that has reached its EOL is possible, but it might take some time if the data directory needs to be migrated. Old wallet versions of Bitcoin Core are generally supported. +Running Bitcoin Core binaries on macOS requires self signing. +``` +cd /path/to/bitcoin-core/bin +xattr -d com.apple.quarantine bitcoin-cli bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet bitcoind test_bitcoin +codesign -s - bitcoin-cli bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet bitcoind test_bitcoin +``` + Compatibility ==============