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?
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?
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.
CRYPTONOTE_MAX_TX_SIZE
can never be reached, sinceget_transaction_weight_limit()
will always return 149.4kB. – koe Jun 15 '20 at 14:17