mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-30 14:41:39 +00:00
10 lines
592 B
Bash
10 lines
592 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
|
|
COORDINATOR_FEERATE=1 # coordinator fee in percent of the trade amount
|