Skip to content

Bitcoin 全节点

macOS

安装:

bash
brew install bitcoin

启动前可以先准备配置文件:

bash
vim ~/Library/Application\ Support/Bitcoin/bitcoin.conf

写入如下内容:

ini
datadir=/Volumes/KINGSTON SNV3S2000G/Bitcoin
prune=600

启动:

bash
brew services start bitcoin

查看日志:

bash
tail -f /Volumes/KINGSTON\ SNV3S2000G/Bitcoin/debug.log

See also

Bitcoin 私有链 | 小木槌