Post
Topic
Board Services
Merits 9 from 7 users
Re: [FULL] ChipMixer Signature Campaign | 0.00075 BTC/post
by
pooya87
on 29/01/2018, 03:26:15 UTC
⭐ Merited by dothebeats (3) ,TheQuin (1) ,OmegaStarScream (1) ,LeGaulois (1) ,DarkStar_ (1) ,Betwrong (1) ,Maestro75 (1)
SegWit addresses don't safe on fees when receiving transactions, the savings happen when you make a payment from a SegWit address.

When sending to a P2PKH the pk_script is:
Code:
OP_DUP OP_HASH160 Size PubKey_hash OP_EQUALVERIFY OP_CHECKSIG
bytes: 1 + 1 + 1 + 20 + 1 + 1 = 25

When sending to a Bech32 address the pk_script is:
Code:
OP_0 Size PubKey_hash
bytes: 1 +1 + 20 = 22

paying ~58 people with Bech32 means 174 bytes smaller Cheesy