mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-28 18:56:33 +02:00
Moneropedia: add 'Daemon' entry
This commit is contained in:
parent
019da8e19b
commit
a8fb705e6f
@ -680,6 +680,7 @@ moneropedia:
|
|||||||
coinbase: Coinbase Transaction
|
coinbase: Coinbase Transaction
|
||||||
consensus: Consensus
|
consensus: Consensus
|
||||||
cryptocurrency: Cryptocurrency
|
cryptocurrency: Cryptocurrency
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Data Directory
|
data-directory: Data Directory
|
||||||
denominations: Denominations
|
denominations: Denominations
|
||||||
destination: Destination
|
destination: Destination
|
||||||
|
15
_i18n/ar/resources/moneropedia/daemon.md
Normal file
15
_i18n/ar/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -681,6 +681,7 @@ moneropedia:
|
|||||||
coinbase: Coinbase-Transaktion
|
coinbase: Coinbase-Transaktion
|
||||||
consensus: Konsens
|
consensus: Konsens
|
||||||
cryptocurrency: Kryptowährung
|
cryptocurrency: Kryptowährung
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Datenverzeichnis
|
data-directory: Datenverzeichnis
|
||||||
denominations: Stückelung
|
denominations: Stückelung
|
||||||
destination: Ziel
|
destination: Ziel
|
||||||
|
15
_i18n/de/resources/moneropedia/daemon.md
Normal file
15
_i18n/de/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -703,6 +703,7 @@ moneropedia:
|
|||||||
coinbase: Coinbase Transaction
|
coinbase: Coinbase Transaction
|
||||||
consensus: Consensus
|
consensus: Consensus
|
||||||
cryptocurrency: Cryptocurrency
|
cryptocurrency: Cryptocurrency
|
||||||
|
daemon: Daemon
|
||||||
denominations: Denominations
|
denominations: Denominations
|
||||||
destination: Destination
|
destination: Destination
|
||||||
encryption: Encryption
|
encryption: Encryption
|
||||||
|
15
_i18n/en/resources/moneropedia/daemon.md
Normal file
15
_i18n/en/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -681,6 +681,7 @@ moneropedia:
|
|||||||
coinbase: Transacción de Coinbase
|
coinbase: Transacción de Coinbase
|
||||||
consensus: Consenso
|
consensus: Consenso
|
||||||
cryptocurrency: Criptomoneda
|
cryptocurrency: Criptomoneda
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Directorio de Datos
|
data-directory: Directorio de Datos
|
||||||
denominations: Denominaciones
|
denominations: Denominaciones
|
||||||
destination: Destino
|
destination: Destino
|
||||||
|
15
_i18n/es/resources/moneropedia/daemon.md
Normal file
15
_i18n/es/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -681,6 +681,7 @@ moneropedia:
|
|||||||
coinbase: Transaction de la base de la pièce
|
coinbase: Transaction de la base de la pièce
|
||||||
consensus: Consensus
|
consensus: Consensus
|
||||||
cryptocurrency: Cryptomonnaie
|
cryptocurrency: Cryptomonnaie
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Répertoire de Données
|
data-directory: Répertoire de Données
|
||||||
denominations: Dénominations
|
denominations: Dénominations
|
||||||
destination: Destination
|
destination: Destination
|
||||||
|
15
_i18n/fr/resources/moneropedia/daemon.md
Normal file
15
_i18n/fr/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -678,6 +678,7 @@ moneropedia:
|
|||||||
coinbase: Transazione Coinbase
|
coinbase: Transazione Coinbase
|
||||||
consensus: Consensus
|
consensus: Consensus
|
||||||
cryptocurrency: Cryptovaluta
|
cryptocurrency: Cryptovaluta
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Directory Dati
|
data-directory: Directory Dati
|
||||||
denominations: Denominazioni
|
denominations: Denominazioni
|
||||||
destination: Destinazione
|
destination: Destinazione
|
||||||
|
15
_i18n/it/resources/moneropedia/daemon.md
Normal file
15
_i18n/it/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -683,6 +683,7 @@ moneropedia:
|
|||||||
coinbase: Coinbase Transaction
|
coinbase: Coinbase Transaction
|
||||||
consensus: Consensus
|
consensus: Consensus
|
||||||
cryptocurrency: Cryptocurrency
|
cryptocurrency: Cryptocurrency
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Data Directory
|
data-directory: Data Directory
|
||||||
denominations: Denominations
|
denominations: Denominations
|
||||||
destination: Destination
|
destination: Destination
|
||||||
|
15
_i18n/nl/resources/moneropedia/daemon.md
Normal file
15
_i18n/nl/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -680,6 +680,7 @@ moneropedia:
|
|||||||
coinbase: Transakcja coinbase
|
coinbase: Transakcja coinbase
|
||||||
consensus: zgoda
|
consensus: zgoda
|
||||||
cryptocurrency: Kryptowaluta
|
cryptocurrency: Kryptowaluta
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Katalog danych
|
data-directory: Katalog danych
|
||||||
denominations: Nominał
|
denominations: Nominał
|
||||||
destination: Węzeł docelowy
|
destination: Węzeł docelowy
|
||||||
|
15
_i18n/pl/resources/moneropedia/daemon.md
Normal file
15
_i18n/pl/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -683,6 +683,7 @@ moneropedia:
|
|||||||
coinbase: Transação coinbase
|
coinbase: Transação coinbase
|
||||||
consensus: Consenso
|
consensus: Consenso
|
||||||
cryptocurrency: Criptomoeda
|
cryptocurrency: Criptomoeda
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Diretório de dados
|
data-directory: Diretório de dados
|
||||||
denominations: Denominações
|
denominations: Denominações
|
||||||
destination: Destinação (I2P)
|
destination: Destinação (I2P)
|
||||||
|
15
_i18n/pt-br/resources/moneropedia/daemon.md
Normal file
15
_i18n/pt-br/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -695,6 +695,7 @@ moneropedia:
|
|||||||
coinbase: Coinbase транзакция
|
coinbase: Coinbase транзакция
|
||||||
consensus: Консенсус
|
consensus: Консенсус
|
||||||
cryptocurrency: Криптовалюта
|
cryptocurrency: Криптовалюта
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Директория данных
|
data-directory: Директория данных
|
||||||
denominations: Номиналы
|
denominations: Номиналы
|
||||||
destination: Адрес назначения
|
destination: Адрес назначения
|
||||||
|
15
_i18n/ru/resources/moneropedia/daemon.md
Normal file
15
_i18n/ru/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -681,6 +681,7 @@ moneropedia:
|
|||||||
coinbase: Paratabanı İşlemi
|
coinbase: Paratabanı İşlemi
|
||||||
consensus: Uzlaşım
|
consensus: Uzlaşım
|
||||||
cryptocurrency: Kriptopara
|
cryptocurrency: Kriptopara
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Veri Rehberi
|
data-directory: Veri Rehberi
|
||||||
denominations: Birimler
|
denominations: Birimler
|
||||||
destination: Varış Noktası
|
destination: Varış Noktası
|
||||||
|
15
_i18n/tr/resources/moneropedia/daemon.md
Normal file
15
_i18n/tr/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -679,6 +679,7 @@ moneropedia:
|
|||||||
coinbase: 区块奖励
|
coinbase: 区块奖励
|
||||||
consensus: 共识
|
consensus: 共识
|
||||||
cryptocurrency: 加密货币
|
cryptocurrency: 加密货币
|
||||||
|
daemon: Daemon
|
||||||
data-directory: 数据目录
|
data-directory: 数据目录
|
||||||
denominations: 单位名称
|
denominations: 单位名称
|
||||||
destination: 目的地
|
destination: 目的地
|
||||||
|
15
_i18n/zh-cn/resources/moneropedia/daemon.md
Normal file
15
_i18n/zh-cn/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
@ -679,6 +679,7 @@ moneropedia:
|
|||||||
coinbase: Coinbase Transaction
|
coinbase: Coinbase Transaction
|
||||||
consensus: Consensus
|
consensus: Consensus
|
||||||
cryptocurrency: Cryptocurrency
|
cryptocurrency: Cryptocurrency
|
||||||
|
daemon: Daemon
|
||||||
data-directory: Data Directory
|
data-directory: Data Directory
|
||||||
denominations: Denominations
|
denominations: Denominations
|
||||||
destination: Destination
|
destination: Destination
|
||||||
|
15
_i18n/zh-tw/resources/moneropedia/daemon.md
Normal file
15
_i18n/zh-tw/resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
terms: ["daemon"]
|
||||||
|
summary: "Background process which runs and controls a Monero node"
|
||||||
|
---
|
||||||
|
|
||||||
|
'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.
|
||||||
|
|
||||||
|
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##### Other Resources
|
||||||
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
||||||
|
<sub>2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))</sub><br>
|
||||||
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
10
resources/moneropedia/daemon.md
Normal file
10
resources/moneropedia/daemon.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: moneropedia
|
||||||
|
title: titles.moneropedia
|
||||||
|
entry: moneropedia.entries.daemon
|
||||||
|
---
|
||||||
|
|
||||||
|
@moneropedia_article
|
||||||
|
|
||||||
|
{% t global.lang_tag %}
|
||||||
|
{% tf resources/moneropedia/daemon.md %}
|
Loading…
Reference in New Issue
Block a user