monero-site/_i18n/nl/resources/moneropedia/ring-size.md

10 lines
647 B
Markdown
Raw Normal View History

2019-03-10 21:28:49 +00:00
---
terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
2019-03-10 21:28:49 +00:00
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
`Ring size = foreign outputs + 1 (your output)`