You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1)If I dont't want to enable new feature #926 . Do I need to make any changes?
This is my command:geth_linux --cache 64000 --datadir /root/svc/node --config /root/svc/config.toml --pipecommit --txlookuplimit 0 --rpc.txfeecap 0 --txpool.reannouncetime 5m --syncmode full
2) conflict with the nodes enabled archive mode?
The text was updated successfully, but these errors were encountered:
@kugimiya530 You can try fastnode, which has the better performance.
It turns out that the fast node can slow down the storage growth by 60%~90% according to different settings and increase the syncing efficiency by about 30%. We encourage node operators who do not care about 100% state consistency to enable fast nodes by appending --tries-verify-mode none to the node command. https://github.com/bnb-chain/bsc/releases
1)If I dont't want to enable new feature #926 . Do I need to make any changes?
This is my command:
geth_linux --cache 64000 --datadir /root/svc/node --config /root/svc/config.toml --pipecommit --txlookuplimit 0 --rpc.txfeecap 0 --txpool.reannouncetime 5m --syncmode full
2) conflict with the nodes enabled archive mode?
The text was updated successfully, but these errors were encountered: