From 9f4a8b83e8a0dc475057a97f8d583fefbde7067f Mon Sep 17 00:00:00 2001 From: Terence Tsao Date: Mon, 22 Jan 2018 12:51:12 -0800 Subject: [PATCH] update READMEs datadir path to /path/to/your/datadir Former-commit-id: 89587d9fb77db98488a9bc91824a92c97c61cd3d [formerly 5216e97d22f51aaff2ba55fd5736986c5a4d8edf] Former-commit-id: 8b52aada014c65f4debad6e91fbb541874f4cd0f --- sharding/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharding/README.md b/sharding/README.md index 0067142f6e..b85b5b337d 100644 --- a/sharding/README.md +++ b/sharding/README.md @@ -29,7 +29,7 @@ Then, once you are satisfied with mining for a few seconds, stop the miner with Now, save the passphrase you used in the geth node into a text file called `password.txt`. Then, once you have this private geth node running on your local network, the sharding client can be started as a standalone geth command as follows in a separate terminal window: ``` -$ ./build/bin/geth shard --datadir=~/Desktop/datadir --password=password.txt +$ ./build/bin/geth shard --datadir=/path/to/your/datadir --password=password.txt ``` The project consists of the following parts, with each of them requiring comprehensive tests: