Skip to content

Commit

Permalink
add store-reward flag by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 authored and gzliudan committed Nov 29, 2024
1 parent a856030 commit f646ddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cicd/devnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ XDC --ethstats ${netstats} --gcmode archive \
--http-vhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
--miner-gasprice "1" --miner-gaslimit "420000000" --verbosity ${log_level} \
--debugdatadir /work/xdcchain \
--store-reward \
--ws --ws-addr=0.0.0.0 --ws-port $ws_port \
--ws-origins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log
1 change: 1 addition & 0 deletions cicd/mainnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ XDC --ethstats ${netstats} --gcmode archive \
--http-vhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
--miner-gasprice "1" --miner-gaslimit "420000000" --verbosity ${log_level} \
--debugdatadir /work/xdcchain \
--store-reward \
--ws --ws-addr=0.0.0.0 --ws-port $ws_port \
--ws-origins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log
1 change: 1 addition & 0 deletions cicd/testnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ XDC --ethstats ${netstats} --gcmode archive \
--http-vhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
--miner-gasprice "1" --miner-gaslimit "420000000" --verbosity ${log_level} \
--debugdatadir /work/xdcchain \
--store-reward \
--ws --ws-addr=0.0.0.0 --ws-port $ws_port \
--ws-origins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log

0 comments on commit f646ddd

Please sign in to comment.