-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation instructions needs to mention protobuf as a requirement #198
Comments
A PR with instructions would be great, thank you! |
so i went on a mission to install sim-ln on linux , windows and macos for this task . However on m1 mac i'm running into an issue that i spent a couple of days trying to resolve and i could not . After starting a local network with Polar and running sim-cli with a test configuration , i get the following error
which implies i am sending a HTTP/1 connection instead of HTTP/2 which LND supports over it's REST interface . what could be the cause of this . is there a way to force only HTTP/2 connection from sim-cli ? |
i also want to add that i am able to query LND rest interface using curl with no problem
which i proxied via burp suite and confirmed that even though i'm using htpp/1.1 , the request goes through as expected |
Sim-ln uses grpc to connect to LND, so you'll need to point it to ther |
Describe the bug
when trying to build sim-cli , i ran into an issue where the build process panicked because i did not have the protoc binary installed on my device
it would ease the installation process if the installation instructions mentions something like , "make sure protobuf is installed on your device "
i can push a Pr if you sim-ln devs agree with this suggestion
The text was updated successfully, but these errors were encountered: