@@ -53,11 +53,11 @@ Paths
53
53
54
54
All three configurations assume several paths that might need to be adjusted.
55
55
56
- Binary: ` /usr/bin/bitcoind `
57
- Configuration file: ` /etc/bitcoin/bitcoin.conf `
58
- Data directory: ` /var/lib/bitcoind `
56
+ Binary: ` /usr/bin/bitcoind `
57
+ Configuration file: ` /etc/bitcoin/bitcoin.conf `
58
+ Data directory: ` /var/lib/bitcoind `
59
59
PID file: ` /var/run/bitcoind/bitcoind.pid ` (OpenRC and Upstart) or ` /run/bitcoind/bitcoind.pid ` (systemd)
60
- Lock file: ` /var/lock/subsys/bitcoind ` (CentOS)
60
+ Lock file: ` /var/lock/subsys/bitcoind ` (CentOS)
61
61
62
62
The PID directory (if applicable) and data directory should both be owned by the
63
63
bitcoin user and group. It is advised for security reasons to make the
@@ -83,10 +83,10 @@ OpenRC).
83
83
84
84
### macOS
85
85
86
- Binary: ` /usr/local/bin/bitcoind `
87
- Configuration file: ` ~/Library/Application Support/Bitcoin/bitcoin.conf `
88
- Data directory: ` ~/Library/Application Support/Bitcoin `
89
- Lock file: ` ~/Library/Application Support/Bitcoin/.lock `
86
+ Binary: ` /usr/local/bin/bitcoind `
87
+ Configuration file: ` ~/Library/Application Support/Bitcoin/bitcoin.conf `
88
+ Data directory: ` ~/Library/Application Support/Bitcoin `
89
+ Lock file: ` ~/Library/Application Support/Bitcoin/.lock `
90
90
91
91
Installing Service Configuration
92
92
-----------------------------------
0 commit comments