update README.md

This commit is contained in:
jiangyuanshu 2020-01-20 14:43:46 +08:00
parent 8f4ed7fc9e
commit 719a185380
1 changed files with 5 additions and 3 deletions

View File

@ -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 its 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 its 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.