aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:55:18 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:55:18 -0700
commite64843ced509c24f783276d4cc0f2f26c9d527f2 (patch)
tree7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /doc/build-osx.md
parentreally s/doge/dis/g this time (diff)
downloaddiscoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz
discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip
really s/Doge/Dis/g this time
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 144191bdd..793fc0aa9 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -25,7 +25,7 @@ If you want to build the disk image with `make deploy` (.dmg / optional), you ne
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended.
-Build Dogecoin Core
+Build Discoin Core
------------------------
1. Clone the discoin source code and cd into `discoin`
@@ -54,19 +54,19 @@ Build Dogecoin Core
Running
-------
-Dogecoin Core is now available at `./src/discoind`
+Discoin Core is now available at `./src/discoind`
Before running, it's recommended you create an RPC configuration file.
- echo -e "rpcuser=discoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/Dogecoin/discoin.conf"
+ echo -e "rpcuser=discoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/Discoin/discoin.conf"
- chmod 600 "/Users/${USER}/Library/Application Support/Dogecoin/discoin.conf"
+ chmod 600 "/Users/${USER}/Library/Application Support/Discoin/discoin.conf"
The first time you run discoind, it will start downloading the blockchain. This process could take several hours.
You can monitor the download process by looking at the debug.log file:
- tail -f $HOME/Library/Application\ Support/Dogecoin/debug.log
+ tail -f $HOME/Library/Application\ Support/Discoin/debug.log
Other commands:
-------