Create template_createoffers.json (#25)

Adds a createoffers.json template. User needs to edit values as per their preferences.
2024-05-20_merge
Cryptoguard 2 years ago committed by GitHub
parent 89e0080173
commit 159d3e2c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 47
      scripts/template_createoffers.json

@ -0,0 +1,47 @@
{
"offers": [
{
"coin_from": "Particl",
"coin_to": "Monero",
"amount": 100,
"minrate": 0.01,
"ratetweakpercent": 2,
"amount_variable": true,
"address": "-1",
"name": "Offer 0",
"min_coin_from_amt": 25
},
{
"coin_from": "Particl",
"coin_to": "PIVX",
"amount": 100,
"minrate": 0.01,
"ratetweakpercent": 5,
"amount_variable": true,
"address": "-1",
"name": "Offer 1",
"min_coin_from_amt": 25
},
{
"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
},
{
"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
}
}
Loading…
Cancel
Save