mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-03 17:29:24 +00:00
Update config.json
This commit is contained in:
parent
8e29abd906
commit
759d2ecc82
1 changed files with 7 additions and 1 deletions
|
@ -1,8 +1,14 @@
|
||||||
|
// 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",
|
"name": "default",
|
||||||
"password": "",
|
"password": "",
|
||||||
"block_time": 10,
|
"block_time": 10,
|
||||||
"min_diff": 10000,
|
"min_diff": 100000,
|
||||||
"pplns_window": 2160,
|
"pplns_window": 2160,
|
||||||
"uncle_penalty": 20
|
"uncle_penalty": 20
|
||||||
}
|
}
|
Loading…
Reference in a new issue