mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge bitcoin/bitcoin#32003: doc: remove note about macOS self-signing
Some checks are pending
CI / test each commit (push) Waiting to run
CI / macOS 14 native, arm64, no depends, sqlite only, gui (push) Waiting to run
CI / macOS 14 native, arm64, fuzz (push) Waiting to run
CI / Win64 native, VS 2022 (push) Waiting to run
CI / Win64 native fuzz, VS 2022 (push) Waiting to run
CI / ASan + LSan + UBSan + integer, no depends, USDT (push) Waiting to run
Some checks are pending
CI / test each commit (push) Waiting to run
CI / macOS 14 native, arm64, no depends, sqlite only, gui (push) Waiting to run
CI / macOS 14 native, arm64, fuzz (push) Waiting to run
CI / Win64 native, VS 2022 (push) Waiting to run
CI / Win64 native fuzz, VS 2022 (push) Waiting to run
CI / ASan + LSan + UBSan + integer, no depends, USDT (push) Waiting to run
c873ab6f23
doc: remove note about macOS self-signing (fanquake) Pull request description: Followup to #31407. ACKs for top commit: Sjors: ACKc873ab6f23
achow101: ACKc873ab6f23
Tree-SHA512: f51aacf11606fb3c0a5811a0bb2ed8dbddfcf36c9e4ece1ef0f742195d0a9f3b26dd60299c165c90caca8e2ce264922bdb990632f991d1fef53f2274ec3dcb6a
This commit is contained in:
commit
a9a2b669f3
1 changed files with 0 additions and 7 deletions
|
@ -32,13 +32,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
|
possible, but it might take some time if the data directory needs to be migrated. Old
|
||||||
wallet versions of Bitcoin Core are generally supported.
|
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
|
Compatibility
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue