Merge pull request #201

6a6583a Change bitmonero to monero in VPS guide (xmr-eric)
This commit is contained in:
Riccardo Spagni 2016-12-08 23:48:26 +02:00
commit d2d5bc4356
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -28,12 +28,12 @@ Example if using `iptables`: `sudo iptables -A INPUT -p tcp --dport 18080 -j ACC
### Make a directory and extract the files. ### Make a directory and extract the files.
mkdir bitmonero mkdir monero
tar -xjvf linux64 -C bitmonero tar -xjvf linux64 -C monero
### Launch the daemon ### Launch the daemon
cd bitmonero cd monero
./monerod ./monerod
### Options: ### Options: