mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
Show how to set preferredTradingPeers config
This commit is contained in:
parent
4f3ff57ca9
commit
52a6d29687
@ -19,6 +19,7 @@ maxAmount=0.90
|
||||
maxTxFeeRate=25
|
||||
#
|
||||
# Taker bot's list of preferred trading peers (their onion addresses).
|
||||
# Example: preferred-address-1.onion:9999,preferred-address-2.onion:9999
|
||||
# If you do not want to constrict trading to preferred peers, comment this line out with a '#' character.
|
||||
preferredTradingPeers=localhost:8888
|
||||
#
|
||||
|
||||
@ -1,13 +1,11 @@
|
||||
#
|
||||
# Maximum # of offers to take during one bot session. When reached, bot will shut down API daemon then itself.
|
||||
maxTakeOffers=1
|
||||
maxTakeOffers=5
|
||||
#
|
||||
# Taker bot's payment account id. Only BUY BTC offers using the same payment method will be considered for taking.
|
||||
paymentAccountId=6e58f3d9-e7a3-4799-aa38-e28e624d79a3
|
||||
paymentAccountId=9f791b7b-9b34-4931-8c93-8e7b0dc71612
|
||||
#
|
||||
# Taker bot's min market price margin. A candidate BUY BTC offer's price margin must be >= minMarketPriceMargin.
|
||||
#
|
||||
minMarketPriceMargin=0
|
||||
minMarketPriceMargin=-5.00
|
||||
#
|
||||
# Taker bot's min BTC amount to sell. The candidate BUY offer's amount must be >= minAmount BTC.
|
||||
minAmount=0.01
|
||||
@ -23,6 +21,7 @@ maxTxFeeRate=25
|
||||
bisqTradeFeeCurrency=BSQ
|
||||
#
|
||||
# Taker bot's list of preferred trading peers (their onion addresses).
|
||||
# Example: preferred-address-1.onion:9999,preferred-address-2.onion:9999
|
||||
# If you do not want to constrict trading to preferred peers, comment this line out with a '#' character.
|
||||
preferredTradingPeers=localhost:8888, \
|
||||
nysf2pknaaxfh26k42ego5mnfzpbozyi3nuoxdu745unvva4pvywffyd.onion:9999, \
|
||||
@ -35,4 +34,4 @@ preferredTradingPeers=localhost:8888, \
|
||||
x6x2o3m6rxhkfuf2v6lalbharf3whwvkts5rdn3jkhgieqvnq6mvdfyd.onion:9999
|
||||
#
|
||||
# Offer polling frequency must be >= 1s (1000ms) between each getoffers request.
|
||||
pollingInterval=20000
|
||||
pollingInterval=60000
|
||||
|
||||
@ -21,6 +21,7 @@ maxTxFeeRate=50
|
||||
bisqTradeFeeCurrency=BSQ
|
||||
#
|
||||
# Taker bot's list of preferred trading peers (their onion addresses).
|
||||
# Example: preferred-address-1.onion:9999,preferred-address-2.onion:9999
|
||||
# If you do not want to constrict trading to preferred peers, comment this line out with a '#' character.
|
||||
preferredTradingPeers=localhost:8888
|
||||
#
|
||||
|
||||
@ -19,6 +19,7 @@ maxAmount=0.90
|
||||
maxTxFeeRate=25
|
||||
#
|
||||
# Taker bot's list of preferred trading peers (their onion addresses).
|
||||
# Example: preferred-address-1.onion:9999,preferred-address-2.onion:9999
|
||||
# If you do not want to constrict trading to preferred peers, comment this line out with a '#' character.
|
||||
preferredTradingPeers=localhost:8888
|
||||
#
|
||||
|
||||
@ -22,6 +22,7 @@ maxTxFeeRate=100
|
||||
bisqTradeFeeCurrency=BSQ
|
||||
#
|
||||
# Taker bot's list of preferred trading peers (their onion addresses).
|
||||
# Example: preferred-address-1.onion:9999,preferred-address-2.onion:9999
|
||||
# If you do not want to constrict trading to preferred peers, comment this line out with a '#' character.
|
||||
preferredTradingPeers=localhost:8888, \
|
||||
nysf2pknaaxfh26k42ego5mnfzpbozyi3nuoxdu745unvva4pvywffyd.onion:9999, \
|
||||
|
||||
@ -21,6 +21,7 @@ maxTxFeeRate=25
|
||||
bisqTradeFeeCurrency=BSQ
|
||||
#
|
||||
# Taker bot's list of preferred trading peers (their onion addresses).
|
||||
# Example: preferred-address-1.onion:9999,preferred-address-2.onion:9999
|
||||
# If you do not want to constrict trading to preferred peers, comment this line out with a '#' character.
|
||||
preferredTradingPeers=localhost:8888
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user