From 52f09633d0f5c6311bbd6d9bfe06d02206307459 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 5 Mar 2025 17:20:49 +0000 Subject: [PATCH] doc: remove note about macOS self-signing Followup to #31407. Github-Pull: #32003 Rebased-From: c873ab6f23e027af1c5837256ce3c9eccaf409cb --- doc/release-notes.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/release-notes.md b/doc/release-notes.md index 5dcf6b07f5a..9f5b4d5067c 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -25,13 +25,6 @@ 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-28.x/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 ==============