Can the bitcoin lightning network support more than 8 decimal places?Can you send amounts that would typically be considered 'dust' through the Lightning Network?Is Lightning Network a risk for Bitcoin security since it reduces miner fees?In a Lightning Network who commits to the blockchain the final transaction?In the Lightning Network, what happens if a “middle node” suddenly goes dormant for a long while?How come the lightning network creators believe the fees will be zero?Can Lightning Network be used for individual small transactions?Will Lightning Network still require a confirmation from the network?What is the size of different types of channel funding/closing transactions for the Lightning Network?Routing in Bitcoin Lightning NetworkCan someone please explain the meaning of “neutrino” within the lightning network?
How to fix "webpack Dev Server Invalid Options" in Vuejs
Hotel booking: Why is Agoda much cheaper than booking.com?
What is the backup for a glass cockpit, if a plane loses power to the displays/controls?
Why does string strummed with finger sound different from the one strummed with pick?
Can a problematic AL DM/organizer prevent me from running a separatate AL-legal game at the same store?
Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario
Working hours and productivity expectations for game artists and programmers
About sklearn.metrics.average_precision_score documentation
Parse a C++14 integer literal
Is it possible to view all the attribute data in QGIS
What's is the easiest way to purchase a stock and hold it
Why did Varys explain his plans to Tyrion, even after it was clear he was unwilling?
How does the "reverse syntax" in Middle English work?
Can I have a delimited macro with a literal # in the parameter text?
pwaS eht tirsf dna tasl setterl fo hace dorw
Why won't the U.S. be a signatory nation of The United Nations Convention on the Law of the Sea?
Why are Marine Le Pen's possible connections with Steve Bannon something worth investigating?
Managing heat dissipation in a magic wand
Everytime I convert PDF to PNG it becomes more pixely. How can I fix it?
Have I found a major security issue with login
How can sister protect herself from impulse purchases with a credit card?
Character had a different name in the past. Which name should I use in a flashback?
What does it mean for a program to be 32 or 64 bit?
Why does snapping your fingers activate the Infinity Gauntlet?
Can the bitcoin lightning network support more than 8 decimal places?
Can you send amounts that would typically be considered 'dust' through the Lightning Network?Is Lightning Network a risk for Bitcoin security since it reduces miner fees?In a Lightning Network who commits to the blockchain the final transaction?In the Lightning Network, what happens if a “middle node” suddenly goes dormant for a long while?How come the lightning network creators believe the fees will be zero?Can Lightning Network be used for individual small transactions?Will Lightning Network still require a confirmation from the network?What is the size of different types of channel funding/closing transactions for the Lightning Network?Routing in Bitcoin Lightning NetworkCan someone please explain the meaning of “neutrino” within the lightning network?
Say Bitcoin goes to 1 a million dollars. We need more decimals, but btc core only supports 8 decimals? By that time its safe to assume everyone will be using lightning to do transactions, but will lightning have support for more than 8 decimals?
lightning-network satoshi
add a comment |
Say Bitcoin goes to 1 a million dollars. We need more decimals, but btc core only supports 8 decimals? By that time its safe to assume everyone will be using lightning to do transactions, but will lightning have support for more than 8 decimals?
lightning-network satoshi
add a comment |
Say Bitcoin goes to 1 a million dollars. We need more decimals, but btc core only supports 8 decimals? By that time its safe to assume everyone will be using lightning to do transactions, but will lightning have support for more than 8 decimals?
lightning-network satoshi
Say Bitcoin goes to 1 a million dollars. We need more decimals, but btc core only supports 8 decimals? By that time its safe to assume everyone will be using lightning to do transactions, but will lightning have support for more than 8 decimals?
lightning-network satoshi
lightning-network satoshi
asked 6 hours ago
Patoshi パトシPatoshi パトシ
4,0481054105
4,0481054105
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
https://lightning.engineering/index.html#faq
Lightning doesn't use its own token or currency, it only uses Bitcoin when on the Bitcoin blockchain. Lightning sends payments using the transaction format of the underlying blockchain. When running on Bitcoin, Lightning is actually exchanging native Bitcoin transactions—without the need to broadcast every transaction to the chain.
This suggests that Lightning transactions use the same units as Bitcoin, and that it is not possible to use Lightning (in its current form) to exchange amounts in denominations smaller than 1 satoshi.
Thanks, Mark. Can you write a separate answer, and I'll delete this one?
– Nate Eldredge
5 hours ago
add a comment |
Generally lightning transfers the currency of the baselayer. In the case of Bitcoin the smallest unit of account is 1 Satosh. However the base unit on lightning is 1/1000 of 1 Satoshi. This means that smaller transfer of value than 1 Satoshi is possible. With this comes an issue: the base layer can't enforce sub Satoshi amounts. So while it is possible to make such payments and calculate with such amounts on lightning in the case of channel closing the amounts will be rounded and channel partners cannot rely on such amounts.
There are two solutions to have an enforcement of sub Satoshi amounts on chain. First one could do a Bitcoin fork that enables sub Satoshi amounts. Second there could be a sidechain line laid which peggs Bitcoin but internally supports a smaller denomination than Satoshi. The lightning network could also be extended to that base chain.
1
I think it would be useful to mention that currently when you make a transaction in sub-satoshi, you generally remove it out of your own balance in the commitment transaction rather than making it as an HTLC output. this is because the entire transaction would not be enforceable on the bitcoin network, in case you want to do a unilateral close, if you make a sub-satoshi output.
– Ugam Kamat
5 hours ago
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
5 hours ago
add a comment |
Lightning uses millisatoshis as the unit of account for all transactions and routing fees, but the sub-satoshi balances are not reflected on the bitcoin blockchain in the event of channel closure.
When a channel is closed, any sub-satoshi amount held by each party is dropped from the commitment/closing transaction and goes towards payment of the on-chain transaction fee which miners collect.
Amounts below a satoshi, or rather, below dust_limit_satoshis, are made cooperatively between the parties of a channel and are not enforcible on-chain, but if many of such transactions are made, they add up to whole satoshi amounts which will be enforcible in later commitments.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "308"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f87800%2fcan-the-bitcoin-lightning-network-support-more-than-8-decimal-places%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
https://lightning.engineering/index.html#faq
Lightning doesn't use its own token or currency, it only uses Bitcoin when on the Bitcoin blockchain. Lightning sends payments using the transaction format of the underlying blockchain. When running on Bitcoin, Lightning is actually exchanging native Bitcoin transactions—without the need to broadcast every transaction to the chain.
This suggests that Lightning transactions use the same units as Bitcoin, and that it is not possible to use Lightning (in its current form) to exchange amounts in denominations smaller than 1 satoshi.
Thanks, Mark. Can you write a separate answer, and I'll delete this one?
– Nate Eldredge
5 hours ago
add a comment |
https://lightning.engineering/index.html#faq
Lightning doesn't use its own token or currency, it only uses Bitcoin when on the Bitcoin blockchain. Lightning sends payments using the transaction format of the underlying blockchain. When running on Bitcoin, Lightning is actually exchanging native Bitcoin transactions—without the need to broadcast every transaction to the chain.
This suggests that Lightning transactions use the same units as Bitcoin, and that it is not possible to use Lightning (in its current form) to exchange amounts in denominations smaller than 1 satoshi.
Thanks, Mark. Can you write a separate answer, and I'll delete this one?
– Nate Eldredge
5 hours ago
add a comment |
https://lightning.engineering/index.html#faq
Lightning doesn't use its own token or currency, it only uses Bitcoin when on the Bitcoin blockchain. Lightning sends payments using the transaction format of the underlying blockchain. When running on Bitcoin, Lightning is actually exchanging native Bitcoin transactions—without the need to broadcast every transaction to the chain.
This suggests that Lightning transactions use the same units as Bitcoin, and that it is not possible to use Lightning (in its current form) to exchange amounts in denominations smaller than 1 satoshi.
https://lightning.engineering/index.html#faq
Lightning doesn't use its own token or currency, it only uses Bitcoin when on the Bitcoin blockchain. Lightning sends payments using the transaction format of the underlying blockchain. When running on Bitcoin, Lightning is actually exchanging native Bitcoin transactions—without the need to broadcast every transaction to the chain.
This suggests that Lightning transactions use the same units as Bitcoin, and that it is not possible to use Lightning (in its current form) to exchange amounts in denominations smaller than 1 satoshi.
answered 5 hours ago
Nate EldredgeNate Eldredge
20.8k33071
20.8k33071
Thanks, Mark. Can you write a separate answer, and I'll delete this one?
– Nate Eldredge
5 hours ago
add a comment |
Thanks, Mark. Can you write a separate answer, and I'll delete this one?
– Nate Eldredge
5 hours ago
Thanks, Mark. Can you write a separate answer, and I'll delete this one?
– Nate Eldredge
5 hours ago
Thanks, Mark. Can you write a separate answer, and I'll delete this one?
– Nate Eldredge
5 hours ago
add a comment |
Generally lightning transfers the currency of the baselayer. In the case of Bitcoin the smallest unit of account is 1 Satosh. However the base unit on lightning is 1/1000 of 1 Satoshi. This means that smaller transfer of value than 1 Satoshi is possible. With this comes an issue: the base layer can't enforce sub Satoshi amounts. So while it is possible to make such payments and calculate with such amounts on lightning in the case of channel closing the amounts will be rounded and channel partners cannot rely on such amounts.
There are two solutions to have an enforcement of sub Satoshi amounts on chain. First one could do a Bitcoin fork that enables sub Satoshi amounts. Second there could be a sidechain line laid which peggs Bitcoin but internally supports a smaller denomination than Satoshi. The lightning network could also be extended to that base chain.
1
I think it would be useful to mention that currently when you make a transaction in sub-satoshi, you generally remove it out of your own balance in the commitment transaction rather than making it as an HTLC output. this is because the entire transaction would not be enforceable on the bitcoin network, in case you want to do a unilateral close, if you make a sub-satoshi output.
– Ugam Kamat
5 hours ago
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
5 hours ago
add a comment |
Generally lightning transfers the currency of the baselayer. In the case of Bitcoin the smallest unit of account is 1 Satosh. However the base unit on lightning is 1/1000 of 1 Satoshi. This means that smaller transfer of value than 1 Satoshi is possible. With this comes an issue: the base layer can't enforce sub Satoshi amounts. So while it is possible to make such payments and calculate with such amounts on lightning in the case of channel closing the amounts will be rounded and channel partners cannot rely on such amounts.
There are two solutions to have an enforcement of sub Satoshi amounts on chain. First one could do a Bitcoin fork that enables sub Satoshi amounts. Second there could be a sidechain line laid which peggs Bitcoin but internally supports a smaller denomination than Satoshi. The lightning network could also be extended to that base chain.
1
I think it would be useful to mention that currently when you make a transaction in sub-satoshi, you generally remove it out of your own balance in the commitment transaction rather than making it as an HTLC output. this is because the entire transaction would not be enforceable on the bitcoin network, in case you want to do a unilateral close, if you make a sub-satoshi output.
– Ugam Kamat
5 hours ago
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
5 hours ago
add a comment |
Generally lightning transfers the currency of the baselayer. In the case of Bitcoin the smallest unit of account is 1 Satosh. However the base unit on lightning is 1/1000 of 1 Satoshi. This means that smaller transfer of value than 1 Satoshi is possible. With this comes an issue: the base layer can't enforce sub Satoshi amounts. So while it is possible to make such payments and calculate with such amounts on lightning in the case of channel closing the amounts will be rounded and channel partners cannot rely on such amounts.
There are two solutions to have an enforcement of sub Satoshi amounts on chain. First one could do a Bitcoin fork that enables sub Satoshi amounts. Second there could be a sidechain line laid which peggs Bitcoin but internally supports a smaller denomination than Satoshi. The lightning network could also be extended to that base chain.
Generally lightning transfers the currency of the baselayer. In the case of Bitcoin the smallest unit of account is 1 Satosh. However the base unit on lightning is 1/1000 of 1 Satoshi. This means that smaller transfer of value than 1 Satoshi is possible. With this comes an issue: the base layer can't enforce sub Satoshi amounts. So while it is possible to make such payments and calculate with such amounts on lightning in the case of channel closing the amounts will be rounded and channel partners cannot rely on such amounts.
There are two solutions to have an enforcement of sub Satoshi amounts on chain. First one could do a Bitcoin fork that enables sub Satoshi amounts. Second there could be a sidechain line laid which peggs Bitcoin but internally supports a smaller denomination than Satoshi. The lightning network could also be extended to that base chain.
answered 5 hours ago
Rene PickhardtRene Pickhardt
3,673218
3,673218
1
I think it would be useful to mention that currently when you make a transaction in sub-satoshi, you generally remove it out of your own balance in the commitment transaction rather than making it as an HTLC output. this is because the entire transaction would not be enforceable on the bitcoin network, in case you want to do a unilateral close, if you make a sub-satoshi output.
– Ugam Kamat
5 hours ago
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
5 hours ago
add a comment |
1
I think it would be useful to mention that currently when you make a transaction in sub-satoshi, you generally remove it out of your own balance in the commitment transaction rather than making it as an HTLC output. this is because the entire transaction would not be enforceable on the bitcoin network, in case you want to do a unilateral close, if you make a sub-satoshi output.
– Ugam Kamat
5 hours ago
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
5 hours ago
1
1
I think it would be useful to mention that currently when you make a transaction in sub-satoshi, you generally remove it out of your own balance in the commitment transaction rather than making it as an HTLC output. this is because the entire transaction would not be enforceable on the bitcoin network, in case you want to do a unilateral close, if you make a sub-satoshi output.
– Ugam Kamat
5 hours ago
I think it would be useful to mention that currently when you make a transaction in sub-satoshi, you generally remove it out of your own balance in the commitment transaction rather than making it as an HTLC output. this is because the entire transaction would not be enforceable on the bitcoin network, in case you want to do a unilateral close, if you make a sub-satoshi output.
– Ugam Kamat
5 hours ago
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
5 hours ago
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
5 hours ago
add a comment |
Lightning uses millisatoshis as the unit of account for all transactions and routing fees, but the sub-satoshi balances are not reflected on the bitcoin blockchain in the event of channel closure.
When a channel is closed, any sub-satoshi amount held by each party is dropped from the commitment/closing transaction and goes towards payment of the on-chain transaction fee which miners collect.
Amounts below a satoshi, or rather, below dust_limit_satoshis, are made cooperatively between the parties of a channel and are not enforcible on-chain, but if many of such transactions are made, they add up to whole satoshi amounts which will be enforcible in later commitments.
add a comment |
Lightning uses millisatoshis as the unit of account for all transactions and routing fees, but the sub-satoshi balances are not reflected on the bitcoin blockchain in the event of channel closure.
When a channel is closed, any sub-satoshi amount held by each party is dropped from the commitment/closing transaction and goes towards payment of the on-chain transaction fee which miners collect.
Amounts below a satoshi, or rather, below dust_limit_satoshis, are made cooperatively between the parties of a channel and are not enforcible on-chain, but if many of such transactions are made, they add up to whole satoshi amounts which will be enforcible in later commitments.
add a comment |
Lightning uses millisatoshis as the unit of account for all transactions and routing fees, but the sub-satoshi balances are not reflected on the bitcoin blockchain in the event of channel closure.
When a channel is closed, any sub-satoshi amount held by each party is dropped from the commitment/closing transaction and goes towards payment of the on-chain transaction fee which miners collect.
Amounts below a satoshi, or rather, below dust_limit_satoshis, are made cooperatively between the parties of a channel and are not enforcible on-chain, but if many of such transactions are made, they add up to whole satoshi amounts which will be enforcible in later commitments.
Lightning uses millisatoshis as the unit of account for all transactions and routing fees, but the sub-satoshi balances are not reflected on the bitcoin blockchain in the event of channel closure.
When a channel is closed, any sub-satoshi amount held by each party is dropped from the commitment/closing transaction and goes towards payment of the on-chain transaction fee which miners collect.
Amounts below a satoshi, or rather, below dust_limit_satoshis, are made cooperatively between the parties of a channel and are not enforcible on-chain, but if many of such transactions are made, they add up to whole satoshi amounts which will be enforcible in later commitments.
answered 5 hours ago
Mark HMark H
1,32419
1,32419
add a comment |
add a comment |
Thanks for contributing an answer to Bitcoin Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f87800%2fcan-the-bitcoin-lightning-network-support-more-than-8-decimal-places%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown