Merge pull request #630 from shopglobal/patch-9

Update crystaleum.json
This commit is contained in:
dvandal
2021-01-04 16:33:49 -05:00
committed by GitHub

View File

@@ -1,12 +1,15 @@
{ {
"poolHost": "CRFI_POOL_ADDRESS", "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", "coin": "Crystaleum",
"symbol": "CRFI", "symbol": "CRFI",
"coinUnits": 1000000000000, "coinUnits": 1000000000000,
"coinDecimalPlaces": 12, "coinDecimalPlaces": 12,
"coinDifficultyTarget": 6, "coinDifficultyTarget": 6,
"daemonType": "default", "daemonType": "default",
"cnAlgorithm": "cryptonight", "cnAlgorithm": "cryptonight",
"cnVariant": 4, "cnVariant": 4,
@@ -127,7 +130,9 @@
"depth": 30, "depth": 30,
"poolFee": 0.0, "poolFee": 0.0,
"devDonation": 0.0, "devDonation": 0.0,
"networkFee": 0.0 "networkFee": 0.0,
"finderReward": 0.0,
"soloFee": 0.0
}, },
"api": { "api": {