From 6b19cd3e3221cd5547e9f50a4f3656402812c4b2 Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Fri, 9 Feb 2018 22:20:20 +0100 Subject: [PATCH] README.md: reverted changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25e2c0a1e8..61e36afec4 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Specifying the `--testnet` flag however will reconfigure your Geth instance a bi `geth attach /testnet/geth.ipc`. Windows users are not affected by this. * Instead of connecting the main Ethereum network, the client will connect to the test network, which uses different P2P bootnodes, different network IDs and genesis states. - + *Note: Although there are some internal protective measures to prevent transactions from crossing over between the main network and test network, you should make sure to always use separate accounts for play-money and real-money. Unless you manually move accounts, Geth will by default correctly @@ -123,7 +123,7 @@ $ geth --your-favourite-flags dumpconfig One of the quickest ways to get Ethereum up and running on your machine is by using Docker: ``` -docker run -d --name ethereum-node -v /Users/alice/ethereum:/home/geth \ +docker run -d --name ethereum-node -v /Users/alice/ethereum:/root \ -p 8545:8545 -p 30303:30303 \ ethereum/client-go --fast --cache=512 ```