From c84b7a8290f7be5cdb266b39088a4c88da020b9c Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 16 Aug 2013 00:43:47 +0400 Subject: [PATCH 1/1] Update DNS seed option description --- src/init.cpp | 2 +- src/qt/locale/bitcoin_en.ts | 4 ++-- src/qt/locale/bitcoin_ru.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index 5b0d034..b888afd 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -242,7 +242,7 @@ std::string HelpMessage() " -irc " + _("Find peers using internet relay chat (default: 1)") + "\n" + " -listen " + _("Accept connections from outside (default: 1 if no -proxy or -connect)") + "\n" + " -bind= " + _("Bind to given address. Use [host]:port notation for IPv6") + "\n" + - " -dnsseed " + _("Find peers using DNS lookup (default: 0)") + "\n" + + " -dnsseed " + _("Find peers using DNS lookup (default: 1)") + "\n" + " -nosynccheckpoints " + _("Disable sync checkpoints (default: 0)") + "\n" + " -banscore= " + _("Threshold for disconnecting misbehaving peers (default: 100)") + "\n" + " -bantime= " + _("Number of seconds to keep misbehaving peers from reconnecting (default: 86400)") + "\n" + diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index eaa2ba4..2b672ca 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -2345,8 +2345,8 @@ Address: %4 - Find peers using DNS lookup (default: 0) - Find peers using DNS lookup (default: 0) + Find peers using DNS lookup (default: 1) + Find peers using DNS lookup (default: 1) diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index 92d568d..dd56df1 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -2357,8 +2357,8 @@ Address: %4 - Find peers using DNS lookup (default: 0 unless -connect) - Искать узлы с помощью DNS (по умолчанию: 0) + Find peers using DNS lookup (default: 1) + Искать узлы с помощью DNS (по умолчанию: 1) -- 1.7.1