Files
p2pool-salvium/sidechain_config.json

15 lines
362 B
JSON
Raw Normal View History

2021-08-29 08:26:17 +02: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 12:20:59 +02:00
{
2025-11-12 15:20:13 +00:00
"name": "salvium_main",
2021-08-22 12:20:59 +02:00
"password": "",
"block_time": 10,
2021-08-29 08:26:17 +02:00
"min_diff": 100000,
2021-08-22 12:20:59 +02:00
"pplns_window": 2160,
"uncle_penalty": 20
2025-11-12 15:20:13 +00:00
}