I was researching on bitcoins transaction process and how Bitcoin transaction work's with miners, because I heard a lot of people complained of Blockchain technology and it's transaction confirmation issues and I began to compare lightning Network with Bitcoin with their different process of transactions. So my findings bitcoin and lightning nextwork process differently.
On Lightning, the funding transaction spends some Bitcoin UTXO, creating a multisignature UTXO to open the channel. Once the bitcoin is locked within that channel, portions of it can be sent back and forth within the channel, without the need to create any change. This is because the channel partners simply update the channel balance and only create a new UTXO when the channel is eventually closed using the channel closing transaction.
Mining Fees Versus Routing Fees
On the Bitcoin network, users pay fees to miners to have their transactions included in a block. These fees are paid to the miner who mines that particular block. The amount of the fee is based on the size of the transaction in bytes that the transaction is using in a block, as well as how quickly the user wants that transaction mined. Because miners will typically mine the most profitable transactions first, a user who wants their transaction mined immediately will pay a higher fee per byte, while a user who is not in a hurry will pay a lower fee per byte.
On the Lightning Network, users pay fees to other (intermediary node) users to route payments through their channels. To route a payment, an intermediary node will have to move funds in two or more channels they own, as well as transmit the data for the sender’s payment.Mining Fees Versus Routing Fees
On the Bitcoin network, users pay fees to miners to have their transactions included in a block. These fees are paid to the miner who mines that particular block. The amount of the fee is based on the size of the transaction in bytes that the transaction is using in a block, as well as how quickly the user wants that transaction mined. Because miners will typically mine the most profitable transactions first, a user who wants their transaction mined immediately will pay a higher fee per byte, while a user who is not in a hurry will pay a lower fee per byte.
On the Lightning Network, users pay fees to other (intermediary node) users to route payments through their channels. To route a payment, an intermediary node will have to move funds in two or more channels they own, as well as transmit the data for the sender’s payment.
https://github.com/lnbook/lnbook/blob/develop/03_how_ln_works.asciidoc#comparison-with-bitcoin