what is measured in units of sat/kw?

1

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?

thermalCat

Posted 2019-08-11T18:04:56.020

Reputation: 13

Answers

2

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)?

Murch

Posted 2019-08-11T18:04:56.020

Reputation: 41 609

1Actually in the BOLTs, kw is used to calculate fees for commitment transactions. So I think Jannes picked up "sat/kw" from there.Ugam Kamat 2019-08-12T08:09:46.720