Guten Morgen … ich habe auf Node 9.5 aktualisiert, jedoch synchronisieren mein PLC Blockchainplätze nicht. Woran kann das liegen? Kann mir jemand helfen? Vielen lieben Dank vorab, Sabine
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
The public key generates the private key:0x4baf012726cb5ec7dda57bc2770798a38100c44d
Hi there,
In case that you have a firewall, I could suggest making sure that the 9335 and 29333 ports are open.
Also what I could suggest is checking your Node logs, to make sure that there are no errors.
If you are running
docker
you can check the logs with the following command:In case that you don’t have the
container_id
you can get it with thedocker ps -a
command.Regards, Bobby