Update electronero.json
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
"coin": "electronero",
|
||||
"symbol": "ETNX",
|
||||
"coinUnits": 100,
|
||||
"coinDecimalPlaces": 2,
|
||||
"coinDifficultyTarget": 120,
|
||||
"blockchainExplorer": "http://blockexplorer.arqma.com/block/{id}",
|
||||
"transactionExplorer": "http://blockexplorer.arqma.com/tx/{id}",
|
||||
"coinUnits": 100000000,
|
||||
"coinDecimalPlaces": 8,
|
||||
"coinDifficultyTarget": 60,
|
||||
"blockchainExplorer": "https://blockexplorer.electronero.com/block/{id}",
|
||||
"transactionExplorer": "https://blockexplorer.electronero.com/tx/{id}",
|
||||
"daemonType": "default",
|
||||
"cnAlgorithm": "cryptonight",
|
||||
"cnVariant": 4,
|
||||
@@ -71,12 +71,12 @@
|
||||
}
|
||||
],
|
||||
"varDiff": {
|
||||
"minDiff": 100,
|
||||
"maxDiff": 1000000000,
|
||||
"minDiff": 10000,
|
||||
"maxDiff": 10000000000,
|
||||
"targetTime": 60,
|
||||
"retargetTime": 30,
|
||||
"variancePercent": 30,
|
||||
"maxJump": 100
|
||||
"retargetTime": 60,
|
||||
"variancePercent": 10,
|
||||
"maxJump": 1000
|
||||
},
|
||||
"paymentId": {
|
||||
"addressSeparator": ".",
|
||||
@@ -111,10 +111,10 @@
|
||||
|
||||
"payments": {
|
||||
"enabled": true,
|
||||
"interval": 2160,
|
||||
"maxAddresses": 10,
|
||||
"interval": 60,
|
||||
"maxAddresses": 1,
|
||||
"mixin": 2,
|
||||
"priority": 0,
|
||||
"priority": 1,
|
||||
"transferFee": 20000,
|
||||
"dynamicTransferFee": true,
|
||||
"minerPayFee": true,
|
||||
|
||||
Reference in New Issue
Block a user