0

Assume the ring size = 11.

If I have 1 input, 10 decoys are added. 1 key image.

If I have N input, 11 - N decoys are added. N key image.

Is the above statement true?

Does it mean that if the number of inputs increases, there is less privacy?

jtgrassie
  • 19,111
  • 4
  • 14
  • 51
Cisco Mmu
  • 161
  • 2

1 Answers1

2

What is the max no of input for Monero tx?

The only restriction affecting the quantity of inputs a tx can include is the overall tx size maximum, 149.4kB [src].

How does it affect the no of decoys?

Each input has its own ring. Thus for each input being spent there is the input itself, 10 decoys and 1 key image.

Does it mean that if the number of inputs increases, there is less privacy?

No. See previous point.

jtgrassie
  • 19,111
  • 4
  • 14
  • 51