mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 07:34:41 +02:00
Add staking=0 support
This commit is contained in:
parent
a7e371e042
commit
4403d0832d
@ -243,6 +243,7 @@ std::string HelpMessage()
|
||||
" -listen " + _("Accept connections from outside (default: 1 if no -proxy or -connect)") + "\n" +
|
||||
" -bind=<addr> " + _("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=<n> " + _("Threshold for disconnecting misbehaving peers (default: 100)") + "\n" +
|
||||
" -bantime=<n> " + _("Number of seconds to keep misbehaving peers from reconnecting (default: 86400)") + "\n" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user