mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-08-01 15:41:41 +00:00
5 lines
436 B
Bash
5 lines
436 B
Bash
ELECTRUM_BACKEND="ssl://mempool.space:40002" # we need a node with large mempool size limit for monitoring to miss no bond transactions
|
|
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"
|