We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5af7d2 commit 27709f5Copy full SHA for 27709f5
doc/release-notes-empty-template.md
@@ -32,6 +32,13 @@ Upgrading directly from a version of Bitcoin Core that has reached its EOL is
32
possible, but it might take some time if the data directory needs to be migrated. Old
33
wallet versions of Bitcoin Core are generally supported.
34
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
+
42
Compatibility
43
==============
44
0 commit comments