OSDN Git Service

Fix fast sync pending when all request blocks timeout (#347)
[bytom/vapor.git] / README.md
index 50644f8..01feb1f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,14 +32,13 @@ $ make install
 Firstly, you need initialize node:
 
 ```
-$ vapord init --chain_id=vapor --home <vapor-data-path>
+$ vapord init --chain_id=mainnet --home <vapor-data-path>
 ```
 
-For example, you can store vapor data in `$HOME/bytom/vapor`:
-
-```
-$ vapord init --chain_id=vapor --home $HOME/bytom/vapor
-```
+The default vapor data path (on the host) is:
++ Mac: `~/Library/Application Support/Vapor`
++ Linux: `~/.vapor`
++ Windows: `%APPDATA%\Vapor`
 
 Then, start your node: