diff options
| author | Gavin Andresen <[email protected]> | 2012-03-22 06:17:44 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-03-22 06:17:44 -0700 |
| commit | 0e894be626ae15f26f6f1483b38c7e9191bdb638 (patch) | |
| tree | 695d91032616afb26b10fa366a1814b6ce6a081d /src/init.cpp | |
| parent | Merge branch 'master' of github.com:bitcoin/bitcoin (diff) | |
| parent | Speed up block downloading (diff) | |
| download | discoin-0e894be626ae15f26f6f1483b38c7e9191bdb638.tar.xz discoin-0e894be626ae15f26f6f1483b38c7e9191bdb638.zip | |
Merge pull request #964 from sipa/fastblocks
Speed up block downloading
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 81e98fe29..6fa56b939 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -177,6 +177,7 @@ bool AppInit2(int argc, char* argv[]) " -min \t\t " + _("Start minimized") + "\n" + " -splash \t\t " + _("Show splash screen on startup (default: 1)") + "\n" + " -datadir=<dir> \t\t " + _("Specify data directory") + "\n" + + " -dbcache=<n> \t\t " + _("Set database cache size in megabytes (default: 25)") + "\n" + " -timeout=<n> \t " + _("Specify connection timeout (in milliseconds)") + "\n" + " -proxy=<ip:port> \t " + _("Connect through socks4 proxy") + "\n" + " -dns \t " + _("Allow DNS lookups for addnode and connect") + "\n" + |