what is measured in units of sat/kw?Is there a difference between bytes and virtual bytes (vbytes)?Why...
CTCI Chapter 1 : Palindrome Permutation
How does "Te vas a cansar" mean "You're going to get tired"?
What should I call bands of armed men in Medieval Times?
Blocking people from taking pictures of me with smartphone
Is there a standardised way to check fake news?
What does this double-treble double-bass staff mean?
changing number of arguments to a function in secondary evaluation
How to mark beverage cans in a cooler for a blind person?
How can I solve for the intersection points of two ellipses?
try/finally with bash shell
Understanding the point of a kölsche Witz
Am I overreacting to my team leader's unethical requests?
Can the ground attached to neutral fool a receptacle tester?
How does 'AND' distribute over 'OR' (Set Theory)?
How to take the beginning and end parts of a list with simpler syntax?
Infeasibility in mathematical optimization models
Trying to write a shell script that keeps testing a server remotely, but it keeps falling in else statement when I logout
Are differences between uniformly distributed numbers uniformly distributed?
AsyncDictionary - Can you break thread safety?
What is the difference between 型 and 形?
Te-form and かつ and も?
What is the maximum number of PC-controlled undead?
What does Apple mean by "This may decrease battery life"?
ICO or PNG Format?
what is measured in units of sat/kw?
Is there a difference between bytes and virtual bytes (vbytes)?Why can’t lightning tx’s be signed with sighash single to allow for fee updates?What is the difference between BitCoin, Bitcoin, and bitcoin?What is the correct term for bitcoin market cap?Is it possible for the miners to collude to blackmail a single wealthy address?What is “Midas”?1,500% transaction fee and 3,5 months to confirm?What exactly is XBTC?What is the minRelayTxFee?I keep hearing about MAST, what is it and what does it do?What exactly does redeem in the context of bitcon mean?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Whilst learning about bitcoin & lightning fees I have encountered the abbreviation sat/kw a few times, most recently here:
Why can’t lightning tx’s be signed with sighash single to allow for fee updates?
Is it a ratio of satoshis per kilowatt?
transaction-fees terminology block-weight
New contributor
add a comment |
Whilst learning about bitcoin & lightning fees I have encountered the abbreviation sat/kw a few times, most recently here:
Why can’t lightning tx’s be signed with sighash single to allow for fee updates?
Is it a ratio of satoshis per kilowatt?
transaction-fees terminology block-weight
New contributor
add a comment |
Whilst learning about bitcoin & lightning fees I have encountered the abbreviation sat/kw a few times, most recently here:
Why can’t lightning tx’s be signed with sighash single to allow for fee updates?
Is it a ratio of satoshis per kilowatt?
transaction-fees terminology block-weight
New contributor
Whilst learning about bitcoin & lightning fees I have encountered the abbreviation sat/kw a few times, most recently here:
Why can’t lightning tx’s be signed with sighash single to allow for fee updates?
Is it a ratio of satoshis per kilowatt?
transaction-fees terminology block-weight
transaction-fees terminology block-weight
New contributor
New contributor
edited 9 hours ago
Murch♦
36k27 gold badges119 silver badges350 bronze badges
36k27 gold badges119 silver badges350 bronze badges
New contributor
asked 10 hours ago
thermalCatthermalCat
63 bronze badges
63 bronze badges
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I assume that James is using "sat/kw", to refer to "satoshi per kiloweightunit" as a means to express the fee rate of a transaction. "Weight" here refers to what replaced "blocksize" as a blockspace limit in the protocol rules with the segwit softfork.
I'm seeing "sat/kw" for the first time in this context. I've seen wu
used before to refer to weightunits instead of w
, and "virtual bytes vB
" seem to be more common generally.
I've explained the relationship of blocksize, virtual size and weight in depth here: Is there a difference between bytes and virtual bytes (vbytes)?
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
});
}
});
thermalCat is a new contributor. Be nice, and check out our Code of Conduct.
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%2f89680%2fwhat-is-measured-in-units-of-sat-kw%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I assume that James is using "sat/kw", to refer to "satoshi per kiloweightunit" as a means to express the fee rate of a transaction. "Weight" here refers to what replaced "blocksize" as a blockspace limit in the protocol rules with the segwit softfork.
I'm seeing "sat/kw" for the first time in this context. I've seen wu
used before to refer to weightunits instead of w
, and "virtual bytes vB
" seem to be more common generally.
I've explained the relationship of blocksize, virtual size and weight in depth here: Is there a difference between bytes and virtual bytes (vbytes)?
add a comment |
I assume that James is using "sat/kw", to refer to "satoshi per kiloweightunit" as a means to express the fee rate of a transaction. "Weight" here refers to what replaced "blocksize" as a blockspace limit in the protocol rules with the segwit softfork.
I'm seeing "sat/kw" for the first time in this context. I've seen wu
used before to refer to weightunits instead of w
, and "virtual bytes vB
" seem to be more common generally.
I've explained the relationship of blocksize, virtual size and weight in depth here: Is there a difference between bytes and virtual bytes (vbytes)?
add a comment |
I assume that James is using "sat/kw", to refer to "satoshi per kiloweightunit" as a means to express the fee rate of a transaction. "Weight" here refers to what replaced "blocksize" as a blockspace limit in the protocol rules with the segwit softfork.
I'm seeing "sat/kw" for the first time in this context. I've seen wu
used before to refer to weightunits instead of w
, and "virtual bytes vB
" seem to be more common generally.
I've explained the relationship of blocksize, virtual size and weight in depth here: Is there a difference between bytes and virtual bytes (vbytes)?
I assume that James is using "sat/kw", to refer to "satoshi per kiloweightunit" as a means to express the fee rate of a transaction. "Weight" here refers to what replaced "blocksize" as a blockspace limit in the protocol rules with the segwit softfork.
I'm seeing "sat/kw" for the first time in this context. I've seen wu
used before to refer to weightunits instead of w
, and "virtual bytes vB
" seem to be more common generally.
I've explained the relationship of blocksize, virtual size and weight in depth here: Is there a difference between bytes and virtual bytes (vbytes)?
answered 9 hours ago
Murch♦Murch
36k27 gold badges119 silver badges350 bronze badges
36k27 gold badges119 silver badges350 bronze badges
add a comment |
add a comment |
thermalCat is a new contributor. Be nice, and check out our Code of Conduct.
thermalCat is a new contributor. Be nice, and check out our Code of Conduct.
thermalCat is a new contributor. Be nice, and check out our Code of Conduct.
thermalCat is a new contributor. Be nice, and check out our Code of Conduct.
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%2f89680%2fwhat-is-measured-in-units-of-sat-kw%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