bsc-fullnode-installer icon indicating copy to clipboard operation
bsc-fullnode-installer copied to clipboard

Help for newer versions

Open NeoSephiroth opened this issue 3 years ago • 2 comments

thanks for this guide it has been very useful and following it I was able to start the full node on a dedicated hetzener server.

Now the fact is that I followed this guide without any change and now there's the version 1.1.8.

The newer version also have: "We improved the diffsync protocol in this release and rolled it out as a stable feature. Diff sync improves the syncing speed by 60%~70% approximately according to the test. All full nodes are suggested to enable it by adding --diffsync in the starting command. Refer to BEP93 for more details."

Can you be so gentle to update your guide for version 1.1.8? Maybe also update the various commands to use the --diffsync option.

If I'm running a 1.1.4 (as in your guide) , do I have to reinstall all from scratch?

Thanks!

NeoSephiroth avatar Apr 02 '22 20:04 NeoSephiroth

It seems I made it and started the full node using 1.1.8!

I also added some more params like this:

echo "./geth_linux --config ./config.toml --datadir ./mainnet --cache 18000 --rpc.allow-unprotected-txs --txlookuplimit 0 --http --maxpeers 100 --ws --syncmode=snap --snapshot=false --pipecommit --diffsync" > start.sh

Now It has taken already very much space from my 2 TB (2x1 SSD NVME Raid 0) In the case it isn't synched before there's still free space left, can I prune before it's synched?

NeoSephiroth avatar Apr 03 '22 11:04 NeoSephiroth

Not a expert on the topic so I recommend you to check out the TheCryptoFarm discord channel there are people that have more experience than me. You can contact with PhatJay to invite you

tarik0 avatar Apr 08 '22 01:04 tarik0