Skip to content

Commit

Permalink
Merge pull request bitcoin#220 from backpacker69/nominting
Browse files Browse the repository at this point in the history
add -nominting to help
  • Loading branch information
hrobeers committed Nov 4, 2017
2 parents a3b7c0e + e92d429 commit 225eb40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init.cpp
Expand Up @@ -297,6 +297,7 @@ std::string HelpMessage()
" -conf=<file> " + _("Specify configuration file (default: peercoin.conf)") + "\n" +
" -pid=<file> " + _("Specify pid file (default: peercoind.pid)") + "\n" +
" -gen " + _("Generate coins (default: 0)") + "\n" +
" -nominting " + _("Disable minting of POS blocks") + "\n" +
" -datadir=<dir> " + _("Specify data directory") + "\n" +
" -dbcache=<n> " + _("Set database cache size in megabytes (default: 25)") + "\n" +
" -maxorphanblocks=<n> " + _("Keep at most <n> unconnectable blocks in memory (default: 750)") + "\n" +
Expand Down

0 comments on commit 225eb40

Please sign in to comment.