OpenDEX
🖥️ Web App📥 Desktop App🤙 Support🐦 Twitter
develop
develop
  • 👋-Hello!
  • Community
    • 🎥-Weekly Call & Videos
  • Docs
    • 📝-Intro
    • 🌊-Liquidity Providers
      • 🧑‍🏭 Standard Hardware Guide
      • 💪Pro Hardware Guide
    • 🔁-Swap Providers
    • 📈-Day Traders
    • 👨‍💻-Developers
    • 🤝-Code Contribution
    • ✋-Dockerless Setup
    • 🛑-How-to Close Shop
    • 💻-CLI Docs
    • 🎚️-Config Docs
    • 🤖-API Docs
  • BOLD
    • 📜-Intro
    • 1️⃣-Message Format
    • 2️⃣-Peer Protocol
    • 3️⃣-Trade Protocol
    • 4️⃣-Swap Protocol
  • MOAR
    • 👑-Bitcoin Whitepaper
Powered by GitBook
On this page

Was this helpful?

  1. Docs

🎚️-Config Docs

Previous💻-CLI DocsNext📜-Intro

Last updated 4 years ago

Was this helpful?

An optional configuration file uses and by default should be saved at ~/.opendexd/opendex.conf on Linux or AppData\Local\OpenDEX\opendex.conf on Windows. Run opendexd at least once for this folder to be created. The opendexd repository contains an up-to-date which serves as template for creating opendex.conf. It is possible to overwrite the default data directory by launching opendexd with opendexd --opendexdir=/path/to/custom/opendexdir.

Precedence

The precedence order in which configuration option values are applied is as follows (high to low):

  1. Option given on the command line

  2. Option read from the config file

  3. Option default value (as seen in the output of opendexd --help)

TOML
sample-opendex.conf