Code Monkey home page Code Monkey logo

Comments (3)

cbermudez97 avatar cbermudez97 commented on May 30, 2024

Hi @mdszn and thanks for reporting. About the jwtsecret issue in our newer version is something we are aware of. A quick fix for that should be adding the -p . flag so Sedge use a different datadir.

About your new issue with the validators. Have you run sedge keys or imported some keystores manually to the sedge docker-compose-script directory? If yes please try running the following command and provide us the outputs:
docker compose -f docker-compose-scripts/docker-compose.yml up validator

In case you have not imported keystores please run the sedge keys command to have sedge generate them or copy them inside the docker-compose-scripts/keystore/validator_keys/ directory and create a keystore_password.txt file inside docker-compose-script/keystore directory that contains the passphrase you used to encrypt the keystores.

All of this files will be used by sedge to setup your validator. In case you do not want to run a validator use sedge cli with the --no-validator flag.

from sedge.

mdszn avatar mdszn commented on May 30, 2024

Ah okay thank you this was able to fix it and I was able to get the consensus and execution clients up. How am I able to connect to the clients? If the execution client ws is running on port 8546, i should be able to connect to it via http://host:8546/ correct? Everything I try and connect to it I get failure

from sedge.

cbermudez97 avatar cbermudez97 commented on May 30, 2024

Good to hear that solved your issue @mdszn. About your question. By default client's HTTP APIs are only accessible inside the docker-compose network except for those used for peering. If you want to access them from your machine you must use the corresponding container IP. To get these IP addresses you'll need to run something like this:

docker inspect -f {{.NetworkSettings.Networks.sedge_network.IPAddress}} execution-client

In case you want to expose these ports to your localhost you can add them to the generated docker-compose file or use the sedge cli --map-all flag. Keep in mind exposing these ports could be insecure in some cases so using a firewall is advised.

from sedge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.