From a8fb705e6f8531045f0f6e9bdc4180463f5c9b1d Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 13 Jul 2020 17:04:37 +0200 Subject: [PATCH] Moneropedia: add 'Daemon' entry --- _i18n/ar.yml | 1 + _i18n/ar/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/de.yml | 1 + _i18n/de/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/en.yml | 1 + _i18n/en/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/es.yml | 1 + _i18n/es/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/fr.yml | 1 + _i18n/fr/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/it.yml | 1 + _i18n/it/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/nl.yml | 1 + _i18n/nl/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/pl.yml | 1 + _i18n/pl/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/pt-br.yml | 1 + _i18n/pt-br/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/ru.yml | 1 + _i18n/ru/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/tr.yml | 1 + _i18n/tr/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/zh-cn.yml | 1 + _i18n/zh-cn/resources/moneropedia/daemon.md | 15 +++++++++++++++ _i18n/zh-tw.yml | 1 + _i18n/zh-tw/resources/moneropedia/daemon.md | 15 +++++++++++++++ resources/moneropedia/daemon.md | 10 ++++++++++ 27 files changed, 218 insertions(+) create mode 100644 _i18n/ar/resources/moneropedia/daemon.md create mode 100644 _i18n/de/resources/moneropedia/daemon.md create mode 100644 _i18n/en/resources/moneropedia/daemon.md create mode 100644 _i18n/es/resources/moneropedia/daemon.md create mode 100644 _i18n/fr/resources/moneropedia/daemon.md create mode 100644 _i18n/it/resources/moneropedia/daemon.md create mode 100644 _i18n/nl/resources/moneropedia/daemon.md create mode 100644 _i18n/pl/resources/moneropedia/daemon.md create mode 100644 _i18n/pt-br/resources/moneropedia/daemon.md create mode 100644 _i18n/ru/resources/moneropedia/daemon.md create mode 100644 _i18n/tr/resources/moneropedia/daemon.md create mode 100644 _i18n/zh-cn/resources/moneropedia/daemon.md create mode 100644 _i18n/zh-tw/resources/moneropedia/daemon.md create mode 100644 resources/moneropedia/daemon.md diff --git a/_i18n/ar.yml b/_i18n/ar.yml index 77876e46..1d8a7d7b 100644 --- a/_i18n/ar.yml +++ b/_i18n/ar.yml @@ -680,6 +680,7 @@ moneropedia: coinbase: Coinbase Transaction consensus: Consensus cryptocurrency: Cryptocurrency + daemon: Daemon data-directory: Data Directory denominations: Denominations destination: Destination diff --git a/_i18n/ar/resources/moneropedia/daemon.md b/_i18n/ar/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/ar/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/de.yml b/_i18n/de.yml index 1503e04b..d9781a1d 100644 --- a/_i18n/de.yml +++ b/_i18n/de.yml @@ -681,6 +681,7 @@ moneropedia: coinbase: Coinbase-Transaktion consensus: Konsens cryptocurrency: Kryptowährung + daemon: Daemon data-directory: Datenverzeichnis denominations: Stückelung destination: Ziel diff --git a/_i18n/de/resources/moneropedia/daemon.md b/_i18n/de/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/de/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/en.yml b/_i18n/en.yml index 17b03ad4..8def92fc 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -703,6 +703,7 @@ moneropedia: coinbase: Coinbase Transaction consensus: Consensus cryptocurrency: Cryptocurrency + daemon: Daemon denominations: Denominations destination: Destination encryption: Encryption diff --git a/_i18n/en/resources/moneropedia/daemon.md b/_i18n/en/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/en/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/es.yml b/_i18n/es.yml index 8886e76a..2aa880d0 100644 --- a/_i18n/es.yml +++ b/_i18n/es.yml @@ -681,6 +681,7 @@ moneropedia: coinbase: Transacción de Coinbase consensus: Consenso cryptocurrency: Criptomoneda + daemon: Daemon data-directory: Directorio de Datos denominations: Denominaciones destination: Destino diff --git a/_i18n/es/resources/moneropedia/daemon.md b/_i18n/es/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/es/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/fr.yml b/_i18n/fr.yml index 25c50d94..df49a9ec 100644 --- a/_i18n/fr.yml +++ b/_i18n/fr.yml @@ -681,6 +681,7 @@ moneropedia: coinbase: Transaction de la base de la pièce consensus: Consensus cryptocurrency: Cryptomonnaie + daemon: Daemon data-directory: Répertoire de Données denominations: Dénominations destination: Destination diff --git a/_i18n/fr/resources/moneropedia/daemon.md b/_i18n/fr/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/fr/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/it.yml b/_i18n/it.yml index 124b1e37..c5d2952c 100644 --- a/_i18n/it.yml +++ b/_i18n/it.yml @@ -678,6 +678,7 @@ moneropedia: coinbase: Transazione Coinbase consensus: Consensus cryptocurrency: Cryptovaluta + daemon: Daemon data-directory: Directory Dati denominations: Denominazioni destination: Destinazione diff --git a/_i18n/it/resources/moneropedia/daemon.md b/_i18n/it/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/it/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/nl.yml b/_i18n/nl.yml index c657ce7c..352c3128 100644 --- a/_i18n/nl.yml +++ b/_i18n/nl.yml @@ -683,6 +683,7 @@ moneropedia: coinbase: Coinbase Transaction consensus: Consensus cryptocurrency: Cryptocurrency + daemon: Daemon data-directory: Data Directory denominations: Denominations destination: Destination diff --git a/_i18n/nl/resources/moneropedia/daemon.md b/_i18n/nl/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/nl/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/pl.yml b/_i18n/pl.yml index 1701384a..d62d263b 100644 --- a/_i18n/pl.yml +++ b/_i18n/pl.yml @@ -680,6 +680,7 @@ moneropedia: coinbase: Transakcja coinbase consensus: zgoda cryptocurrency: Kryptowaluta + daemon: Daemon data-directory: Katalog danych denominations: Nominał destination: Węzeł docelowy diff --git a/_i18n/pl/resources/moneropedia/daemon.md b/_i18n/pl/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/pl/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/pt-br.yml b/_i18n/pt-br.yml index 57382ad3..bd90f85f 100644 --- a/_i18n/pt-br.yml +++ b/_i18n/pt-br.yml @@ -683,6 +683,7 @@ moneropedia: coinbase: Transação coinbase consensus: Consenso cryptocurrency: Criptomoeda + daemon: Daemon data-directory: Diretório de dados denominations: Denominações destination: Destinação (I2P) diff --git a/_i18n/pt-br/resources/moneropedia/daemon.md b/_i18n/pt-br/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/pt-br/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/ru.yml b/_i18n/ru.yml index bac3e2cf..500d9007 100644 --- a/_i18n/ru.yml +++ b/_i18n/ru.yml @@ -695,6 +695,7 @@ moneropedia: coinbase: Coinbase транзакция consensus: Консенсус cryptocurrency: Криптовалюта + daemon: Daemon data-directory: Директория данных denominations: Номиналы destination: Адрес назначения diff --git a/_i18n/ru/resources/moneropedia/daemon.md b/_i18n/ru/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/ru/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/tr.yml b/_i18n/tr.yml index 3cff0ebd..a39872eb 100644 --- a/_i18n/tr.yml +++ b/_i18n/tr.yml @@ -681,6 +681,7 @@ moneropedia: coinbase: Paratabanı İşlemi consensus: Uzlaşım cryptocurrency: Kriptopara + daemon: Daemon data-directory: Veri Rehberi denominations: Birimler destination: Varış Noktası diff --git a/_i18n/tr/resources/moneropedia/daemon.md b/_i18n/tr/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/tr/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/zh-cn.yml b/_i18n/zh-cn.yml index b9269db4..8582b96a 100644 --- a/_i18n/zh-cn.yml +++ b/_i18n/zh-cn.yml @@ -679,6 +679,7 @@ moneropedia: coinbase: 区块奖励 consensus: 共识 cryptocurrency: 加密货币 + daemon: Daemon data-directory: 数据目录 denominations: 单位名称 destination: 目的地 diff --git a/_i18n/zh-cn/resources/moneropedia/daemon.md b/_i18n/zh-cn/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/zh-cn/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/_i18n/zh-tw.yml b/_i18n/zh-tw.yml index 5c938b5b..c84c2c64 100644 --- a/_i18n/zh-tw.yml +++ b/_i18n/zh-tw.yml @@ -679,6 +679,7 @@ moneropedia: coinbase: Coinbase Transaction consensus: Consensus cryptocurrency: Cryptocurrency + daemon: Daemon data-directory: Data Directory denominations: Denominations destination: Destination diff --git a/_i18n/zh-tw/resources/moneropedia/daemon.md b/_i18n/zh-tw/resources/moneropedia/daemon.md new file mode 100644 index 00000000..e5041a11 --- /dev/null +++ b/_i18n/zh-tw/resources/moneropedia/daemon.md @@ -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 +1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)
+2. 'Daemon' entry [on Wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing))
+3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod) \ No newline at end of file diff --git a/resources/moneropedia/daemon.md b/resources/moneropedia/daemon.md new file mode 100644 index 00000000..57ee1de3 --- /dev/null +++ b/resources/moneropedia/daemon.md @@ -0,0 +1,10 @@ +--- +layout: moneropedia +title: titles.moneropedia +entry: moneropedia.entries.daemon +--- + +@moneropedia_article + +{% t global.lang_tag %} +{% tf resources/moneropedia/daemon.md %}