After launching lightningd I get following:
2023-07-20T06:54:46.533Z UNUSUAL 038.............................................................8f--connectd: Feature 28 requires feature 20
2023-07-20T06:59:47.735Z UNUSUAL 038.............................................................8f--connectd: Feature 28 requires feature 20
2023-07-20T07:04:48.511Z UNUSUAL 038.............................................................8f-connectd: Feature 28 requires feature 20
Again, I replaced the digits of the amount with dots for the sake of privacy. For the sake of avoiding privacy leak I replaced the characters of the long string with dots.
When trying to pay an invoice I get following from lightning-cli:
{
"code": 210,
"message": "Destination 03d..............................................fac is not reachable directly and all routehints were unusable.",
"attempts": [
{
"status": "failed",
"failreason": "Destination 03................................................fac is not reachable directly and all routehints were unusable.",
"partid": 0,
"amount": "7........0msat",
"amount_msat": "7........0msat"
}
]
}
My bitcoin.conf is
daemon=1
keypool=2
I get the same message from lightning-cli when lightningd is launched
over Tor.