116196551579017142
前言
为AppleSilicon芯片的Mac手动编译BitcoinCore
下载项目
1 2
| git clone https://github.com/bitcoin/bitcoin.git cd bitcoin
|
下载依赖
1 2 3 4 5 6 7 8 9 10 11
| brew install automake libtool boost pkg-config libevent brew install berkeley-db@4 brew install sqlite brew install qt@5 brew uninstall qt brew install qrencode brew install miniupnpc brew install libnatpmp brew install zeromq brew install python pip3 install ds_store mac_alias
|
编译前配置
1 2
| ./autogen.sh ./configure
|
编译
完成
- 完成后,会在根目录生成
Bitcoin Core.app,移入/Applications目录即可
- 截图纪念

参考文献
Github