mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Add annouce-txs, maxpeers 25
annouce-txs, default disable Our masternodes have to enable it, if not, TomoScan, TomoMaster can not receive data from the nodes -> need to update infa repo
This commit is contained in:
parent
780a91e76f
commit
2a8a32984a
1 changed files with 6 additions and 1 deletions
|
|
@ -139,6 +139,11 @@ else
|
|||
echo "WS_SECRET not set, will not report to netstats server."
|
||||
fi
|
||||
|
||||
# annonce txs
|
||||
if [[ ! -z $ANNOUNCE_TXS ]]; then
|
||||
params="$params --announce-txs"
|
||||
fi
|
||||
|
||||
# dump
|
||||
echo "dump: $IDENTITY $account $BOOTNODES"
|
||||
|
||||
|
|
@ -151,7 +156,7 @@ exec tomo $params \
|
|||
--identity $IDENTITY \
|
||||
--password ./password \
|
||||
--port 30303 \
|
||||
--maxpeers 50 \
|
||||
--maxpeers 25 \
|
||||
--txpool.globalqueue 5000 \
|
||||
--txpool.globalslots 5000 \
|
||||
--rpc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue