-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the new version v1.1.12 #1028
Comments
me too, I want to know |
Good question |
@xsm19 , |
@guagualvcha I used fast mode before, but some history blocks cannot be found. Now I'm ready to switch to full. How can I start from 0, not continue 19573855?
|
You can download the recent snapshot from https://github.com/bnb-chain/bsc-snapshots and sync using full mode. |
root@admin:~# geth version t=2022-08-04T01:42:33+0000 lvl=info msg="Imported new chain segment" blocks=53 txs=312 mgas=34.292 elapsed=8.106s mgasps=4.230 number=2,613,143 hash=0x4ee6dea157b3762415bdb4a5537964e366aaf96450624d4f56ccaf24db9d594e age=1y8mo2w dirty="34.12 KiB" geth --config /data/bsc1/config.toml --datadir /data/bsc1/node --http --diffsync --snapshot=true --syncmode=full --gcmode archive --cache 10240 --rpc.allow-unprotected-txs --txlookuplimit 0 The above is the version and sync information. Is the speed normal and can it be improved? Currently, it may take a long time to synchronize to the latest block. Thank you |
@PPianAIC are you trying to setup an archive node ( |
I want to implement a full node that contains all data |
There is a big difference between a full node and an archive node. The requirement of archive node is much higher than full node. You can refer to this: https://forum.bnbchain.org/t/how-to-run-a-archive-node-on-bnb-smart-chain/264 |
I may need is an archive node, because I need all the historical data of the blockchain starting from the genesis block. Can I speed up sync? |
I have another question, How do I set ending block height that a segment archive node is a node which has all the data from one starting block height to one ending block height? |
hello everyone
If I use fast node [R4R] Separate Processing and State Verification on BSC #926 --diffsync and --pipecommit, which one should I choose to achieve faster synchronization speed?
Can I specify a block to start synchronization? For example: startingblock:100000000 I don't need too much data, and I don't want to synchronize from the genesis block.
The text was updated successfully, but these errors were encountered: