Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove grin wallet from build docs #3123

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ For help on grin commands and their switches, try:

```sh
grin help
grin wallet --help
grin server --help
grin client --help
```

Expand Down Expand Up @@ -137,4 +137,4 @@ Please note that all mining functions for Grin have moved into a separate, stand
you can start mining by building and running grin-miner against your running Grin node.

For grin-miner to be able to communicate with your grin node, make sure that you have `enable_stratum_server = true`
in your `grin-server.toml` configuration file and you have a wallet listener running (`grin wallet listen`).
in your `grin-server.toml` configuration file and you have a wallet listener running (`grin-wallet listen`).
2 changes: 1 addition & 1 deletion doc/build_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Para obtener ayuda sobre los comandos de grin y sus cambios intente:

```sh
grin help
grin wallet --help
grin server --help
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the spanish build docs are outdated since it doesn't mention grin wallet at the end like the others do.

grin client --help
```

Expand Down
4 changes: 2 additions & 2 deletions doc/build_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ grinは気の利いたデフォルト設定で起動するようになってお

```sh
grin help
grin wallet --help
grin server --help
grin client --help
```

Expand Down Expand Up @@ -126,4 +126,4 @@ x86のLinux上で`grin`をクロスコンパイルしARMバイナリを作成し

grinのマイニングに関する全ての機能は[grin-miner](https://github.com/mimblewimble/grin-miner)と呼ばれるスタンドアローンなパッケージに分離されていることに注意。

grin-minerをgrinノードと通信させるためには、`grin-server.toml`の設定ファイルで`enable_stratum_server = true`と設定し、ウォレットリスナーを起動(`grin wallet listen`)しておく必要がある。
grin-minerをgrinノードと通信させるためには、`grin-server.toml`の設定ファイルで`enable_stratum_server = true`と設定し、ウォレットリスナーを起動(`grin-wallet listen`)しておく必要がある。
4 changes: 2 additions & 2 deletions doc/build_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Grin을 작동시키는 명령어에 대한 도움말은 다음 명령어를 실

```sh
grin help
grin wallet --help
grin server --help
grin client --help
```

Expand Down Expand Up @@ -128,4 +128,4 @@ Rust(Cargo)는 여러 플랫폼에서 Grin을 빌드 할 수 있습니다. 그
Grin의 모든 마이닝 기능은 분리된 독랍형 패키지인 [grin-miner](https://github.com/mimblewimble/grin-miner)로 옮겨졌습니다.
일단 Grin 노드가 실행되면 실행중인 노드에 대해 grin-miner를 빌드하고 실행하여 마이닝을 시작할 수 있습니다.

grin-miner가 grin 노드와 통신 할 수 있게 하려면, `grin-server.toml` 설정 파일에서`enable_stratum_server = true`가 설정되어 있는지 확인하세요. 그 다음 Wallet listener인 `grin wallet listen` 명령어를 실행하세요 .
grin-miner가 grin 노드와 통신 할 수 있게 하려면, `grin-server.toml` 설정 파일에서`enable_stratum_server = true`가 설정되어 있는지 확인하세요. 그 다음 Wallet listener인 `grin-wallet listen` 명령어를 실행하세요 .