mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-24 03:33:20 +00:00
9 lines
520 B
Bash
9 lines
520 B
Bash
BITCOIN_RPC_ADDRESS_PORT="127.0.0.1:8332"
|
|
BITCOIN_RPC_USER="coordinator"
|
|
BITCOIN_RPC_PASSWORD="test1234"
|
|
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
|
|
PORT=9999 # port for the coordinator to listen on
|