mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-16 15:57:39 +00:00
14 lines
No EOL
363 B
JSON
14 lines
No EOL
363 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
|
|
//
|
|
{
|
|
"name": "mainnet test 2",
|
|
"password": "",
|
|
"block_time": 10,
|
|
"min_diff": 100000,
|
|
"pplns_window": 2160,
|
|
"uncle_penalty": 20
|
|
} |