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?
Creating Fictional Slavic Place Names
Are there practical reasons to NOT use a stepper motor with lead screw for the X and or Y axes?
Do adult Russians normally hand-write Cyrillic as cursive or as block letters?
Will TSA allow me to carry a Continuous Positive Airway Pressure (CPAP) device?
Why does a helium balloon rise?
Do I add my ability modifier to the damage of the bonus-action attack granted by the Crossbow Expert feat?
California: "For quality assurance, this phone call is being recorded"
Show sparse matrices like chessboards
Did thousands of women die every year due to illegal abortions before Roe v. Wade?
Movie where a boy is transported into the future by an alien spaceship
How do I remove hundreds of automatically added network printers?
Hygienic footwear for prehensile feet?
What does it mean by "d-ism of Leibniz" and "dotage of Newton" in simple English?
Can an old DSLR be upgraded to match modern smartphone image quality
Anyone teach web development? How do you assess it?
Is it possible to kill all life on Earth?
Working in the USA for living expenses only; allowed on VWP?
You've spoiled/damaged the card
Unorthodox way of solving Einstein field equations
Does any lore text explain why the planes of Acheron, Gehenna, and Carceri are the alignment they are?
Humans meet a distant alien species. How do they standardize? - Units of Measure
Have powerful mythological heroes ever run away or been deeply afraid?
Can I ask a publisher for a paper that I need for reviewing
Please help me identify this plane
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
3
I think you should unaccept my answer, as it is wrong.
– Nate Eldredge
May 17 at 23:35
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 May 17 at 16:58
Patoshi パトシPatoshi パトシ
3,8191054105
3,8191054105
3
I think you should unaccept my answer, as it is wrong.
– Nate Eldredge
May 17 at 23:35
add a comment |
3
I think you should unaccept my answer, as it is wrong.
– Nate Eldredge
May 17 at 23:35
3
3
I think you should unaccept my answer, as it is wrong.
– Nate Eldredge
May 17 at 23:35
I think you should unaccept my answer, as it is wrong.
– Nate Eldredge
May 17 at 23:35
add a comment |
3 Answers
3
active
oldest
votes
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 |
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
May 17 at 17:34
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
May 17 at 17:47
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.
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
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 May 17 at 17:33
Mark HMark H
1,36919
1,36919
add a comment |
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
May 17 at 17:34
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
May 17 at 17:47
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
May 17 at 17:34
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
May 17 at 17:47
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 May 17 at 17:30
Rene PickhardtRene Pickhardt
3,841218
3,841218
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
May 17 at 17:34
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
May 17 at 17:47
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
May 17 at 17:34
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
May 17 at 17:47
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
May 17 at 17:34
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
May 17 at 17:34
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
May 17 at 17:47
Fully agree. Even sub dust htlcs are not created as outputs as I recently mentioned here. Well edit / improve my answer later
– Rene Pickhardt
May 17 at 17:47
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.
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.
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 May 17 at 17:13
Nate EldredgeNate Eldredge
20.6k33071
20.6k33071
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
3
I think you should unaccept my answer, as it is wrong.
– Nate Eldredge
May 17 at 23:35