From bc5e1aa528f9dd7dc152682c118206ad48e54934 Mon Sep 17 00:00:00 2001 From: Interchained Date: Mon, 4 Jan 2021 12:21:28 -0500 Subject: [PATCH] Update electronero.json --- config_examples/electronero.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config_examples/electronero.json b/config_examples/electronero.json index 7dc2e8c..058d1b0 100644 --- a/config_examples/electronero.json +++ b/config_examples/electronero.json @@ -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,