Pages:
Author

Topic: The Lightning Network FAQ - page 42. (Read 32053 times)

legendary
Activity: 3892
Merit: 6012
Decentralization Maximalist
May 21, 2021, 12:23:44 PM
Lightning Network for use with bitcoin only right?
Can Lightning Network use with other alt coin?

Litecoin and (I think) Vertcoin also have Lightning implementations, but in terms of usage, I get the impression they're pretty limited.  There's not nearly as much liquidity on those chains.  In essence, you'll find it easier to make payments with LN using Bitcoin, compared to altcoins.
You forgot Groestlcoin Wink (seriously, I even think to remember they were the first coin who implemented it).

It is even possible to exchange coins via Lightning, but then both participants need a channel for each coin obviously. So it's not a really "easy" way to swap coins, at least if you want to do it without a centralized intermediary.

OmniBOLT also allows tokens to be used on Lightning (on Bitcoin), but I guess you need a separate channel for each token (can someone confirm this?).
legendary
Activity: 3724
Merit: 3063
Leave no FUD unchallenged
May 21, 2021, 05:44:19 AM
Lightning Network for use with bitcoin only right?
Can Lightning Network use with other alt coin?

Litecoin and (I think) Vertcoin also have Lightning implementations, but in terms of usage, I get the impression they're pretty limited.  There's not nearly as much liquidity on those chains.  In essence, you'll find it easier to make payments with LN using Bitcoin, compared to altcoins.
legendary
Activity: 1344
Merit: 6415
Farewell, Leo
May 21, 2021, 05:31:23 AM
Lightning Network for use with bitcoin only right?
Well, at the moment I believe that it's only available for Bitcoin. There is a serious problem with small micro-transactions in contrast with its forks. Litecoin for example doesn't necessarily need LN since a transaction costs up to 4 cents.  (~0.00000051 LTC)

Can Lightning Network use with other alt coin?
Are you asking if it has been implemented or if it's possible to implement it? If we're talking about the second, it surely is. At least, for the forks of Bitcoin you probably won't have to make big changes in the variables.

Can Lightning Network create as new alter coin and fast same?
The Lightning Network is a protocol, not a token.
legendary
Activity: 3430
Merit: 3071
May 21, 2021, 05:21:18 AM
how many used one of the "lightning in a box" implementations.

Not that it matters that much, but all the pre-done ones that I know of are running LND so over time C-lightning could wind up being a much smaller player.
I like the C-lightning plugins idea, but LND seems to be more widely used.

seems like a mistake

because LND's written using golang, the devs are having to deal with golang's problems

1. Difficult to find bugs where the CPU usage has frequent 100% spikes
2. High memory usage, again where spikes are sometimes difficult to explain

using golang makes it hard(er) to control that sort of thing, and it's by design, because the idea is that the programmer can focus on writing the app, not on the subtle job of also making the app talk to the operating system

c-lightning uses minimal RAM and CPU, because it's written in C, where the programmer must directly control almost everything the app does (with golang, a bunch of Google-written magic does the job for you)


So really, these small rPi nodes (and bigger servers with more than one LN node per machine) are better off ditching LND.

It's becoming more clear this will be necessary as Lightning gets more actual use; I'm running c-lightning on an rPi 3, and when the network is quiet, all is well with system resources (I've got 2GB swap space on an SSD to ameliorate the low RAM). But when there are big storms of transactions, the gossip updates push the CPUs to ~ 50%. There will be even more bigger surges in future, I expect


If LND don't fix their problems before Lightning use gets more regular (and heavier), these little rPi nodes won't be able to handle it.

Besides, LND seems to exist to sell a bunch of services to you anyway (swaps and watchtowers), c-lightning is focusing on supporting a more peer-to-peer dynamic (dual-funded channels). LND is coming to represent what critics say about Lightning: resource heavy and centralized
member
Activity: 406
Merit: 45
May 21, 2021, 05:19:40 AM
Lightning Network for use with bitcoin only right?
Can Lightning Network use with other alt coin?

Can Lightning Network create as new alter coin and fast same?

legendary
Activity: 2898
Merit: 1823
May 20, 2021, 07:20:09 AM
https://bitcoinmagazine.com/technical/first-dual-funded-lightning-channel-opens

Quote

The world’s first dual-funded mainnet Lightning Network channel was opened last week in block 681,753 on the Bitcoin mainnet. Blockstream used its c-lightning implementation of the Lightning Network protocol to open the channel and announced it via a blog post.

A dual-funded Lightning channel allows both participant nodes to contribute to the channel’s opening transaction. It is unique because, up to this point, only the Lightning node that initiated the channel opening was able to add funds to the funding transaction.


Dual-funded Lightning channels are now possible. Obviously once implemented by all the other Lightning implenentations, it makes Lightning usage more practical on both user side and merchants/services side. It might be this upgrade merchants/services need to actually start offering Lightning as a payment option.
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
May 16, 2021, 07:21:10 PM
...reaching the destination when being able of opening a TCP socket with the last peer?

And the entire communications chain has to remain active end to end until the lightning transaction has been accepted.
Each node only talks to the next one and then back. But, yes until it's all done each node needs to know the status of the next.

-Dave
legendary
Activity: 3724
Merit: 1739
Join the world-leading crypto sportsbook NOW!
May 15, 2021, 11:39:36 AM
So basically, per protocol, a node behind nat, even if it's connected to a public node, doesn't become able to receive routed payments. It just stay private, correct?

Yes, that is with just about anything behind NAT without port forwarding.

You have a public IP, behind the router that is in front your can have just about any number of devices. When a packet of data hits the public IP, if the firewall / router does not know what to do with it, they drop / discard it. If there is port forwarding running, it knows that data coming in on port X goes to a certain device on the private side.

There are some automated ways of doing this, and some other trickery to work around it but none of them are 100% reliable.

-Dave



To have a better understandment of this, I try to make this analogy: is LN like an OSPF (link state) network topology, where each node, at least when it send a tx, needs to know the entire route, reaching the destination when being able of opening a TCP socket with the last peer?

Is not like a distance vector network topology, where a node just need to know the state of the nearest peer and not the entire path, correct?
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
May 15, 2021, 09:22:20 AM
So basically, per protocol, a node behind nat, even if it's connected to a public node, doesn't become able to receive routed payments. It just stay private, correct?

Yes, that is with just about anything behind NAT without port forwarding.

You have a public IP, behind the router that is in front your can have just about any number of devices. When a packet of data hits the public IP, if the firewall / router does not know what to do with it, they drop / discard it. If there is port forwarding running, it knows that data coming in on port X goes to a certain device on the private side.

There are some automated ways of doing this, and some other trickery to work around it but none of them are 100% reliable.

-Dave
legendary
Activity: 3724
Merit: 1739
Join the world-leading crypto sportsbook NOW!
May 15, 2021, 08:56:09 AM
Question:
.....
If I try to send a routed payment from coingate to electrum, even having capacity on both the raspiblitz and coingate, it cannot be completed.


Ex: LN COINGATE > LN RASPIBLITZ > LN ELECTRUM


I suspect that this could be a nat problem, but I thought that since electrum has a permanent TCP socket open with the raspiblitz, it would become reachable even behind NAT, to receive routed payments.

Is it possible to forward port 9735 from the public to the private side?
I do not think NAT will work since your router / firewall will just dump incoming packets that it does not know how to route and lnd does not use any form of upnp.

If you cannot forward the port there is always the option to use TOR.

-Dave

So basically, per protocol, a node behind nat, even if it's connected to a public node, doesn't become able to receive routed payments. It just stay private, correct?
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
May 15, 2021, 08:48:21 AM
Question:
.....
If I try to send a routed payment from coingate to electrum, even having capacity on both the raspiblitz and coingate, it cannot be completed.


Ex: LN COINGATE > LN RASPIBLITZ > LN ELECTRUM


I suspect that this could be a nat problem, but I thought that since electrum has a permanent TCP socket open with the raspiblitz, it would become reachable even behind NAT, to receive routed payments.

Is it possible to forward port 9735 from the public to the private side?
I do not think NAT will work since your router / firewall will just dump incoming packets that it does not know how to route and lnd does not use any form of upnp.

If you cannot forward the port there is always the option to use TOR.

-Dave
legendary
Activity: 3724
Merit: 1739
Join the world-leading crypto sportsbook NOW!
May 15, 2021, 08:08:35 AM
Question:

I've a public node (raspiblitz) with public IP, and with this node i'm able to interact in both ways (sending and receiving) without problems, even with routed payments.


To try LN better, i've also opened a LN wallet/node with electrum, on a connection behind a NAT. I've then opened a channel from electrum to the raspiblitz

Now the problem:

If I try to send a routed payment from electrum to... let's say coingate, no problem.

Ex: LN ELECTRUM (BEHIND NAT) > LN RASPIBLITZ > LN COINGATE


If I try to send a payment from the raspiblitz to electrum, also no problem

Ex: LN RASPIBLITZ > LN ELECTRUM



If I try to send a routed payment from coingate to electrum, even having capacity on both the raspiblitz and coingate, it cannot be completed.


Ex: LN COINGATE > LN RASPIBLITZ > LN ELECTRUM


I suspect that this could be a nat problem, but I thought that since electrum has a permanent TCP socket open with the raspiblitz, it would become reachable even behind NAT, to receive routed payments.


legendary
Activity: 2898
Merit: 1823
May 10, 2021, 07:08:47 AM
I'm pretty sure that's a part of the point Frankie was trying to make a week or two ago and got shouted down for their efforts.

You can see his deleted posts here. He was mostly arguing about Lightning not being Bitcoin.

Mostly, but not exclusively.


He also debated, almost commanded everyone to listen and accept because it’s “true” and a “fact”, that Lightning transactions are IOUs. It’s laughable to think because opening a channel requires an onchain transaction. They are literally Bitcoin transactions that haven’t been settled onchain yet.
legendary
Activity: 3626
Merit: 2209
💲🏎️💨🚓
May 10, 2021, 06:54:11 AM
I'm pretty sure that's a part of the point Frankie was trying to make a week or two ago and got shouted down for their efforts.

You can see his deleted posts here. He was mostly arguing about Lightning not being Bitcoin.

Mostly, but not exclusively.
legendary
Activity: 1876
Merit: 3131
May 10, 2021, 04:03:32 AM
I wouldn't know where that could be done honestly, there are countless threads on LN and no one seems to fit. And I don't want to open then next Lightning Network thread on that also. [...] Maybe the post will get indexed and those who are interested will find it.

Thanks for your suggestion. I will probably overhaul this thread at some point. Still, I think that there are plenty of YouTube videos and Medium articles showing such basics. Although, I am not sure how up-to-date they are since I didn't look at any of them in a long time.

I don't think taproot is needed for this.

Sure, but with Taproot, no one will be able to tell if coins were locked up in a channel (unless that channel ends up being closed uncooperatively). That's a significant privacy enhancement.

I'm pretty sure that's a part of the point Frankie was trying to make a week or two ago and got shouted down for their efforts.

You can see his deleted posts here. He was mostly arguing about Lightning not being Bitcoin.
legendary
Activity: 3626
Merit: 2209
💲🏎️💨🚓
May 09, 2021, 07:21:48 AM
In a way, a custodial LN wallet is a mixer already. The only thing they'd have to add, is deleting all records after a transaction was made.
For a wallet that's not very practical, but if you're willing to trust a third party to mix funds, you can just as well use a wallet that does everything for you.


I'm pretty sure that's a part of the point Frankie was trying to make a week or two ago and got shouted down for their efforts.
copper member
Activity: 1610
Merit: 1898
Amazon Prime Member #7
May 09, 2021, 06:36:15 AM
Lightning service idea. After Taproot is activated, what about a tumbler/mixer built, and developed for the Lightning Network. You can’t force coffee drinkers to spend their Bitcoin, but you can make thouasands of Heroine dealers move their Bitcoin through a Lightning tumber. Can be more efficient through Lightning, or just making it more complicated?
I don't think taproot is needed for this.

In order to mix your coin, you will need two channels, one with outbound capacity, and one with inbound capacity in the same amount. Once you have the two channels open, you simply make a LN payment from one node to the other. You can increase your privacy by sending multiple payments from one node to the other over time. Privacy will also be increased as more users use the LN network for more transactions. Privacy can be increased by having both nodes have multiple channels open, by not transferring the entire balance in the channel, and by waiting an amount of time before closing the channels.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
May 08, 2021, 06:42:38 AM
Might be difficult/not practical, because
1. Since LN require you to connect to another node (which mean both party know each other IP), the usage of Tor/VPN will be important. It means you need to use system-wide VPN or LN wallet which support Tor.
~
3. Depending on how it works, you need specific LN wallet.
In a way, a custodial LN wallet is a mixer already. The only thing they'd have to add, is deleting all records after a transaction was made.
For a wallet that's not very practical, but if you're willing to trust a third party to mix funds, you can just as well use a wallet that does everything for you.
legendary
Activity: 2898
Merit: 1823
May 08, 2021, 04:48:33 AM
Lightning service idea. After Taproot is activated, what about a tumbler/mixer built, and developed for the Lightning Network. You can’t force coffee drinkers to spend their Bitcoin, but you can make thouasands of Heroine dealers move their Bitcoin through a Lightning tumber. Can be more efficient through Lightning, or just making it more complicated?
legendary
Activity: 2310
Merit: 1422
April 30, 2021, 08:54:44 AM
https://starblocks.acinq.co/
Just found this awesome live shop free to use to have a first hand experience of the Lightning Network (testnet). I showed it to a few friends (skeptical about Bitcoin in general and LN in particular) and they were gobsmacked at the end.
Could it make sense to add it to OP for those who want to test it without getting hurt?

The website is still alive? I remember few years ago where i used it as part of testing LN and was popular to trying LN.

But since OP don't mention how to use/try LN, maybe it's better to mention it on different LN thread.
I wouldn't know where that could be done honestly, there are countless threads on LN and no one seems to fit. And I don't want to open then next Lightning Network thread on that also.
I think it's a great way to show the overall LN experience even if it's only on testnet.
Maybe the post will get indexed and those who are interested will find it.
Pages:
Jump to: