mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Merge pull request #11 from terenc3t/terence
update READMEs datadir path to /path/to/your/datadir Former-commit-id: 3071df335dceefee5ea2644df54cb096f4c0f46a [formerly 3dcc0fdf704b5168349b787128d80a83979a1277] Former-commit-id: ac70129189739b08e5cb3d99e1153151add3de19
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user