From bc9d503451c906f8ed35ea9d71bf69f0d7a04318 Mon Sep 17 00:00:00 2001 From: Posty1211 Date: Mon, 30 Sep 2024 14:29:34 -0500 Subject: [PATCH] Update config.conf --- src/main/resources/config.conf | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/main/resources/config.conf b/src/main/resources/config.conf index 0c4e23064..aeb7abd1d 100644 --- a/src/main/resources/config.conf +++ b/src/main/resources/config.conf @@ -1,27 +1,22 @@ net { - type = mainnet + type = mainnet + # type = testnet } fullnode = { ip.list = [ - "127.0.0.1:50051" + "fullnode ip : port" ] } -#soliditynode = { -# // the IPs in this list can only be totally set to solidity or pBFT. -# ip.list = [ -# "127.0.0.1:50052" // default solidity -# ] +soliditynode = { + // the IPs in this list can only be totally set to solidity or pBFT. + ip.list = [ + "ip : solidity port" // default solidity + ] # ip.list = [ -# "127.0.0.1:50071" // or pBFT +# "ip : pBFT port" // or pBFT # ] -#} - -RPC_version = 2 +} // NOTE: solidity node is optional -# This field used in shielded transaction. It is recommended that this field is set to the block -# number in which the earliest relevant shielded contract was created. If the exact number is not -# known, this field can be set as follows. If used in mainnet, please set 22690588. If used in Nile -# testnet, please set 6380000. Otherwise, please set 0. -blockNumberStartToScan = 22690588 +blockNumberStartToScan = 22690588 // NOTE: this field is optional