mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-31 15:11:51 +00:00
7 lines
591 B
Bash
7 lines
591 B
Bash
ELECTRUM_BACKEND="ssl://mempool.space:40002" # we need a node with large mempool size limit for monitoring to miss no bond transactions
|
|
ESPLORA_BACKEND="https://blockstream.info/testnet/api" # blockstream.info testnet backend
|
|
DATABASE_PATH="./dbs/trades.db" # path to the coordinator sqlite database storing the trades
|
|
BDK_DB_PATH="./dbs/bdk-wallet" # Path to the BDK Sled database (no .db postfix)
|
|
WALLET_XPRV="tprv8ZgxMBicQKsPdHuCSjhQuSZP1h6ZTeiRqREYS5guGPdtL7D1uNLpnJmb2oJep99Esq1NbNZKVJBNnD2ZhuXSK7G5eFmmcx73gsoa65e2U32"
|
|
PUNISHMENT_ENABLED=1 # enable punishment for misbehaving traders
|