From f7141dd0c9ba21bab2dd7d81938ebd79d9df1081 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:12:19 +0000 Subject: [PATCH] script: template 'amount_step' --- scripts/template_createoffers.json | 47 +++++++++--------------------- 1 file changed, 13 insertions(+), 34 deletions(-) diff --git a/scripts/template_createoffers.json b/scripts/template_createoffers.json index bbcff3c..e18a3d3 100644 --- a/scripts/template_createoffers.json +++ b/scripts/template_createoffers.json @@ -1,53 +1,32 @@ { "offers": [ { + "enabled": true, "coin_from": "Particl", "coin_to": "Monero", - "amount": 100, - "minrate": 0.01, - "ratetweakpercent": 2, + "amount": 500, + "amount_step": 50, + "min_coin_from_amt": 100, + "minrate": 0.0015, + "ratetweakpercent": 5, "amount_variable": true, "address": "-1", "name": "Offer 0", - "min_coin_from_amt": 25, "offer_valid_seconds": 3600 }, { - "coin_from": "Particl", - "coin_to": "PIVX", - "amount": 100, - "minrate": 0.01, + "enabled": true, + "coin_from": "Monero", + "coin_to": "Litecoin", + "amount": 50, + "amount_step": 5, + "min_coin_from_amt": 0.25, + "minrate": 2.3, "ratetweakpercent": 5, "amount_variable": true, "address": "-1", "name": "Offer 1", - "min_coin_from_amt": 25, "offer_valid_seconds": 3600 - }, - { - "coin_from": "Particl", - "coin_to": "Firo", - "amount": 100, - "minrate": 0.5, - "ratetweakpercent": 1, - "amount_variable": true, - "address": "-1", - "name": "Offer 2", - "min_coin_from_amt": 25, - "offer_valid_seconds": 3600 - }, - { - "coin_from": "Particl", - "coin_to": "Bitcoin", - "amount": 100, - "minrate": 2.5, - "ratetweakpercent": 4, - "amount_variable": true, - "address": "-1", - "name": "Offer 3", - "min_coin_from_amt": 25, - "offer_valid_seconds": 3600 - } ] }