Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion scripts/dist-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,13 @@ Workers need persistent keys that:
- One `seal-server` instance can serve multiple workers
- Without `seal-server`, workers will fail to initialize

**For test mode:** `seal-server` is not required when using `--test --fake-ton` flags.
**For test mode:**

`seal-server` is not required when using `--test --fake-ton` flags.

**Common Issues:**

In case you miss required libraries (such as `libsgx_dcap_ql.so`), refer to [Intel SGX Installation Guide](https://cc-enabling.trustedservices.intel.com/intel-sgx-sw-installation-guide-linux/02/installation_instructions/) to get it for your distro.

## Monitoring

Expand Down