-
Only tech topics about Waves: dev tools, libs, RIDE, dApps, Nodes Github: http://tiny.cc/github-waves IDE: https://ide.wavesplatform.com/ Online Course: https://stepik.org/course/54415 StackOverflow: #wavesplatform Jobs: https://t.me/wavesridejobs
I do not know logic behind, but for me it is pointless to send engine commands while it is in the sync process
Читать полностью…
Its a progress, not from scratch
Читать полностью…
0.6, but your head 600k blocks already
Читать полностью…
Have you tried FAST? /channel/waves_ride_dapps_dev/62426
Читать полностью…
This I know...
But the synchronization cannot end. Errors occur and when you restart it starts all over again... And so on for the fifth time.
This error occurs every 2 minutes! Tell me - is this a problem with my server or is it a besu problem???
Maybe someone can help?
Time passes and this error continues. I'm doing docker compose down/up
And all synchronization starts from scratch...
I'm already starting to give up... 😔😔😔
How can I use this? And what exactly is this? For the fastest synchronization besu...
Читать полностью…
https://blockchain-testnet.wavesnodes.com/
Читать полностью…
At this rate, I won't be in sync in a month...
Читать полностью…
does the testnet grpc 6870/6881 have issues atm?
Читать полностью…
So we'll have to wait a week...
Читать полностью…
If I'm not mistaken, @GalkaWavesFunnyNode offered to do this several times, but community didn't seem very enthusiastic about it (maybe for security or other reasons), so she backed out.
Читать полностью…
The same problem applies to Nodes in the WEST Network, since there is no public data backup in the WEST Network, synchronization can take days or even weeks!
Читать полностью…
It’s a pity, of course, that you can’t download the besu blockchain in the same way as waves... Synchronization takes a very long time. I think I can finish it in two days...
Читать полностью…
I'm more concerned about these WARN errors...
Читать полностью…
0 -> 600k done, now doing 600k -> 1.6M
Читать полностью…
are you sure it started from scratch?
Читать полностью…
A couple of days ago, synchronization reached 25%, and then these errors continued to appear. Restart did not help, I had to do a down/up, and synchronization started from scratch again. Then everything happened again... This is probably the 5th time I’ve started it...
Читать полностью…
What error are you talk? I see besu doing sync, have you wait it to finish once?
Читать полностью…
for besu there is no snapshots
Читать полностью…
Just try with the export:
https://blockchain.wavesnodes.com/
There are definitely problems with the test network!!! I reinstalled my node from scratch, I'll find it purely according to the official... The node started, the synchronization lasted for two days, almost 25%, and that's it! Errors started again! I restarted it, and the synchronization started from scratch again...
Читать полностью…
we’ve started rolling out native token bridges to stagenet, and hopefully the feature will make it to the testnet in a week or two.
for the feature to work op-geth client is required, so if your deplyments aren’t running smoothly, it may make sense to wait for the instructions on how to prepare for native token bridges release.
That would be nice! But where to place them? The volume of besu is about 42 Gb... I archived it! I know the size.
Читать полностью…
Looks like a community snapshots could be taken
Читать полностью…
Unfortunately, it is true; the synchronization I did from scratch on Testnet took 1 week, maybe even longer.
Читать полностью…
I don't know if SNAP mode is working properly for scratch synchronization at the moment. But I updated it from like this and the setting of the relevant part is still the same;
command:
- --sync-mode=SNAP
- --logging=INFO
- --host-allowlist=*
- --rpc-http-enabled
- --rpc-http-api=ETH,NET,WEB3,TXPOOL,TRACE,ADMIN,MINER
- --rpc-http-cors-origins=all
- --rpc-ws-enabled
- --discovery-enabled=true
- --engine-rpc-enabled
- --engine-jwt-secret=/etc/secrets/jwtsecret
#- --engine-jwt-disabled=true
- --engine-host-allowlist=*
#- --engine-host-allowlist=localhost,127.0.0.1
- --node-private-key-file=/etc/secrets/p2p-key
- --data-path=/var/lib/besu
- --genesis-file=/etc/besu/genesis.json
- --static-nodes-file=/etc/besu/static-nodes.json
- --data-storage-format=BONSAI