You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p2wow/config.json

39 lines
771 B

// 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
}
// p2pool configuration settings
{
"wallet": "",
"host": "127.0.0.1",
"rpc_port": "18081",
"zmq_port": "18083",
"stratum": "",
"p2p": "",
"addpeers": "",
"light_mode": false,
"loglevel": 3,
"data_api": "",
"local_api": "",
"no_cache": false,
"no_color": false,
"no_randomx": false,
"out_peers": 10,
"in_peers": 10,
"start_mining": null,
"mini": false,
"no_autodiff": false,
"rpc_login": "",
}