Update config.json

pull/5/head
SChernykh 2021-08-29 08:26:17 +02:00
parent 8e29abd906
commit 759d2ecc82
1 changed files with 7 additions and 1 deletions

View File

@ -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",
"password": "",
"block_time": 10,
"min_diff": 10000,
"min_diff": 100000,
"pplns_window": 2160,
"uncle_penalty": 20
}