Added --no-cache command line parameter

This commit is contained in:
SChernykh
2021-10-16 13:45:28 +02:00
parent 285560e120
commit 816a29c5ab
4 changed files with 7 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ static void usage()
"--config Name of the p2pool config file\n"
"--data-api Path to the p2pool JSON data (use it in tandem with an external web-server)\n"
"--stratum-api Enable /local/ path in api path for Stratum Server statistics\n"
"--no-cache Disable p2pool.cache\n"
"--help Show this help message\n\n"
"Example command line:\n\n"
"%s --host 127.0.0.1 --rpc-port 18081 --zmq-port 18083 --wallet YOUR_WALLET_ADDRESS --stratum 0.0.0.0:%d --p2p 0.0.0.0:%d\n\n",