Updated default difficulty to 0.125.

This commit is contained in:
joshuayabut 2016-11-27 20:32:32 -05:00
parent 965a2f4c82
commit 8d7c853758
1 changed files with 3 additions and 9 deletions

View File

@ -29,21 +29,15 @@
}, },
"ports": { "ports": {
"3008": {
"diff": 8
},
"3032": { "3032": {
"diff": 32, "diff": 0.125,
"varDiff": { "varDiff": {
"minDiff": 8, "minDiff": 0.125,
"maxDiff": 512, "maxDiff": 16,
"targetTime": 15, "targetTime": 15,
"retargetTime": 90, "retargetTime": 90,
"variancePercent": 30 "variancePercent": 30
} }
},
"3256": {
"diff": 256
} }
}, },