diff options
| author | iglvzx <[email protected]> | 2013-12-29 08:31:39 -0800 |
|---|---|---|
| committer | iglvzx <[email protected]> | 2013-12-29 08:31:39 -0800 |
| commit | 393f1f62ad86aa82653bffd03adc1f23fb421f0f (patch) | |
| tree | c3682ffd1f1446b6ada91cb770a193970b6e2692 | |
| parent | Update references of 'bitcoin' to 'dogecoin'. (diff) | |
| download | discoin-393f1f62ad86aa82653bffd03adc1f23fb421f0f.tar.xz discoin-393f1f62ad86aa82653bffd03adc1f23fb421f0f.zip | |
wow such consistency (updated references of 'DogeCoin' to 'Dogecoin')
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | INSTALL | 8 | ||||
| -rw-r--r-- | README.md | 14 | ||||
| -rw-r--r-- | doc/README | 6 | ||||
| -rw-r--r-- | doc/README_windows.txt | 10 | ||||
| -rw-r--r-- | doc/Tor.txt | 4 | ||||
| -rw-r--r-- | doc/build-msw.txt | 6 | ||||
| -rw-r--r-- | doc/build-osx.txt | 2 | ||||
| -rw-r--r-- | doc/build-unix.txt | 1 | ||||
| -rw-r--r-- | src/qt/forms/aboutdialog.ui | 6 | ||||
| -rw-r--r-- | src/qt/forms/addressbookpage.ui | 2 | ||||
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 12 | ||||
| -rw-r--r-- | src/qt/forms/overviewpage.ui | 4 | ||||
| -rw-r--r-- | src/qt/forms/rpcconsole.ui | 6 |
14 files changed, 43 insertions, 40 deletions
@@ -1,6 +1,6 @@ Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2011-2012 Litecoin Developers -Copyright (c) 2013 DogeCoin Developers +Copyright (c) 2013 Dogecoin Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -1,9 +1,9 @@ -Building DogeCoin +Building Dogecoin -See doc/readme-qt.rst for instructions on building DogeCoin-QT, +See doc/readme-qt.rst for instructions on building Dogecoin-QT, the intended-for-end-users, nice-graphical-interface, reference -implementation of DogeCoin. +implementation of Dogecoin. See doc/build-*.txt for instructions on building dogecoind, the intended-for-services, no-graphical-interface, reference -implementation of DogeCoin. +implementation of Dogecoin. @@ -1,4 +1,4 @@ -# DogeCoin [DOGE, Ð] +# Dogecoin [DOGE, Ð] http://dogecoin.com/  @@ -27,17 +27,17 @@ Scrypt Proof of Work Special reward system: Random block rewards -1-100,000: 0-1,000,000 DogeCoin Reward +1-100,000: 0-1,000,000 Dogecoin Reward -100,001 — 200,000: 0-500,000 DogeCoin Reward +100,001 — 200,000: 0-500,000 Dogecoin Reward -200,001 — 300,000: 0-250,000 DogeCoin Reward +200,001 — 300,000: 0-250,000 Dogecoin Reward -300,001 — 400,000: 0-125,000 DogeCoin Reward +300,001 — 400,000: 0-125,000 Dogecoin Reward -400,001 — 500,000: 0-62,500 DogeCoin Reward +400,001 — 500,000: 0-62,500 Dogecoin Reward -500,001 - 600,000: 0-31,250 DogeCoin Reward +500,001 - 600,000: 0-31,250 Dogecoin Reward 600,000+ — 10,000 Reward (flat) diff --git a/doc/README b/doc/README index 25af35c7f..b96cc3976 100644 --- a/doc/README +++ b/doc/README @@ -1,8 +1,8 @@ -DogeCoin 0.6.3 BETA +Dogecoin 0.6.3 BETA Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2011-2012 Litecoin Developers -Copyright (c) 2013 DogeCoin Developers +Copyright (c) 2013 Dogecoin Developers Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -13,7 +13,7 @@ cryptographic software written by Eric Young ([email protected]). Intro ----- -DogeCoin is a free open source peer-to-peer electronic cash system that is +Dogecoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. diff --git a/doc/README_windows.txt b/doc/README_windows.txt index a3ca818dd..8c5d04c5c 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,8 +1,8 @@ -DogeCoin 0.6 BETA +Dogecoin 0.6 BETA Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2011-2012 Litecoin Developers -Copyright (c) 2013 DogeCoin Developers +Copyright (c) 2013 Dogecoin Developers Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -13,7 +13,7 @@ cryptographic software written by Eric Young ([email protected]). Intro ----- -DogeCoin is a free open source peer-to-peer electronic cash system that is +Dogecoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. @@ -30,8 +30,8 @@ select Excluded processes, press Add, select dogecoin-qt.exe, OK, Save changes. The software automatically finds other nodes to connect to. You can enable Universal Plug and Play using a menu entry or set your firewall to forward port 9333 (TCP) to your computer so you can receive -incoming connections. DogeCoin works without incoming connections, -but allowing incoming connections helps the DogeCoin network. +incoming connections. Dogecoin works without incoming connections, +but allowing incoming connections helps the Dogecoin network. See the bitcoin wiki at: https://en.bitcoin.it/wiki/Main_Page diff --git a/doc/Tor.txt b/doc/Tor.txt index dac864ace..f256fa022 100644 --- a/doc/Tor.txt +++ b/doc/Tor.txt @@ -1,7 +1,7 @@ TOR SUPPORT IN DOGECOIN ====================== -It is possible to run DogeCoin as a Tor hidden service, and connect to such services. +It is possible to run Dogecoin as a Tor hidden service, and connect to such services. The following assumes you have a Tor proxy running on port 9050. Many distributions default to having a SOCKS proxy listening on port 9050, but others may not. @@ -13,7 +13,7 @@ configure Tor. 1. Run dogecoin behind a Tor proxy --------------------------------- -The first step is running DogeCoin behind a Tor proxy. This will already make all +The first step is running Dogecoin behind a Tor proxy. This will already make all outgoing connections be anonymized, but more is possible. -socks=5 SOCKS5 supports connecting-to-hostname, which can be used instead diff --git a/doc/build-msw.txt b/doc/build-msw.txt index e7fd8fd1f..6d736d713 100644 --- a/doc/build-msw.txt +++ b/doc/build-msw.txt @@ -1,6 +1,6 @@ Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2011-2012 Litecoin Developers -Copyright (c) 2013 DogeCoin Developers +Copyright (c) 2013 Dogecoin Developers Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -10,7 +10,7 @@ cryptographic software written by Eric Young ([email protected]) and UPnP software written by Thomas Bernard. -See readme-qt.rst for instructions on building DogeCoin-QT, the +See readme-qt.rst for instructions on building Dogecoin-QT, the graphical user interface. WINDOWS BUILD NOTES @@ -79,7 +79,7 @@ make -f Makefile.mingw mkdir miniupnpc cp *.h miniupnpc/ -DogeCoin +Dogecoin ------- DOS prompt: cd \dogecoin\src diff --git a/doc/build-osx.txt b/doc/build-osx.txt index 15b37af42..fa5b74d47 100644 --- a/doc/build-osx.txt +++ b/doc/build-osx.txt @@ -1,5 +1,7 @@ Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2011-2012 Litecoin Developers +Copyright (c) 2013 Dogecoin Developers + Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in diff --git a/doc/build-unix.txt b/doc/build-unix.txt index 8eb8f21aa..eb49b956c 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -1,6 +1,7 @@ Copyright (c) 2009-2012 Bitcoin Developers Copyright (c) 2011-2012 Litecoin Developers Copyright (c) 2013 Dogecoin Developers + Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in diff --git a/src/qt/forms/aboutdialog.ui b/src/qt/forms/aboutdialog.ui index b78a92230..56790516a 100644 --- a/src/qt/forms/aboutdialog.ui +++ b/src/qt/forms/aboutdialog.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>About DogeCoin</string> + <string>About Dogecoin</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> @@ -50,7 +50,7 @@ <cursorShape>IBeamCursor</cursorShape> </property> <property name="text"> - <string><b>DogeCoin</b> version</string> + <string><b>Dogecoin</b> version</string> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> @@ -97,7 +97,7 @@ <string> Copyright © 2009-2012 Bitcoin Developers Copyright © 2011-2012 Litecoin Developers - Copyright © 2013 DogeCoin Developers + Copyright © 2013 Dogecoin Developers This is experimental software. diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui index fa71c887d..eeeb65965 100644 --- a/src/qt/forms/addressbookpage.ui +++ b/src/qt/forms/addressbookpage.ui @@ -17,7 +17,7 @@ <item> <widget class="QLabel" name="labelExplanation"> <property name="text"> - <string>These are your DogeCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you.</string> + <string>These are your Dogecoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you.</string> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index cbda422cf..69b1230ac 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -79,10 +79,10 @@ <item> <widget class="QCheckBox" name="bitcoinAtStartup"> <property name="toolTip"> - <string>Automatically start DogeCoin after logging in to the system.</string> + <string>Automatically start Dogecoin after logging in to the system.</string> </property> <property name="text"> - <string>&Start DogeCoin on system login</string> + <string>&Start Dogecoin on system login</string> </property> </widget> </item> @@ -119,7 +119,7 @@ <item> <widget class="QCheckBox" name="mapPortUpnp"> <property name="toolTip"> - <string>Automatically open the DogeCoin client port on the router. This only works when your router supports UPnP and it is enabled.</string> + <string>Automatically open the Dogecoin client port on the router. This only works when your router supports UPnP and it is enabled.</string> </property> <property name="text"> <string>Map port using &UPnP</string> @@ -129,7 +129,7 @@ <item> <widget class="QCheckBox" name="connectSocks"> <property name="toolTip"> - <string>Connect to the DogeCoin network through a SOCKS proxy (e.g. when connecting through Tor).</string> + <string>Connect to the Dogecoin network through a SOCKS proxy (e.g. when connecting through Tor).</string> </property> <property name="text"> <string>&Connect through SOCKS proxy:</string> @@ -303,7 +303,7 @@ <item> <widget class="QValueComboBox" name="lang"> <property name="toolTip"> - <string>The user interface language can be set here. This setting will take effect after restarting DogeCoin.</string> + <string>The user interface language can be set here. This setting will take effect after restarting Dogecoin.</string> </property> </widget> </item> @@ -336,7 +336,7 @@ <item> <widget class="QCheckBox" name="displayAddresses"> <property name="toolTip"> - <string>Whether to show DogeCoin addresses in the transaction list or not.</string> + <string>Whether to show Dogecoin addresses in the transaction list or not.</string> </property> <property name="text"> <string>&Display addresses in transaction list</string> diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index 80bf1da0f..040aa5dba 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -44,7 +44,7 @@ <item> <widget class="QLabel" name="labelWalletStatus"> <property name="toolTip"> - <string>The displayed information may be out of date. Your wallet automatically synchronizes with the DogeCoin network after a connection is established, but this process has not completed yet.</string> + <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Dogecoin network after a connection is established, but this process has not completed yet.</string> </property> <property name="styleSheet"> <string notr="true">QLabel { color: red; }</string> @@ -253,7 +253,7 @@ <item> <widget class="QLabel" name="labelTransactionsStatus"> <property name="toolTip"> - <string>The displayed information may be out of date. Your wallet automatically synchronizes with the DogeCoin network after a connection is established, but this process has not completed yet.</string> + <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Dogecoin network after a connection is established, but this process has not completed yet.</string> </property> <property name="styleSheet"> <string notr="true">QLabel { color: red; }</string> diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 6cbac33df..b99f0d828 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>DogeCoin - Debug window</string> + <string>Dogecoin - Debug window</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> @@ -322,7 +322,7 @@ <item row="15" column="0"> <widget class="QPushButton" name="openDebugLogfileButton"> <property name="toolTip"> - <string>Open the DogeCoin debug logfile from the current data directory. This can take a few seconds for large logfiles.</string> + <string>Open the Dogecoin debug logfile from the current data directory. This can take a few seconds for large logfiles.</string> </property> <property name="text"> <string>&Open</string> @@ -348,7 +348,7 @@ <item row="17" column="0"> <widget class="QPushButton" name="showCLOptionsButton"> <property name="toolTip"> - <string>Show the DogeCoin-Qt help message to get a list with possible DogeCoin command-line options.</string> + <string>Show the Dogecoin-Qt help message to get a list with possible Dogecoin command-line options.</string> </property> <property name="text"> <string>&Show</string> |