diff options
| author | MarcoFalke <[email protected]> | 2016-06-29 07:13:00 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-11-07 13:30:03 -0500 |
| commit | fa4da3c0588244e13bad66a84e1393fdf4735a81 (patch) | |
| tree | 0f5bee9bfe4baa4b946917af8db4517079c2ea51 /doc | |
| parent | Merge #14636: Avoid using numeric_limits for sequence numbers and lock times (diff) | |
| download | discoin-fa4da3c0588244e13bad66a84e1393fdf4735a81.tar.xz discoin-fa4da3c0588244e13bad66a84e1393fdf4735a81.zip | |
[doc] conf: Remove deprecated options from docs, Other cleanup
* conf: Remove deprecated options from docs
* Remove only mention of MIT/X11
* Link to developer notes in README.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 7be21f792..c9a59bab8 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -80,9 +80,9 @@ Running Bitcoin Core is now available at `./src/bitcoind` -Before running, it's recommended that you create an RPC configuration file: +Before running, you may create an empty configuration file: - echo -e "rpcuser=bitcoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf" + touch "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf" chmod 600 "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf" |