Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
13af222b
Unverified
Commit
13af222b
authored
Nov 24, 2020
by
Stan Kladko
Committed by
GitHub
Nov 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
cfd149ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
README.md
README.md
+9
-1
No files found.
README.md
View file @
13af222b
...
@@ -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 t
ry
try sgxwallet.
Note: simulation mode is only t
o
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment