mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-04-23 22:08:11 +00:00
Update sidechain_config.json
Assuming you want to modify the configuration and ensure it's correctly set
This commit is contained in:
parent
a60584e9ec
commit
fb898151c7
1 changed files with 7 additions and 13 deletions
|
@ -1,14 +1,8 @@
|
|||
// 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
|
||||
}
|
||||
"name": "default",
|
||||
"password": "",
|
||||
"block_time": 10,
|
||||
"min_diff": 100000,
|
||||
"pplns_window": 2160,
|
||||
"uncle_penalty": 20
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue