yutianwu
yutianwu
you need to wait a rather long time, there are snapshot-related works ongoing.
do you have any specific purpose to test the validator node, we don't have docs for setting up private validators for now.
you can set up a private ethereum node, it's the same
> > > Hi, I want start a private bsc network for test purpose, in etherem I can simply use `--mine` flag to set the node be a miner, but...
Actually these resources are rather centralized. What if one of those links is invalid or just changed. One purpose of these resources is to prevent scams. But if the token...
are you going to run an archive node? it's very hard to run for an individual. if you want the rpc service of an archive node, you can use 3rd...
can you refer to https://github.com/bnb-chain/bsc/issues/502? archive node is hard to maintain for individuals.
> > can you refer to #502? archive node is hard to maintain for individuals. > > I need to deploy my own archive node that gives me the full...
Hi, this issue will be fixed in https://github.com/bnb-chain/bsc/pull/999, and it should be included in the next release.
When the memory surges, can you take a profile for the node? You can use `curl -sK -v http://127.0.0.1:6060/debug/pprof/heap > heap.profile`. You can enable the pprof server by adding `--pprof`...