Skip to content

Error: Please set rune path for node index 1 in RTL-Config.json! #211

@bitecorner

Description

@bitecorner

Hello,

When I try to run
node rtl under user rtl:rtl, no root access
I placed the macaroon file in home rtl and write the path in the config file as follow
my lightning node running under lightning:lightning
I am facing this issue about the rune path ???
Any idea what i did wrong ? and how i could fix this ?
Bets regards
Jorge.

Here is my config file RTL-Config.json as follow :
{
"MultiPass": "XXXXXXXXX",
"port": "3000",
"defaultNodeIndex": 1,
"SSO": {
"rtlSSO": 0,
"rtlCookiePath": "",
"logoutRedirectLink": ""
},
"nodes": [
{
"index": 1,
"lnNode": "Core_Lightning",
"lnImplementation": "CLN",
"Authentication": {
"macaroonPath": "/home/rtl",
"configPath": "/home/lightning/.lightning/config"
},
"Settings": {
"userPersona": "OPERATOR",
"themeMode": "NIGHT",
"themeColor": "PURPLE",
"channelBackupPath": "/home/rtl/backup-rtl",
"logLevel": "ERROR",
"lnServerUrl": "https://localhost:3001",
"fiatConversion": false
}
}
],
"multiPassHashed": "4634dad7bee28426e7612593f4d5bc64bf5171eb66ebd670c61fb5f0ad85e7fa"
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions