5

With the recent hardfork of RingCT there has been talk about the transaction sizes increasing to 25kb on average which is a lot more than before.

My question is how does that affect people? Does it affect greatly people who run a full node? Does it mean that the blockchain is going to be too big for most computers? Should the majority of people who have a wallet care about this and if so why?

user202
  • 199
  • 1
  • 6
  • A regular ringct transactions is about 12kb. only large transactions with many inputs and outputs have these huge transaction sizes. – samwellj Jan 11 '17 at 04:30
  • 2
    The transaction size is mainly determined by the number of outputs. The number of inputs and mixin have smaller impact on the tx size. To be more precise, each output comes with a range proof using Borromean ring signature containing 64 pubkeys (representing commitments of all digits) and 2*64+1 scalars. This amounts to 193 instances of 32byte data, i.e. 6kB per output. – kenshi84 Jan 11 '17 at 05:32

1 Answers1

4

Currently, it only affect fees, which are a little higher. In term of disk space, it is negligible (current blockchain size is ~10GB).

The little overhead for network traffic should largely be compensated by fluffy blocks.

Blockchain size is only one factor. What affects people who run a full node is CONOP.

Moroccan Engineer
  • 2,968
  • 2
  • 11
  • 34