Post
Topic
Board Development & Technical Discussion
Re: Wallet with fixed address
by
ranochigo
on 11/02/2018, 13:13:18 UTC
I'm yet to fully understand structure of the block and individual transactions:

* https://blockchain.info/tx/202ecee28d7441fae64a93ddbea780b94d7d91ac3728e8b8dadc57ffee53d722?show_adv=true
* https://btc.com/202ecee28d7441fae64a93ddbea780b94d7d91ac3728e8b8dadc57ffee53d722

Input Scripts
Output Scripts

If there are multiple transaction incoming to a single address - will it save some block space?

That could be a tiny advantage.

I have my BTC address on the website. It is reused. I know I'm at fault. Convenience beats privacy and security.
No advantage. As I've always said, Bitcoin does not have a concept of address. The transactions are basically creating outputs with a requirement to spend them, ie. the signatures. In a transaction, the inputs are signed individually and the input script each contain the respective public keys, even if they are the same. Hence, an input will be considered the same, regardless of which address is comes from. This could change with Schnorr signature in the future.