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, "coinUnits": 100000000,
"coinDecimalPlaces": 8, "coinDecimalPlaces": 8,
"coinDifficultyTarget": 120, "coinDifficultyTarget": 120,
"blockchainExplorer": "http://blockexplorer.arqma.com/block/{id}", "blockchainExplorer": "https://explorer.qwertycoin.org/?hash={id}#blockchain_block",
"transactionExplorer": "http://blockexplorer.arqma.com/tx/{id}", "transactionExplorer": "https://explorer.qwertycoin.org/?hash={id}#blockchain_transaction",
"daemonType": "default", "daemonType": "default",
"cnAlgorithm": "cryptonight", "cnAlgorithm": "cryptonight",
"cnVariant": 0, "cnVariant": 0,
@@ -129,7 +129,7 @@
"depth": 60, "depth": 60,
"poolFee": 0.8, "poolFee": 0.8,
"devDonation": 0.2, "devDonation": 0.2,
"networkFee": 0.0 "networkFee": 10.0
}, },
"api": { "api": {