diff --git a/java-examples/src/main/resources/TakeBestPricedOfferToBuyBsq.properties b/java-examples/src/main/resources/TakeBestPricedOfferToBuyBsq.properties index 444bc92..286bd30 100644 --- a/java-examples/src/main/resources/TakeBestPricedOfferToBuyBsq.properties +++ b/java-examples/src/main/resources/TakeBestPricedOfferToBuyBsq.properties @@ -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 # diff --git a/java-examples/src/main/resources/TakeBestPricedOfferToBuyBtc.properties b/java-examples/src/main/resources/TakeBestPricedOfferToBuyBtc.properties index 89783e7..50f6552 100644 --- a/java-examples/src/main/resources/TakeBestPricedOfferToBuyBtc.properties +++ b/java-examples/src/main/resources/TakeBestPricedOfferToBuyBtc.properties @@ -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 diff --git a/java-examples/src/main/resources/TakeBestPricedOfferToBuyXmr.properties b/java-examples/src/main/resources/TakeBestPricedOfferToBuyXmr.properties index d7ef4f4..98f24e7 100644 --- a/java-examples/src/main/resources/TakeBestPricedOfferToBuyXmr.properties +++ b/java-examples/src/main/resources/TakeBestPricedOfferToBuyXmr.properties @@ -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 # diff --git a/java-examples/src/main/resources/TakeBestPricedOfferToSellBsq.properties b/java-examples/src/main/resources/TakeBestPricedOfferToSellBsq.properties index 97f13a0..ee55ba2 100644 --- a/java-examples/src/main/resources/TakeBestPricedOfferToSellBsq.properties +++ b/java-examples/src/main/resources/TakeBestPricedOfferToSellBsq.properties @@ -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 # diff --git a/java-examples/src/main/resources/TakeBestPricedOfferToSellBtc.properties b/java-examples/src/main/resources/TakeBestPricedOfferToSellBtc.properties index a4f51e2..47d6e76 100644 --- a/java-examples/src/main/resources/TakeBestPricedOfferToSellBtc.properties +++ b/java-examples/src/main/resources/TakeBestPricedOfferToSellBtc.properties @@ -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, \ diff --git a/java-examples/src/main/resources/TakeBestPricedOfferToSellXmr.properties b/java-examples/src/main/resources/TakeBestPricedOfferToSellXmr.properties index 7affb46..01db613 100644 --- a/java-examples/src/main/resources/TakeBestPricedOfferToSellXmr.properties +++ b/java-examples/src/main/resources/TakeBestPricedOfferToSellXmr.properties @@ -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 #