File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
geth --config ${DATA_DIR} /config.toml --datadir ${DATA_DIR} --netrestrict ${CLUSTER_CIDR} \
14
14
--verbosity ${VERBOSE} --syncmode " full" \
15
15
--rpc.allow-unprotected-txs --history.transactions 15768000 \
16
- -unlock ${unlock_sequences} --password /dev/null > ${DATA_DIR} /bscnode-rpc.log
16
+ -unlock ${unlock_sequences} --password /dev/null
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ geth --config ${DATA_DIR}/config.toml --datadir ${DATA_DIR} --netrestrict ${CLUS
14
14
--verbosity ${VERBOSE} \
15
15
--bootnodes enode://${BOOTSTRAP_PUB_KEY} @${BOOTSTRAP_IP} :${BOOTSTRAP_TCP_PORT} \
16
16
--mine -unlock ${VALIDATOR_ADDR} --miner.etherbase ${VALIDATOR_ADDR} --password /dev/null \
17
- --rpc.allow-unprotected-txs --history.transactions 15768000 > ${DATA_DIR} /bscnode-validator.log
17
+ --rpc.allow-unprotected-txs --history.transactions 15768000
You can’t perform that action at this time.
0 commit comments