Running eclair #2211
valentinewallace
started this conversation in
Developers
Running eclair
#2211
Replies: 2 comments 4 replies
-
|
Ohh, I think it's treating my conf file contents as plugin arguments? Sorry if this is noise, will keep digging... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Got it working with Marked as resolved |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm running into a
NoSuchFileExceptionerror when trying to run eclair on an M1 Mac. Here are my steps:mv eclair-node/target/eclair-node-*.zip ./eclair-node.zipunzip eclair-node.zip && mv eclair-node-* eclair-node && chmod +x eclair-node/bin/eclair-node.shscript_conf_file=/Users/valentine/.eclair/eclair.conf PATH="/opt/homebrew/opt/openjdk/bin:$PATH" ./eclair-node/bin/eclair-node.sh "-Declair.datadir=/Users/valentine/.eclair/"Note that the
script_conf_fileargument was needed for eclair to see the conf file, couldn't find this documented anywhere 🤔This results in this error in
eclair.log:Beta Was this translation helpful? Give feedback.
All reactions