X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Finit.cpp;h=158418d7b73fc72e556d26398c73640c29433d64;hb=15f3ad4dbdf0d245b936e68c51a7ecb9f472d2cd;hp=dbc2c4133229bc1583b3c88da6f13c1b42ccfe48;hpb=54d02f158d79b078ed9afdca5e37241101b040cd;p=novacoin.git diff --git a/src/init.cpp b/src/init.cpp index dbc2c41..158418d 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -179,6 +179,8 @@ bool AppInit2(int argc, char* argv[]) " -addnode= \t " + _("Add a node to connect to\n") + " -connect= \t\t " + _("Connect only to the specified node\n") + " -nolisten \t " + _("Don't accept connections from outside\n") + + " -banscore= \t " + _("Threshold for disconnecting misbehaving peers (default: 100)\n") + + " -bantime= \t " + _("Number of seconds to keep misbehaving peers from reconnecting (default: 86400)\n") + #ifdef USE_UPNP #if USE_UPNP " -noupnp \t " + _("Don't attempt to use UPnP to map the listening port\n") +