Bitcoin Forum
June 20, 2024, 02:31:59 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Can't run litd (lightning-terminal)  (Read 86 times)
janikjanik (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 23, 2021, 08:30:06 PM
Last edit: March 23, 2021, 10:57:24 PM by janikjanik
 #1

This is the error I'm getting when running: ./litd --uipassword=some_password

error displaying startup info: error querying remote node : rpc error: code = Unknown desc = expected 1 macaroon, got 0

I've run program lnd before:
lnd --adminmacaroonpath=/home/michal/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
DaveF
Legendary
*
Offline Offline

Activity: 3514
Merit: 6352


Crypto Swap Exchange


View Profile WWW
March 24, 2021, 12:11:28 PM
 #2

With the standard did you open an issue on github.
What version of lnd are you using? Did you build it or download the binary?

What does the log file say?
I have not used litd much so I don't know how much help I can be, but having that info will at least give a starting point.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Heisenberg_Hunter
Legendary
*
Offline Offline

Activity: 1584
Merit: 1278


Heisenberg Design Services


View Profile WWW
March 29, 2021, 09:43:10 AM
 #3

I believe you are running v0.4.1-alpha version of the lightning-terminal. If so, this is a bug in current version of lightning-terminal and will be fixed in the next release which has the PR #196. As of now, instead of using

Code:
litd --adminmacaroonpath=/home/michal/.lnd/data/chain/bitcoin/mainnet/admin.macaroon

use

Code:
litd --remote.lnd.macaroonpath=/home/michal/.lnd/data/chain/bitcoin/mainnet/admin.macaroon

or add the below line in your .config file

Code:
remote.lnd.macaroonpath=/home/michal/.lnd/data/chain/bitcoin/mainnet/admin.macaroon

This was an issue which has been referenced in issue #204 and I think this was fixed in config: fix empty default remote lnd admin mac path #196

If an error still persist, you need to open an issue in lightning-terminal github page
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!