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