Update qwertycoin.json

add todays network fee
This commit is contained in:
nnian
2020-10-25 19:02:07 +01:00
committed by GitHub
parent ccb1d55729
commit 60e83ff148

View File

@@ -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": {