p2pool/config.json

14 lines
363 B
JSON
Raw Normal View History

2021-08-29 00:26:17 -06:00
// 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
//
2021-08-22 04:20:59 -06:00
{
2021-09-01 14:04:21 -06:00
"name": "mainnet test 2",
2021-08-22 04:20:59 -06:00
"password": "",
"block_time": 10,
2021-08-29 00:26:17 -06:00
"min_diff": 100000,
2021-08-22 04:20:59 -06:00
"pplns_window": 2160,
"uncle_penalty": 20
}