Changed bitmonerod to monerod

This commit is contained in:
Nano Akron 2016-10-16 22:33:43 +01:00 committed by GitHub
parent 221c2d6294
commit e371e05d2a

View file

@ -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</span>
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.
To exit the node at any time you can type "exit" into the daemon window and press enter, and it will shut itself down.