Unverified Commit 13af222b authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update README.md

parent cfd149ab
...@@ -51,10 +51,18 @@ Then run sgxwallet using docker-compose ...@@ -51,10 +51,18 @@ Then run sgxwallet using docker-compose
cd run_sgx_sim; sudo docker-compose up cd run_sgx_sim; sudo docker-compose up
``` ```
Note: you need a machine that supports Intel AVX512 instuction set. Most modern Intel CPUs support it. To verify you machine supports AVX512, run
```
cat /proc/cpuinfo | grep avx512
```
Note: sgxwallet requires docker-compose for correct operation. You must always use Note: sgxwallet requires docker-compose for correct operation. You must always use
docker-compose and avoid using raw docker tools. docker-compose and avoid using raw docker tools.
Note: simulation mode is only try try sgxwallet. Note: simulation mode is only to try sgxwallet.
In production, you need to run sgxwallet on a server that supports SGX. In production, you need to run sgxwallet on a server that supports SGX.
Never run a production sgxserver in simulation mode. Never run a production sgxserver in simulation mode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment