-
Notifications
You must be signed in to change notification settings - Fork 27
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
Launching with lightningd: FileNotFoundError: No such file or directory: 'bin/lightningd': 'bin/lightningd' #55
Comments
The path should be |
There was a typo in my comment, I meant the |
Is there more to this error message? It'd be good to know where this is being raised. |
Sure. I modified
|
And |
Mine looks like this: $ tree bin/
bin
├── eclair.jar
├── lightning_channeld
├── lightning_closingd
├── lightning_connectd
├── lightningd
├── lightning_gossipd
├── lightning_hsmd
├── lightning_onchaind
├── lightning_openingd
├── lncli
└── lnd
0 directories, 11 files |
As per readme, I put the
lightningd
binary (from release v0.7.0) into/bin
and ranpy.test -v test.py
, but the tests fail withThe text was updated successfully, but these errors were encountered: