From cfa5dca5496cb9b5e789ae26f3c3229b949f77bb Mon Sep 17 00:00:00 2001 From: Interchained Date: Mon, 4 Jan 2021 16:41:27 -0500 Subject: [PATCH 1/3] add pubAddressPrefix to config example --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc01747..f9e8890 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ Community / Support #### Pools Using This Software +* https://mining.crystaleum.org/ +* https://ukpool.electronero.org/ +* https://ukpool.electroneropulse.org/ +* https://poolgui.litenero.org/ +* https://poolgui.goldnero.org/ * https://imaginary.stream/ * https://graft.anypool.net/ * https://www.dark-mine.su/ @@ -264,12 +269,15 @@ Explanation for each field: /* Address where block rewards go, and miner payments come from. */ "poolAddress": "your wallet", - - /* This is the integrated address prefix used for miner login validation. */ - "intAddressPrefix": 91, + + /* This is the Public address prefix used for miner login validation. */ + "pubAddressPrefix": 343, + + /* This is the Integrated address prefix used for miner login validation. */ + "intAddressPrefix": 340, /* This is the Subaddress prefix used for miner login validation. */ - "subAddressPrefix": 252, + "subAddressPrefix": 439, /* Poll RPC daemons for new blocks every this many milliseconds. */ "blockRefreshInterval": 1000, From 0399c65ea7d18a5c3e52e8d33a456212295e337f Mon Sep 17 00:00:00 2001 From: Interchained Date: Mon, 4 Jan 2021 16:43:46 -0500 Subject: [PATCH 2/3] 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", From 9df7e684f50fe6c87a5164a44285a413bd67ceb9 Mon Sep 17 00:00:00 2001 From: Interchained Date: Mon, 4 Jan 2021 16:48:44 -0500 Subject: [PATCH 3/3] Update Example_MergeMining.json --- Example_MergeMining.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example_MergeMining.json b/Example_MergeMining.json index fe1a7ef..74777c4 100644 --- a/Example_MergeMining.json +++ b/Example_MergeMining.json @@ -8,8 +8,8 @@ "blockchainExplorer": "http://blockexplorer.arqma.com/block/{id}", "transactionExplorer": "http://blockexplorer.arqma.com/tx/{id}", "includeHeight": false, - "includeAlgo": null, - "isRandomX": false, + "includeAlgo": null, + "isRandomX": false, "daemonType": "default", "cnAlgorithm": "cryptonight_pico", "cnVariant": 2,