-
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
BSC light node not working on 1.3.X #2162
Comments
Light node has been disabled, please use fast node which would be faster for syncing. https://docs.bnbchain.org/docs/BSC-fast-node#fast-node-functions |
Yea, light node will no longer be supported, refer: #2098 |
Thanks for the anwers. We have two full nodes of our own. We used the Light node as another backup, which is not demanding on storage. |
The latest compressed fast node provided by 48Club takes 365GB, after uncompress, it would take less then 500GB. |
I'm running 2 nodes. Fast node and light node. It's unfortunate if light node is removed because I always have problem with syncing from BSC even if it's a fast node or full node. It happens all the time the node is out of sync due to some peer problems while with light node I don't have that problem. I've been running bsc node for years. The issue is still persistent. |
@dandavid3000 can you be more specific about |
In version 1.2.15, the light node (even though it is an experimental feature) worked without any problems, since 1.3.X, unfortunately, it no longer finds any peers.
In the log it says: "Discovery v5 is not initialized".
I don't know if it's a bug. Can something be done about it please?
Thanks!
/usr/local/bin/geth --syncmode light --config /etc/bsc/config.toml --datadir /srv/bsc --cache 8000 --rpc.allow-unprotected-txs --history.transactions 0 --http --http.api eth,net,web3,txpool,debug --http.vhosts * --ws --ws.api eth,net,web3 --ws.rpcprefix "/" --ws.origins *
The text was updated successfully, but these errors were encountered: