From 60e83ff148d9d661b2c7d8e934d3262f1eeb7801 Mon Sep 17 00:00:00 2001 From: nnian <48366474+nnian@users.noreply.github.com> Date: Sun, 25 Oct 2020 19:02:07 +0100 Subject: [PATCH] Update qwertycoin.json add todays network fee --- config_examples/qwertycoin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config_examples/qwertycoin.json b/config_examples/qwertycoin.json index 3083001..717afec 100644 --- a/config_examples/qwertycoin.json +++ b/config_examples/qwertycoin.json @@ -6,8 +6,8 @@ "coinUnits": 100000000, "coinDecimalPlaces": 8, "coinDifficultyTarget": 120, - "blockchainExplorer": "http://blockexplorer.arqma.com/block/{id}", - "transactionExplorer": "http://blockexplorer.arqma.com/tx/{id}", + "blockchainExplorer": "https://explorer.qwertycoin.org/?hash={id}#blockchain_block", + "transactionExplorer": "https://explorer.qwertycoin.org/?hash={id}#blockchain_transaction", "daemonType": "default", "cnAlgorithm": "cryptonight", "cnVariant": 0, @@ -129,7 +129,7 @@ "depth": 60, "poolFee": 0.8, "devDonation": 0.2, - "networkFee": 0.0 + "networkFee": 10.0 }, "api": {