aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbas-vk <bas-vk@users.noreply.github.com>2017-05-09 22:06:07 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-05-09 22:06:07 +0800
commit40976ea1a009f1358bcc6f85db97efd61868dd4f (patch)
tree0c8b6509f780fd6501c7ece569e9da8bc83ceca9 /README.md
parentd18b509e40c5d41a9ab25cd23c282b7502ff1f2a (diff)
downloadgo-tangerine-40976ea1a009f1358bcc6f85db97efd61868dd4f.tar
go-tangerine-40976ea1a009f1358bcc6f85db97efd61868dd4f.tar.gz
go-tangerine-40976ea1a009f1358bcc6f85db97efd61868dd4f.tar.bz2
go-tangerine-40976ea1a009f1358bcc6f85db97efd61868dd4f.tar.lz
go-tangerine-40976ea1a009f1358bcc6f85db97efd61868dd4f.tar.xz
go-tangerine-40976ea1a009f1358bcc6f85db97efd61868dd4f.tar.zst
go-tangerine-40976ea1a009f1358bcc6f85db97efd61868dd4f.zip
README: update attach instructions for testnet users (#14448)
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index a516ec0ad..0a6480685 100644
--- a/README.md
+++ b/README.md
@@ -90,15 +90,17 @@ here.
Specifying the `--testnet` flag however will reconfigure your Geth instance a bit:
* Instead of using the default data directory (`~/.ethereum` on Linux for example), Geth will nest
- itself one level deeper into a `testnet` subfolder (`~/.ethereum/testnet` on Linux).
+ itself one level deeper into a `testnet` subfolder (`~/.ethereum/testnet` on Linux). Note, on OSX
+ and Linux this also means that attaching to a running testnet node requires the use of a custom
+ endpoint since `geth attach` will try to attach to a production node endpoint by default. E.g.
+ `geth attach <datadir>/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 (different starting nonces), 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 separate the two networks and will not make any accounts available between
-them.*
+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
+separate the two networks and will not make any accounts available between them.*
#### Docker quick start