mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 12:26:34 +02: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
15 lines
729 B
Markdown
15 lines
729 B
Markdown
---
|
||
terms: ["spend-key", "spend-keys"]
|
||
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
|
||
---
|
||
|
||
{% include disclaimer.html translated="yes" translationOutdated="no" %}
|
||
### 基础知识
|
||
|
||
每个帐户拥有的两对私钥和公钥中的一对,其中*私有的*支付密钥(私钥),用于花费帐户中的任何资金。
|
||
|
||
|
||
### 深度信息
|
||
|
||
*私有的*支付密钥是一个256位的整数,用于对门罗币的交易进行签名。使用当前官方钱包的确定性密钥推导方法,私有的支付密钥也是@助记词种子的另一种表示形式。它可以用来派生账户中所有的其它密钥。
|