diff --git a/en/Sprout_User_Guide.md b/en/Sprout_User_Guide.md index bb73685..61b191d 100644 --- a/en/Sprout_User_Guide.md +++ b/en/Sprout_User_Guide.md @@ -10,7 +10,7 @@ If you were playing with our alpha/beta/rc testnets, ensure that your `~/.zcash/ ``` git fetch origin -git checkout v1.0.1 +git checkout v1.0.3 ./zcutil/fetch-params.sh ./zcutil/build.sh -j$(nproc) ``` @@ -31,7 +31,7 @@ Currently, you will need: The interfaces are a commandline client (`zcash-cli`) and a Remote Procedure Call (RPC) interface, which is documented here: -https://github.com/zcash/zcash/blob/v1.0.1/doc/payment-api.md +https://github.com/zcash/zcash/blob/v1.0.3/doc/payment-api.md ## Security @@ -70,7 +70,7 @@ Fetch our repository with git and run `fetch-params.sh` like so: ```bash $ git clone https://github.com/zcash/zcash.git $ cd zcash/ -$ git checkout v1.0.1 +$ git checkout v1.0.3 $ ./zcutil/fetch-params.sh ``` diff --git a/es/Sprout_User_Guide.md b/es/Sprout_User_Guide.md index 2ffc66e..05b3d59 100644 --- a/es/Sprout_User_Guide.md +++ b/es/Sprout_User_Guide.md @@ -10,7 +10,7 @@ Si estabas participando en nuestros testnets alfa/beta/rc, asegúrate de que tu ``` git fetch origin -git checkout v1.0.1 +git checkout v1.0.3 ./zcutil/fetch-params.sh ./zcutil/build.sh -j$(nproc) ``` @@ -31,7 +31,7 @@ Actualmente, necesitarás: Las interfaces son un cliente de línea de comandos (`zcash-cli`) y una interfaz de Llamada de Procedimiento Remoto (RPC, por sus siglas en inglés), que se documenta aquí: -https://github.com/zcash/zcash/blob/v1.0.1/doc/payment-api.md +https://github.com/zcash/zcash/blob/v1.0.3/doc/payment-api.md ## Seguridad @@ -69,7 +69,7 @@ Busca nuestro repositorio con git y ejecuta `fetch-params.sh` de esta manera: ```bash $ git clone https://github.com/zcash/zcash.git $ cd zcash/ -$ git checkout v1.0.1 +$ git checkout v1.0.3 $ ./zcutil/fetch-params.sh ``` diff --git a/ru/Sprout_User_Guide.md b/ru/Sprout_User_Guide.md index 6960e9e..1f493b1 100644 --- a/ru/Sprout_User_Guide.md +++ b/ru/Sprout_User_Guide.md @@ -10,7 +10,7 @@ ``` git fetch origin -git checkout v1.0.1 +git checkout v1.0.3 ./zcutil/fetch-params.sh ./zcutil/build.sh -j$(nproc) ``` @@ -31,7 +31,7 @@ Zcash поддерживает 2 вида адресов: _z-addr_ (которы Интерфейс представляет собой командную строку (`zcash-cli`) и вызов удаленной процедуры (RPC). Об этом можно почитать здесь: -https://github.com/zcash/zcash/blob/v1.0.1/doc/payment-api.md +https://github.com/zcash/zcash/blob/v1.0.3/doc/payment-api.md ## Безопасность @@ -69,7 +69,7 @@ gtest-devel gcc gcc-c++ libtool patch ```bash $ git clone https://github.com/zcash/zcash.git $ cd zcash/ -$ git checkout v1.0.1 +$ git checkout v1.0.3 $ ./zcutil/fetch-params.sh ``` diff --git a/zh/Sprout_User_Guide.md b/zh/Sprout_User_Guide.md index ed1a84b..6476471 100644 --- a/zh/Sprout_User_Guide.md +++ b/zh/Sprout_User_Guide.md @@ -10,7 +10,7 @@ ``` git fetch origin -git checkout v1.0.1 +git checkout v1.0.3 ./zcutil/fetch-params.sh ./zcutil/build.sh -j$(nproc) ``` @@ -31,7 +31,7 @@ Zcash 支持两种不同的地址,一个 _z-addr_ (以 **z** 作为开头) 的 目前的界面是命令行客户端 (`zcash-cli`) 和远程过程调用(RPC)接口,它们被记录在这里: -https://github.com/zcash/zcash/blob/v1.0.1/doc/payment-api.md +https://github.com/zcash/zcash/blob/v1.0.3/doc/payment-api.md ## 安全性 @@ -70,7 +70,7 @@ gtest-devel gcc gcc-c++ libtool patch ```bash $ git clone https://github.com/zcash/zcash.git $ cd zcash/ -$ git checkout v1.0.1 +$ git checkout v1.0.3 $ ./zcutil/fetch-params.sh ```