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
-
Hi, I'm running into a
NoSuchFileException
error when trying to run eclair on an M1 Mac. Here are my steps:mv eclair-node/target/eclair-node-*.zip ./eclair-node.zip
unzip eclair-node.zip && mv eclair-node-* eclair-node && chmod +x eclair-node/bin/eclair-node.sh
script_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_file
argument 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