mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
7575e6d8e1
- Removed the 'untranslated.html' snippet (_includes/untranslated.html). Since now we are using 'disclaimer.html' everywhere - Replaced the old snippet with the new disclaimer (introduced with #966) in all Moneropedia entries - Add snippet where it was missing - Updated instructions in the README
1.3 KiB
1.3 KiB
terms | summary | ||
---|---|---|---|
|
a cryptographically signed container that details the transfer of Monero to a recipient (or recipients) |
{% include disclaimer.html translated="yes" translationOutdated="no" %}
基础知识
交易的参数包含一个或多个具有相应资金数额的收件人地址和一个@环尺寸参数,该参数指定绑定到交易的输出数量。使用的输出越多,混淆的程度就越高,但这是有代价的。因为交易越大输出越多,交易费也就越高。
可以离线产生交易,这提供了额外的隐私性效益。
惟一识别交易的方法是使用可选的支付ID,该ID通常由32字节字符串(64个十六进制字符)。
深度信息
每个交易都包含两个密钥:一个公开的@支付密钥和一个公开的@查看密钥。交易中输出的目标实际上是从这两个密钥计算出的一次性公钥。
当钱包扫描转入的交易时,每笔交易都会被扫描,以查看它是不是属于“你”的。这只需要您的私有的查看密钥和公开的支付密钥,并且该检查是不可变的,不能伪造。如果没有对应的查看私钥,您无法接收交易并标识它们。
为了使用这些资金,您必须为该输出计算一个一次性的支付私钥。这几乎总是由门罗币的钱包软件自动完成的。