From e371e05d2a10380a66ee695f34f6f7d3aafc5582 Mon Sep 17 00:00:00 2001 From: Nano Akron Date: Sun, 16 Oct 2016 22:33:43 +0100 Subject: [PATCH] Changed bitmonerod to monerod --- getting-started/running.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/getting-started/running.md b/getting-started/running.md index a375124c..9ff00859 100644 --- a/getting-started/running.md +++ b/getting-started/running.md @@ -21,13 +21,13 @@ Monero will run on most hardware, including ARM and 32-bit systems. In order to ### Running the Node -Once you have the files downloaded and unpacked you don't need to do anything beyond running the Monero daemon. +Once you have the files downloaded and unpacked you don't need to do anything beyond running the Monero daemon (monerod). -- On Windows: locate bitmonerod.exe in Windows Explorer and double-click on it. If it opens and then closes, or crashes after starting, then you may want to start it from within Command Prompt in order to see what errors arise. +- On Windows: locate monerod.exe in Windows Explorer and double-click on it. If it opens and then closes, or crashes after starting, then you may want to start it from within Command Prompt in order to see what errors arise. -- On OS X: locate bitmonerod in Finder and double-click on it. As with Windows, if it opens and then closes, or crashes after starting, then you can start it from within Terminal. +- On OS X: locate monerod in Finder and double-click on it. As with Windows, if it opens and then closes, or crashes after starting, then you can start it from within Terminal. -- On Linux: dependent on whether you are running it on a desktop or server operating system, you will want to start bitmonerod either in a screen session or in a console window of its own. +- On Linux: dependent on whether you are running it on a desktop or server operating system, you will want to start monerod either in a screen session or in a console window of its own. ### Ensuring Your Node is Running Correctly @@ -49,4 +49,4 @@ SYNCHRONIZATION started The yellow text indicates it is receiving blocks as it synchronises up with the rest of the Monero network. The green "synchronized ok" text will appear once it has correctly synched up. Once you see this there's nothing further you need to do, you are now running a Monero node! -To exit the node at any time you can type "exit" into the daemon window and press enter, and it will shut itself down. \ No newline at end of file +To exit the node at any time you can type "exit" into the daemon window and press enter, and it will shut itself down.