diff --git a/doc/README_windows.txt b/doc/README_windows.txt index 193ca85bf..d840b576e 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,7 +1,9 @@ -Litecoin 0.8.x BETA +dogecoin 0.8.x BETA Copyright (c) 2009-2013 Bitcoin Developers Copyright (c) 2011-2013 Litecoin Developers +Copyright (c) 2013-2014 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 @@ -11,7 +13,7 @@ cryptographic software written by Eric Young (eay@cryptsoft.com). Intro ----- -Litecoin 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. @@ -19,10 +21,10 @@ with each other, with the help of a P2P network to check for double-spending. Setup ----- -Unpack the files into a directory and run litecoin-qt.exe. +Unpack the files into a directory and run dogecoin-qt.exe. -Litecoin-Qt is the original Litecoin client and it builds the backbone of the network. -However, it downloads and stores the entire history of Litecoin transactions; +dogecoin-Qt is the original dogecoin client and it builds the backbone of the network. +However, it downloads and stores the entire history of dogecoin transactions; 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. diff --git a/doc/Tor.txt b/doc/Tor.txt index 0bad708a1..7aea615ae 100644 --- a/doc/Tor.txt +++ b/doc/Tor.txt @@ -1,7 +1,7 @@ -TOR SUPPORT IN BITCOIN +TOR SUPPORT IN DOGECOIN ====================== -It is possible to run Litecoin 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 directions assume 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. @@ -10,10 +10,10 @@ https://www.torproject.org/docs/faq.html.en#TBBSocksPort for how to properly configure Tor. -1. Run litecoin behind a Tor proxy +1. Run dogecoin behind a Tor proxy --------------------------------- -The first step is running Litecoin 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 anonimized, but more is possible. -socks=5 SOCKS5 supports connecting-to-hostname, which can be used instead @@ -39,26 +39,26 @@ outgoing connections be anonimized, but more is possible. In a typical situation, this suffices to run behind a Tor proxy: - ./litecoind -proxy=127.0.0.1:9050 + ./dogecoind -proxy=127.0.0.1:9050 -2. Run a litecoin hidden server +2. Run a Dogecoin hidden server ------------------------------ If you configure your Tor system accordingly, it is possible to make your node also reachable from the Tor network. Add these lines to your /etc/tor/torrc (or equivalent config file): - HiddenServiceDir /var/lib/tor/litecoin-service/ + HiddenServiceDir /var/lib/tor/dogecoin-service/ HiddenServicePort 9333 127.0.0.1:9333 The directory can be different of course, but (both) port numbers should be equal to -your litecoind's P2P listen port (9333 by default). +your dogecoind's P2P listen port (9333 by default). --externalip=X You can tell litecoin about its publicly reachable address using +-externalip=X You can tell dogecoin about its publicly reachable address using this option, and this can be a .onion address. Given the above configuration, you can find your onion address in - /var/lib/tor/litecoin-service/hostname. Onion addresses are given + /var/lib/tor/dogecoin-service/hostname. Onion addresses are given preference for your node to advertize itself with, for connections coming from unroutable addresses (such as 127.0.0.1, where the Tor proxy typically runs). @@ -75,18 +75,18 @@ your litecoind's P2P listen port (9333 by default). In a typical situation, where you're only reachable via Tor, this should suffice: - ./litecoind -proxy=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -listen + ./dogecoind -proxy=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -listen (obviously, replace the Onion address with your own). If you don't care too much about hiding your node, and want to be reachable on IPv4 as well, additionally specify: - ./litecoind ... -discover + ./dogecoind ... -discover and open port 9333 on your firewall (or use -upnp). If you only want to use Tor to reach onion addresses, but not use it as a proxy for normal IPv4/IPv6 communication, use: - ./litecoind -tor=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover + ./dogecoind -tor=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover diff --git a/doc/translation_process.md b/doc/translation_process.md index 1724e9537..6911f8213 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -7,7 +7,7 @@ handle those translations. Files and Folders ----------------- -### bitcoin-qt.pro +### dogecoin-qt.pro This file takes care of generating `.qm` files from `.ts` files. It is mostly automated. diff --git a/release/dogecoin.conf b/release/dogecoin.conf new file mode 100644 index 000000000..0825b98bc --- /dev/null +++ b/release/dogecoin.conf @@ -0,0 +1,15 @@ +rpcuser=doge +rpcpassword=wow +rpcport=22555 + +addnode=95.85.29.144 +addnode=162.243.113.110 +addnode=146.185.181.114 +addnode=188.165.19.28 +addnode=195.154.7.113 +addnode=195.154.7.114 +addnode=195.154.7.115 +addnode=62.210.124.137 + +server=1 +daemon=1 \ No newline at end of file diff --git a/src/qt/aboutdialog.cpp b/src/qt/aboutdialog.cpp index b7262ee70..5687189dc 100644 --- a/src/qt/aboutdialog.cpp +++ b/src/qt/aboutdialog.cpp @@ -6,7 +6,7 @@ // Copyright year (2009-this) // Todo: update this when changing our copyright comments in the source -const int ABOUTDIALOG_COPYRIGHT_YEAR = 2013; +const int ABOUTDIALOG_COPYRIGHT_YEAR = 2014; AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent), @@ -15,7 +15,7 @@ AboutDialog::AboutDialog(QWidget *parent) : ui->setupUi(this); // Set current copyright year - ui->copyrightLabel->setText(tr("Copyright") + QString(" © 2009-%1 ").arg(COPYRIGHT_YEAR) + tr("The Bitcoin developers") + QString("
") + tr("Copyright") + QString(" © ") + tr("2011-%1 The Litecoin developers").arg(ABOUTDIALOG_COPYRIGHT_YEAR)); + ui->copyrightLabel->setText(tr("Copyright") + QString(" © 2009-2013 ") + tr("The Bitcoin developers") + QString("
") + tr("Copyright") + QString(" © ") + tr("2011-2013 The Litecoin developers") + QString("
") + tr("Copyright") + QString(" © ") + tr("2011-%1 The Dogecoin developers").arg(ABOUTDIALOG_COPYRIGHT_YEAR)); } void AboutDialog::setModel(ClientModel *model) diff --git a/src/qt/locale/bitcoin_hu.ts b/src/qt/locale/bitcoin_hu.ts index a971ac319..ebc600ece 100644 --- a/src/qt/locale/bitcoin_hu.ts +++ b/src/qt/locale/bitcoin_hu.ts @@ -142,12 +142,12 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Export Address Book Data - Címjegyzék adatainak exportálása + Címjegyzék Adatainak Exportálása Comma separated file (*.csv) - Vesszővel elválasztott fájl (*. csv) + Vesszővel elválasztott fájl (*.csv) @@ -198,7 +198,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Repeat new passphrase - Új jelszó újra + Új jelszó (ismét) @@ -213,7 +213,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt This operation needs your wallet passphrase to unlock the wallet. - A tárcád megnyitásához a műveletnek szüksége van a tárcád jelszavára. + A tárcád megnyitásához szükség van annak jelszavára. @@ -223,7 +223,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt This operation needs your wallet passphrase to decrypt the wallet. - A tárcád dekódolásához a műveletnek szüksége van a tárcád jelszavára. + A tárcád dekódolásához szükség van annak jelszavára. @@ -283,7 +283,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Wallet encryption failed - Tárca kódolása sikertelen. + Tárca kódolása sikertelen @@ -311,7 +311,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Wallet decryption failed - Dekódolás sikertelen. + Tárca dekódolása sikertelen @@ -359,7 +359,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Show the list of addresses for receiving payments - Kiizetést fogadó címek listája + Kifizetést fogadó címek listája @@ -369,7 +369,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Quit application - Kilépés + Kilépés az alkalmazásból @@ -626,7 +626,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Sent transaction - Tranzakció elküldve. + Tranzakció elküldve @@ -679,7 +679,7 @@ Cím: %4 Network Alert - + Hálózati Riasztás @@ -687,7 +687,7 @@ Cím: %4 Edit Address - Cím szerkesztése + Cím Szerkesztése @@ -707,7 +707,7 @@ Cím: %4 The address associated with this address book entry. This can only be modified for sending addresses. - Az ehhez a címjegyzék-bejegyzéshez tartozó cím. Ez csak a küldő címeknél módosítható. + Ezen címjegyzék-bejegyzéshez tartozó cím. Ez csak a küldő címeknél módosítható. @@ -742,12 +742,12 @@ Cím: %4 Could not unlock wallet. - Tárca feloldása sikertelen + Tárca feloldása sikertelen. New key generation failed. - Új kulcs generálása sikertelen + Új kulcs generálása sikertelen. @@ -781,18 +781,17 @@ Cím: %4 Set language, for example "de_DE" (default: system locale) - + Nyelv beállítása, például "de_DE" (alapértelmezett: a rendszer nyelve) Start minimized - Indítás lekicsinyítve - + Indítás lekicsinyítve Show splash screen on startup (default: 1) - + Nyitóképernyő mutatása indításkor (alapértelmezett: 1) @@ -1056,7 +1055,7 @@ Cím: %4 Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Még megerősítésre váró, a jelenlegi egyenlegbe be nem számított tranzakciók + Még megerősítésre váró, a jelenlegi egyenlegbe be nem számított tranzakciók összege @@ -1275,7 +1274,7 @@ Cím: %4 Type <b>help</b> for an overview of available commands. - + Írd be a <b>help</b> kulcsszót az elérhető parancsok áttekintéséhez. @@ -1290,7 +1289,7 @@ Cím: %4 Send Coins - Érmék küldése + Érmék Küldése @@ -1320,7 +1319,7 @@ Cím: %4 123.456 BTC - 123.456 BTC + @@ -1350,7 +1349,7 @@ Cím: %4 and - és + és @@ -1398,29 +1397,28 @@ Cím: %4 A&mount: - Összeg: + &Összeg: Pay &To: - Címzett: + &Címzett: - The address to send the payment to (e.g. DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM) + The address to send the payment to (e.g. Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2) Enter a label for this address to add it to your address book - Milyen címkével kerüljön be ez a cím a címtáradba? - + Milyen címkével kerüljön be ez a cím a címtáradba? &Label: - Címke: + Cím&ke: @@ -1430,7 +1428,7 @@ Cím: %4 Alt+A - Alt+A + @@ -1440,7 +1438,7 @@ Cím: %4 Alt+P - Alt+P + @@ -1449,8 +1447,8 @@ Cím: %4 - Enter a Dogecoin address (e.g. DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM) - Adj meg egy Dogecoin-címet (pl.: DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM ) + Enter a Dogecoin address (e.g. Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2) + Adj meg egy Dogecoin-címet (pl.: Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2 ) @@ -1472,8 +1470,8 @@ Cím: %4 - The address to sign the message with (e.g. DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM) - Adj meg egy Dogecoin-címet (pl.: DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM ) + The address to sign the message with (e.g. Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2) + Adj meg egy Dogecoin-címet (pl.: Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2 ) @@ -1545,8 +1543,8 @@ Cím: %4 - The address the message was signed with (e.g. DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM) - Adj meg egy Dogecoin-címet (pl.: DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM ) + The address the message was signed with (e.g. Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2) + Adj meg egy Dogecoin-címet (pl.: Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2 ) @@ -1566,8 +1564,8 @@ Cím: %4 - Enter a Dogecoin address (e.g. DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM) - Adj meg egy Dogecoin-címet (pl.: DJ7zB7c5BsB9UJLy1rKQtY7c6CQfGiaRLM ) + Enter a Dogecoin address (e.g. Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2) + Adj meg egy Dogecoin-címet (pl.: Ler4HNAEfwYhBmGXcFP2Po1NpRUEiK8km2 ) @@ -2735,20 +2733,17 @@ for example: alertnotify=echo %%s | mail -s "Dogecoin Alert" admin@foo Password for JSON-RPC connections - Jelszó JSON-RPC csatlakozásokhoz - + Jelszó JSON-RPC csatlakozásokhoz Allow JSON-RPC connections from specified IP address - JSON-RPC csatlakozások engedélyezése meghatározott IP-címről - + JSON-RPC kapcsolatok engedélyezése meghatározott IP-címről Send commands to node running on <ip> (default: 127.0.0.1) - Parancsok küldése <ip> címen működő csomóponthoz (alapértelmezett: 127.0.0.1) - + Parancsok küldése <ip> címen működő csomóponthoz (alapértelmezett: 127.0.0.1) @@ -2763,44 +2758,37 @@ for example: alertnotify=echo %%s | mail -s "Dogecoin Alert" admin@foo Set key pool size to <n> (default: 100) - Kulcskarika mérete <n> (alapértelmezett: 100) - + Kulcskarika méretének <n> hosszúságúra való állítása (alapértelmezett: 100) Rescan the block chain for missing wallet transactions - Blokklánc újraszkennelése hiányzó tárca-tranzakciók után - + Blokklánc újraszkennelése hiányzó tárca-tranzakciók után Use OpenSSL (https) for JSON-RPC connections - OpenSSL (https) használata JSON-RPC csatalkozásokhoz - + OpenSSL (https) használata JSON-RPC csatalkozásokhoz Server certificate file (default: server.cert) - Szervertanúsítvány-fájl (alapértelmezett: server.cert) - + Szervertanúsítvány-fájl (alapértelmezett: server.cert) Server private key (default: server.pem) - Szerver titkos kulcsa (alapértelmezett: server.pem) - + Szerver titkos kulcsa (alapértelmezett: server.pem) Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Elfogadható rejtjelkulcsok (alapértelmezett: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH ) - + Elfogadható rejtjelkulcsok (alapértelmezett: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) This help message - Ez a súgó-üzenet - + Ez a súgó-üzenet @@ -2860,12 +2848,12 @@ for example: alertnotify=echo %%s | mail -s "Dogecoin Alert" admin@foo Cannot resolve -bind address: '%s' - + Nem lehet feloldani a -bind címet: '%s' Cannot resolve -externalip address: '%s' - + Nem lehet feloldani az -externalip címet: '%s' @@ -2925,7 +2913,7 @@ for example: alertnotify=echo %%s | mail -s "Dogecoin Alert" admin@foo Done loading - Betöltés befejezve. + Betöltés befejezve