|
["daemon"]
|
["daemon", "Hintergrunddienst"]
|
|
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.
|
Es ist möglich, dem Hintergrunddienst direkt oder via RPC Befehle zu senden. Die [Anleitung des Hintergrunddienst-RPCs]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html) enthält eine ausführliche (und mit Beispielen versehene) Erläuterung der verfügbaren RPC-Aufrufe. Für detailliertere und fachspezifische Informationen über den Hintergrunddienst findet sich unten ein Verweis auf Monerodocs.
|
|
'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.
|
"Hintergrunddienst" ist der allgemeine Ausdruck für eine Software, welche im Hintergrund läuft. Bei Monero wird der Hintergrunddienst durch das "Monerod"-Programm gestartet. Wenn du den Hintergrunddienst lokal laufen lässt, betreibst du einen lokalen @Node. Wenn der Hintergrunddienst auf einem anderen Gerät läuft, handelt es sich um einen @Remote-Node. Ein @Wallet (wie CLI oder GUI) muss eine Verbindung zu einem (lokalen oder Remote-) Node aufbauen, um dem Netzwerk Transaktionen zu übermitteln.
|
|
Background process which runs and controls a Monero node
|
Hintergrundprozess, der einen Monero-Node betreibt und steuert
|
|
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
{% include disclaimer.html translated="yes" translationOutdated="no" %}
|
|
<sub>1. The [monerod reference on Monerodocs.org](https://monerodocs.org/interacting/monerod-reference/)</sub><br>
|
<sub>1. Der [Monerod-Beitrag auf 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>2. "Hintergrunddienst"-Artikel [auf Wikipedia](https://de.wikipedia.org/wiki/Daemon)</sub><br>
|
|
<sub>3. Monerod-tagged questions [on StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
<sub>3. Monerod-bezogene Fragen [auf StackExchange](https://monero.stackexchange.com/?tags=monerod)</sub>
|
|
Other Resources
|
Zusätzliche Quellen
|