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 replaced docker-compose.yml with the old version - it started!
Читать полностью…I want to do everything right! As required by the documentation! But it doesn’t work!...
Читать полностью…Also you do not have to follow official docs if you know how things work (for you)
Читать полностью…Then run without -d, you will see them in console
Читать полностью…The node worked. The height of the blocks matched! Only there were problems with besu. I changed everything in the docker-compose file as written in official sources! And now my node won't start at all...
Читать полностью…Ride should be pretty interesting then... It is quite special...
Читать полностью…So where to look for the problem? Why is there no connection?
Читать полностью…--retry-max-time 60
need to change it to 180...
Even if I change it to 50,000 - no way!
down is needed to stop all node processes
pull is to check for possible updates
up -d is start all services in daemon mode
There is whole new besu-checker section in the yml
Читать полностью…I didn't find anything about snap...
Читать полностью…then
docker compose down
docker compose pull
docker compose up -d
and start monitoring the logs
In which file do you need to change what? And how to downgrade?
Читать полностью…Because no one reached 100% sync with SNAP
Читать полностью…Node worked well on L1, you need to check L2 is running fine that is via besu
Читать полностью…Personally i do not understand 1 more container to do basic healthcheck: https://github.com/deemru/Waves-L2-Testnet/blob/7ae069ff35bfe2605e23da38512e54e6956985cd/support/docker-compose.yml#L24
Читать полностью…check firewall rules and steps you follow
Читать полностью…Problem is my server or my container?
Читать полностью…I'm not node developer, just poor user like you :)
Читать полностью…There is host (your server) and container (what is inside of docker). Network is controlled by your server, thats it
Читать полностью…Fine! I will clearly do it as in the official source!
But what if the node stops working altogether?
One minute! Now I’ll change everything!
Then I will need to do:
docker compose down
docker compose pull
docker compose up -d
I understand so?
You obviously don't follow latest changes in official nodes channel
Читать полностью…docker compose yml file, just remove snap
Читать полностью…