Skip to content

Commit ba0fdbd

Browse files
buddh0allformless
andauthored
set validator number to 4 (#126)
Co-authored-by: allformless <213398294+allformless@users.noreply.github.com>
1 parent cc8bfc9 commit ba0fdbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BSC_CLUSTER_SIZE=5
1+
BSC_CLUSTER_SIZE=4 # 3f+1
22
CHAIN_ID=714
33
KEYPASS="0123456789"
44
INIT_HOLDER="0x04d63aBCd2b9b1baa327f2Dda0f873F197ccd186"

bsc_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function start_node() {
209209
--rpc.allow-unprotected-txs --allow-insecure-unlock \
210210
--ws --ws.addr 0.0.0.0 --ws.port ${ws_port} \
211211
--http --http.addr 0.0.0.0 --http.port ${http_port} --http.corsdomain "*" \
212-
--metrics --metrics.addr localhost --metrics.port ${metrics_port} --metrics.expensive \
212+
--metrics --metrics.addr localhost --metrics.port ${metrics_port} \
213213
--pprof --pprof.addr localhost --pprof.port ${pprof_port} \
214214
--gcmode ${gcmode} --syncmode full --monitor.maliciousvote \
215215
--rialtohash ${rialtoHash} \

0 commit comments

Comments
 (0)