From f30e7f70cc0f758b1a8b959eed24aef8efc84618 Mon Sep 17 00:00:00 2001 From: Safex Lomax Date: Wed, 12 Jan 2022 10:06:01 +0100 Subject: [PATCH] fix safex config example --- config_examples/safex/config.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config_examples/safex/config.json b/config_examples/safex/config.json index 958f26f..fbddd70 100644 --- a/config_examples/safex/config.json +++ b/config_examples/safex/config.json @@ -9,8 +9,8 @@ "daemonType": "default", "cnAlgorithm": "randomx", - "cnVariant": 0, - "cnBlobType": 23, + "cnVariant": 23, + "cnBlobType": 0, "includeHeight": false, "isRandomX": true, @@ -32,7 +32,7 @@ "mergedMining": false, "clusterForks": "auto", "poolAddress": "** Your pool wallet address **", - "intAddressPrefix": 251, + "intAddressPrefix": "Safexi", "blockRefreshInterval": 1000, "minerTimeout": 900, "sslCert": "./cert.pem", @@ -132,7 +132,8 @@ "depth": 60, "poolFee": 0.8, "devDonation": 0.2, - "networkFee": 0.0 + "networkFee": 0.0, + "fixBlockHeightRPC": true }, "api": {