diff options
Diffstat (limited to 'doc/README.md')
| -rw-r--r-- | doc/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.md b/doc/README.md index 17325b72b..691e66e5d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -3,7 +3,7 @@ Dogecoin Core 0.14.2 Setup --------------------- -[Dogecoin Core](http://dogecoin.com/) is the reference Dogecoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Bitcoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. +[Dogecoin Core](http://discoin.com/) is the reference Dogecoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Bitcoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. Running --------------------- @@ -13,12 +13,12 @@ The following are some helpful notes on how to run Dogecoin on your native platf Unpack the files into a directory and run: -- `bin/dogecoin-qt` (GUI) or -- `bin/dogecoind` (headless) +- `bin/discoin-qt` (GUI) or +- `bin/discoind` (headless) ### Windows -Unpack the files into a directory, and then run dogecoin-qt.exe. +Unpack the files into a directory, and then run discoin-qt.exe. ### OS X @@ -28,7 +28,7 @@ Drag Dogecoin-Core to your applications folder, and then run Dogecoin-Core. * See the documentation at the [Bitcoin Wiki](https://en.bitcoin.it/wiki/Main_Page) for help and more information. -* Ask for help on [#dogecoin](http://webchat.freenode.net?channels=dogecoin) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=dogecoin). +* Ask for help on [#discoin](http://webchat.freenode.net?channels=discoin) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=discoin). * Ask for help on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Dogecoin thread](https://bitcointalk.org/index.php?topic=361813.0). Building @@ -59,7 +59,7 @@ The Dogecoin repo's [root README](/README.md) contains relevant information on t ### Resources * Discuss on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Dogecoin thread](https://bitcointalk.org/index.php?topic=361813.0). -* Discuss on [#dogecoin-dev](http://webchat.freenode.net/?channels=dogecoin-dev) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=dogecoin-dev). +* Discuss on [#discoin-dev](http://webchat.freenode.net/?channels=discoin-dev) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=discoin-dev). ### Miscellaneous - [Assets Attribution](assets-attribution.md) |