Update sidechain_config.json

Assuming you want to modify the configuration and ensure it's correctly set
This commit is contained in:
Yuva 2025-01-01 10:26:13 +05:30 committed by GitHub
parent a60584e9ec
commit fb898151c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}