monero-site/_i18n/ru/resources/moneropedia/daemon.md
erciccione 7575e6d8e1
Adopt versioning system used in the User Guides to keep track of the translation status of the Moneropedia entries
- 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
2020-10-04 15:00:43 +02:00

16 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
terms: ["daemon", "демон"]
summary: "Фоновый процесс, который запускает и управляет узлом Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
Также, существует возможность отправлять команды демону напрямую или через интерфейс RPC. Ознакомьтесь с [Руководством по демону RPC]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), которое содержит подробное руководство (с примерами) с доступными вызовами RPC. Для получения подробной технической информации о демоне перейдите по ссылке на Monerodocs внизу этой страницы.
---
##### Прочие ресурсы
<sub>1. [monerod на Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
<sub>2. Статья 'демон' на [Wikipedia](https://ru.wikipedia.org/wiki/Демон_(программа))</sub><br>
<sub>3. Вопросы с тегом monerod [на StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>