Files
p2pool-monero/sidechain_config.json
2025-12-11 20:17:49 +01:00

17 lines
429 B
JSON

// 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
//
// Note: nano sidechain uses
// "block_time": 30
// "uncle_penalty": 10
{
"name": "default",
"password": "",
"block_time": 10,
"min_diff": 100000,
"pplns_window": 2160,
"uncle_penalty": 20
}