From 719a1853808f365d46e3e4828d380a9c293bc56f Mon Sep 17 00:00:00 2001 From: jiangyuanshu <317787106@qq.com> Date: Mon, 20 Jan 2020 14:43:46 +0800 Subject: [PATCH] update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2967f3a..9be2eb3 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,14 @@ This document is a guide to participating in Multi-party Computation(MPC) phase + Memory: 8 GB RAM + Storage: 500 GB internal storage drive -  Run the following code in your terminal to download Rustup and install Rust, then follow the instructions if you are running on macOS / Linux / another Unix-like OS: +  On Windows, please go to [rust](https://www.rust-lang.org/learn/get-started) homepage for installation instruction, then jump to next step. + +  On Linux/Mac, Run the following code in your terminal to download Rustup and install Rust, then follow the instructions if you are running on macOS / Linux / another Unix-like OS: ``` # curl https://sh.rustup.rs -sSf | sh ``` -  If you are running on windows, please go to [rust](https://www.rust-lang.org/learn/get-started) homepage for installation instruction. In linux/Mac, you may need to run as prompted after installation: +   run as prompted after installation: ``` # source $HOME/.cargo/env ``` @@ -41,7 +43,7 @@ This document is a guide to participating in Multi-party Computation(MPC) phase ``` # cargo run --release --bin compute ``` -  When it’s finished, you will get a `new_params` file and a `hash` which you must need to memorize. You can find the `hash` and `new_params` as shown below: +  When it’s finished, you will get a `new_params` file and a `hash` which you must need to record. You can find the `hash` and `new_params` as shown below: ![](https://raw.githubusercontent.com/tronprotocol/documentation-en/master/docs_without_index/internal-test/sapling-output.jpg)   Notice: this process could take 0.5 ~ 1 hours according to your hardware capacity and occupy 1.5 ~ 2GB of memory.