3
1
What is the difference between a full node and a lightning (network) node?
If a lightning node, that is not a full node, opens a payment channel with another lightning node, how can the first peer check that the other peer does not send a "malicious" closing-channel transaction to the blockhain?
Thank you for your answer. So, a lightning node can not be a full node ? And in that case it will communicate with other full nodes? – ActuallyLZ – 2018-08-30T08:00:00.817
I do not believe there is currently any implementation of a combo full node / lightning node, but I see no reason one couldn't exist, at least in theory (it may be a bad idea for security reasons, etc). But otherwise, yes, the lightning node will communicate with a full node (preferably, one run by the lightning node operator). – chytrik – 2018-08-30T08:04:05.347
A Lightning node is not a Bitcoin full node as it is not a Bitcoin node. – Pieter Wuille – 2018-08-31T04:51:47.393