Merge pull request #51 from Tonux599/stratumServerJson-staging

API for stratum server statistics.
This commit is contained in:
SChernykh
2021-10-04 11:16:37 +03:00
committed by GitHub
9 changed files with 110 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ static void usage()
"--loglevel Verbosity of the log, integer number between 0 and 5\n"
"--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"
"--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",