Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 787 Bytes

MANUAL.md

File metadata and controls

30 lines (19 loc) · 787 Bytes

📘 How to mine EXD

The client is ran using two docker compose files.

1️⃣ Core

  • MAIN_ADDRESS is specified as an ENV variable

Example

MAIN_ADDRESS=... docker compose up -d

more parameters to buff the perf

2️⃣ Spotters

spotters.yaml provides an easy way to launch the different spotters with different redundancy parameters, each module is parametrable with it's three first leters (jumping over spot)

Example

rss=2 docker compose up -d

Will launch two rss instances.

⚠️ Important

  • There is no orchestration mechanism when you launch your spotters this way.
  • They will be staticly launched and the module distribution usage is 100% under your control.