From 0399c65ea7d18a5c3e52e8d33a456212295e337f Mon Sep 17 00:00:00 2001 From: Interchained Date: Mon, 4 Jan 2021 16:43:46 -0500 Subject: [PATCH] Update Example_MergeMining.json --- Example_MergeMining.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/Example_MergeMining.json b/Example_MergeMining.json index 91daafd..fe1a7ef 100644 --- a/Example_MergeMining.json +++ b/Example_MergeMining.json @@ -1,6 +1,5 @@ { "poolHost": "your.pool.host", - "coin": "Arqma", "symbol": "ARQ", "coinUnits": 1000000000, @@ -8,7 +7,9 @@ "coinDifficultyTarget": 120, "blockchainExplorer": "http://blockexplorer.arqma.com/block/{id}", "transactionExplorer": "http://blockexplorer.arqma.com/tx/{id}", - + "includeHeight": false, + "includeAlgo": null, + "isRandomX": false, "daemonType": "default", "cnAlgorithm": "cryptonight_pico", "cnVariant": 2, @@ -27,7 +28,9 @@ }, "childPools": [{ "poolAddress": "** Your pool wallet address **", + "pubAddressPrefix": null, "intAddressPrefix": null, + "subAddressPrefix": null, "coin": "CyprusCoin", "childDaemon": { "host": "1.2.3.4", @@ -41,7 +44,9 @@ }, { "poolAddress": "** Your pool wallet address **", + "pubAddressPrefix": null, "intAddressPrefix": null, + "subAddressPrefix": null, "coin": "Turtlecoin", "childDaemon": { "host": "1.2.3.4", @@ -55,7 +60,9 @@ }, { "poolAddress": "** Your pool wallet address **", + "pubAddressPrefix": null, "intAddressPrefix": null, + "subAddressPrefix": null, "coin": "Plenteum", "childDaemon": { "host": "1.2.3.4", @@ -69,7 +76,9 @@ }, { "poolAddress": "** Your pool wallet address **", + "pubAddressPrefix": null, "intAddressPrefix": null, + "subAddressPrefix": null, "coin": "Iridium", "childDaemon": { "host": "1.2.3.4", @@ -83,7 +92,9 @@ }, { "poolAddress": "** Your pool wallet address **", + "pubAddressPrefix": null, "intAddressPrefix": null, + "subAddressPrefix": null, "coin": "Tritanium", "childDaemon": { "host": "1.2.3.4", @@ -97,7 +108,9 @@ }, { "poolAddress": "** Your pool wallet address **", + "pubAddressPrefix": null, "intAddressPrefix": null, + "subAddressPrefix": null, "coin": "WrkzCoin", "childDaemon": { "host": "1.2.3.4", @@ -111,7 +124,9 @@ }, { "poolAddress": "** Your pool wallet address **", + "pubAddressPrefix": null, "intAddressPrefix": null, + "subAddressPrefix": null, "coin": "Elphyrecoin2", "childDaemon": { "host": "1.2.3.4", @@ -129,7 +144,9 @@ "mergedMining": true, "clusterForks": 5, "poolAddress": "** Your pool wallet address **", + "pubAddressPrefix": null, "intAddressPrefix": 1141703, + "subAddressPrefix": null, "blockRefreshInterval": 1000, "minerTimeout": 900, "sslCert": "cert.pem",