mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-22 00:27:21 +08:00
22 lines
557 B
Markdown
22 lines
557 B
Markdown
# BOOLNetwork scripts
|
|
|
|
## Instructions
|
|
|
|
Before Getting Started, Check at [Intel© Ark](https://ark.intel.com/content/www/us/en/ark.html#@Processors) that your processor is [Intel© SGX](https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/overview.html) compatible.
|
|
|
|
## BOOLNetwork & Docker
|
|
|
|
Clone the repo.
|
|
|
|
```bash
|
|
git clone https://github.com/boolnetwork/mining-scripts.git
|
|
```
|
|
|
|
Run with docker-compose
|
|
|
|
```bash
|
|
docker-compose up -d
|
|
```
|
|
|
|
More details about the config. [tee](https://boolnetwork.github.io/docs/developer/tee)
|