# Maximum # of offers to take during one bot session. When reached, bot will shut down (but not the API daemon). maxTakeOffers=50 # # Taker bot's payment account id. Only SELL BTC offers using the same payment method will be considered for taking. paymentAccountId=a15d0f15-e355-4b89-8322-e262097623ae # # Taker bot's min market price margin. A candidate sell BTC offer's price margin must be >= minMarketPriceMargin. minMarketPriceMargin=0 # # Taker bot's min BTC amount to sell. The candidate SELL BTC offer's amount must be >= minAmount BTC. minAmount=0.01 # # Taker bot's max BTC amount to sell. The candidate SELL BTC offer's amount must be <= maxAmount BTC. maxAmount=0.90 # # Taker bot's max acceptable transaction fee rate (sats / byte). # Regtest fee rates are from https://price.bisq.wiz.biz/getFees maxTxFeeRate=25 # # Bisq trade fee currency code (BSQ or BTC). bisqTradeFeeCurrency=BSQ # # Taker bot's list of preferred trading peers (their onion addresses). # If you do not want to constrict trading to preferred peers, comment this line out with a '#' character. preferredTradingPeers=localhost:8888 # # Offer polling frequency must be >= 1s (1000ms) between each getoffers request. pollingInterval=30000