Added jobRebroadcastTimeout configuration
This commit is contained in:
parent
8ca0253eb6
commit
9938681fbc
@ -255,6 +255,10 @@ Description of options:
|
|||||||
job broadcast. */
|
job broadcast. */
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
|
||||||
|
/* Some miner software is bugged and will consider the pool offline if it doesn't receive
|
||||||
|
anything for around a minute, so every time we broadcast jobs, set a timeout to rebroadcast
|
||||||
|
in this many seconds unless we find a new job. Set to zero or remove to disable this. */
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
|
|
||||||
//instanceId: 37, //Recommend not using this because a crypto-random one will be generated
|
//instanceId: 37, //Recommend not using this because a crypto-random one will be generated
|
||||||
|
|
||||||
|
|||||||
@ -38,6 +38,7 @@
|
|||||||
"address": "mtCiLWzBy9EpuxzkLwizPYiPFDy69HTd4b",
|
"address": "mtCiLWzBy9EpuxzkLwizPYiPFDy69HTd4b",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
"banning": {
|
"banning": {
|
||||||
|
|||||||
@ -38,6 +38,7 @@
|
|||||||
"address": "XfkoYutJ8KYtLxZ4TgnMqC6SCmxuc3LEDY",
|
"address": "XfkoYutJ8KYtLxZ4TgnMqC6SCmxuc3LEDY",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
"banning": {
|
"banning": {
|
||||||
|
|||||||
@ -38,6 +38,7 @@
|
|||||||
"address": "EabPhjVKcmus3LKFViAcwq3dfo8kzqpMkQ",
|
"address": "EabPhjVKcmus3LKFViAcwq3dfo8kzqpMkQ",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
"address": "GRAiuGCWLrL8Psdr6pkhLpxrQGHdYfrSEz",
|
"address": "GRAiuGCWLrL8Psdr6pkhLpxrQGHdYfrSEz",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
"shareProcessing": {
|
"shareProcessing": {
|
||||||
|
|||||||
@ -29,6 +29,7 @@
|
|||||||
"address": "H9xyrh45LzLX4uXCP6jG6ZGrWho8srUgiG",
|
"address": "H9xyrh45LzLX4uXCP6jG6ZGrWho8srUgiG",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -39,6 +39,7 @@
|
|||||||
"address": "HR6WNSR19kvaXSbwKymrba6uNx36BBjinS",
|
"address": "HR6WNSR19kvaXSbwKymrba6uNx36BBjinS",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
"banning": {
|
"banning": {
|
||||||
|
|||||||
@ -38,6 +38,7 @@
|
|||||||
"address": "EzGiarU2S56jyRkYpS7FKssXCS6AAJChdU",
|
"address": "EzGiarU2S56jyRkYpS7FKssXCS6AAJChdU",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
"banning": {
|
"banning": {
|
||||||
|
|||||||
@ -39,6 +39,7 @@
|
|||||||
"address": "n4jSe18kZMCdGcZqaYprShXW6EH1wivUK1",
|
"address": "n4jSe18kZMCdGcZqaYprShXW6EH1wivUK1",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
"banning": {
|
"banning": {
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
"address": "tKWkadAkT2vqK6v2PHLJmV1RTVvF7XZEgN",
|
"address": "tKWkadAkT2vqK6v2PHLJmV1RTVvF7XZEgN",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
"shareProcessing": {
|
"shareProcessing": {
|
||||||
@ -33,7 +34,7 @@
|
|||||||
|
|
||||||
"ports": {
|
"ports": {
|
||||||
"5547": {
|
"5547": {
|
||||||
"diff": 2
|
"diff": 6
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@ -38,6 +38,7 @@
|
|||||||
"address": "UhyKVr4m516TPsrLwm91pYL4f99VGrJ1oC",
|
"address": "UhyKVr4m516TPsrLwm91pYL4f99VGrJ1oC",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
"banning": {
|
"banning": {
|
||||||
|
|||||||
@ -38,6 +38,7 @@
|
|||||||
"address": "VrcunuCcNUULMBoiw66v9SAdQq2m1FpP3C",
|
"address": "VrcunuCcNUULMBoiw66v9SAdQq2m1FpP3C",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
"jobRebroadcastTimeout": 55,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user