Skip to content

Commit 27709f5

Browse files
committed
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
1 parent d5af7d2 commit 27709f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/release-notes-empty-template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Upgrading directly from a version of Bitcoin Core that has reached its EOL is
3232
possible, but it might take some time if the data directory needs to be migrated. Old
3333
wallet versions of Bitcoin Core are generally supported.
3434

35+
Running Bitcoin Core binaries on macOS requires self signing.
36+
```
37+
cd /path/to/bitcoin-core/bin
38+
xattr -d com.apple.quarantine bitcoin-cli bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet bitcoind test_bitcoin
39+
codesign -s - bitcoin-cli bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet bitcoind test_bitcoin
40+
```
41+
3542
Compatibility
3643
==============
3744

0 commit comments

Comments
 (0)