From 4403d0832d7ec49011d13e11d61fe4563b742e68 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Mon, 18 Dec 2017 23:03:57 -0600 Subject: [PATCH] Add staking=0 support --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init.cpp b/src/init.cpp index 8520d61..9dccc86 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -243,6 +243,7 @@ std::string HelpMessage() " -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" + + " -staking " + _("Stake your coins to support the network and gain rewards (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" +