[ad_1]
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It only takes a minute to sign up.
Anybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Asked
Viewed
32 times
Currently I have my own full bitcoind node running on a VPS and an LND instance connecting to it and working fine.
However I am thinking, what if I share access to my bitcoind node to some other users willing to connect their own LND instances to it? So, in the end there will be independent LND instances serving for their users but running on top of a single bitcoind instance.
Do I have a risk of exposing data/balances/transactions between these users? Do users have risks of me taking the control over their wallets?
A Lightning node needs a full Bitcoin node to be secure. If the Bitcoin node is operated by someone else, there are some rather trivial attacks that can be used to steal money from you. For example, the Bitcoin node operator might open a channel with you and later close it with an outdated state. Since they control which transactions your Lightning node knows about, it will never learn of the channel close and won’t broadcast a penalty transaction (unless you use an external watchtower).
Sharing a bitcoind instance (which presumably doesn’t run a wallet) doesn’t come with as big of a risk, but Bitcoin Core’s RPC interface is not meant to be exposed to the internet since it doesn’t scale well for multiple users and can be easily overloaded.
answered 4 hours ago
1
Your privacy
By clicking โAccept all cookiesโ, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.
ย
[ad_2]
Source link
Leave a Reply