Update config.json

pull/5/head
SChernykh 3 years ago
parent 8e29abd906
commit 759d2ecc82

@ -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…
Cancel
Save