From 16c51038d87d796e860df39ca569cf4468dfdc02 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 30 Jul 2013 20:13:55 +0400 Subject: [PATCH] Remove CPU miner related code --- src/init.cpp | 2 -- src/qt/bitcoinstrings.cpp | 2 -- src/qt/locale/bitcoin_en.ts | 10 ---------- src/qt/locale/bitcoin_ru.ts | 10 ---------- 4 files changed, 0 insertions(+), 24 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index bb87075..5b0d034 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -222,8 +222,6 @@ std::string HelpMessage() " -? " + _("This help message") + "\n" + " -conf= " + _("Specify configuration file (default: novacoin.conf)") + "\n" + " -pid= " + _("Specify pid file (default: novacoind.pid)") + "\n" + - " -gen " + _("Generate coins") + "\n" + - " -gen=0 " + _("Don't generate coins") + "\n" + " -datadir= " + _("Specify data directory") + "\n" + " -wallet= " + _("Specify wallet file (within data directory)") + "\n" + " -dbcache= " + _("Set database cache size in megabytes (default: 25)") + "\n" + diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index e96d8dd..4f59012 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -88,7 +88,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"), QT_TRANSLATE_NOOP("bitcoin-core", "Connect through socks proxy"), QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"), QT_TRANSLATE_NOOP("bitcoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Don't generate coins"), QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading blkindex.dat"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"), @@ -102,7 +101,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 i QT_TRANSLATE_NOOP("bitcoin-core", "Fee per KB to add to transactions you send"), QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using internet relay chat (default: 1)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins"), QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"), QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 2500, 0 = all)"), QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-6, default: 1)"), diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 3a94e5b..eaa2ba4 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -2159,16 +2159,6 @@ Address: %4 Specify pid file (default: novacoind.pid) - - Generate coins - Generate coins - - - - Don't generate coins - Don't generate coins - - Specify wallet file (within data directory) Specify wallet file (within data directory) diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index c183406..92d568d 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -2176,16 +2176,6 @@ Address: %4 Указать файл кошелька (в пределах DATA директории) - - Generate coins - Генерировать монеты - - - - Don't generate coins - Не генерировать монеты - - Specify data directory Укажите каталог данных -- 1.7.1