From: Chengcheng Zhang <943420582@qq.com> Date: Thu, 20 Jun 2019 07:08:12 +0000 (+0800) Subject: update from master X-Git-Tag: v1.0.5~208^2~1 X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=commitdiff_plain;h=080e9b32d37da2fa6e1ae61b866f1479abd2a56d update from master --- diff --git a/README.md b/README.md index 8c712577..4eb63229 100644 --- a/README.md +++ b/README.md @@ -32,19 +32,19 @@ $ make install Firstly, you need initialize node: ``` -$ bytomd init --chain_id=vapor --home +$ vapord init --chain_id=vapor --home ``` For example, you can store vapor data in `$HOME/bytom/vapor`: ``` -$ bytomd init --chain_id=vapor --home $HOME/bytom/vapor +$ vapord init --chain_id=vapor --home $HOME/bytom/vapor ``` Then, start your node: ``` -$ bytomd node --home +$ vapord node --home ``` ## Running in Docker @@ -68,7 +68,7 @@ vapor data directory has three config files: - `federation.json` - `node_key.txt` -Then you can use bytomd and bytomcli following [Bytom Wiki](https://github.com/Bytom/bytom/wiki/Command-Line-Options). +Then you can use vapord and bytomcli following [Bytom Wiki](https://github.com/Bytom/bytom/wiki/Command-Line-Options). Use `exit` to exit Docker's iterative mode. @@ -77,7 +77,7 @@ Use `exit` to exit Docker's iterative mode. For example, ```bash -$ docker run -d --net=host -v :/root/.vapor vapor:latest bytomd node --web.closed --auth.disable +$ docker run -d --net=host -v :/root/.vapor vapor:latest vapord node --web.closed --auth.disable ``` To list the running containners and check their container id, image, corresponding command, created time, status, name and ports being used: