From 8aba82b3f3a0bda5be0d44d5304af503b8f3610d Mon Sep 17 00:00:00 2001 From: Interchained Date: Mon, 4 Jan 2021 16:10:16 -0500 Subject: [PATCH] Update crystaleum.json --- config_examples/crystaleum.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config_examples/crystaleum.json b/config_examples/crystaleum.json index 54e30a1..875ee81 100644 --- a/config_examples/crystaleum.json +++ b/config_examples/crystaleum.json @@ -1,12 +1,15 @@ { "poolHost": "CRFI_POOL_ADDRESS", - + "blockchainExplorer": "https://oracle.crystaleum.org/block/{id}", + "transactionExplorer": "https://oracle.crystaleum.org/tx/{id}", + "includeHeight": false, + "includeAlgo": null, + "isRandomX": false, "coin": "Crystaleum", "symbol": "CRFI", "coinUnits": 1000000000000, "coinDecimalPlaces": 12, "coinDifficultyTarget": 6, - "daemonType": "default", "cnAlgorithm": "cryptonight", "cnVariant": 4, @@ -127,6 +130,7 @@ "depth": 30, "poolFee": 0.0, "devDonation": 0.0, + "finderReward": 0.0, "networkFee": 0.0 },