Renamed --config command line parameter

This commit is contained in:
SChernykh
2024-12-17 14:36:40 +01:00
parent a4459d6207
commit dd7e2a477f
6 changed files with 13 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
// p2pool side-chain settings
//
// If you change anything here, you'll most likely be mining alone on a different p2pool side-chain!!!
//
// Fixed difficulty for miners that connect to your node must be set in their config.json
//
{
"name": "default",
"password": "",
"block_time": 10,
"min_diff": 100000,
"pplns_window": 2160,
"uncle_penalty": 20
}