forked from christophersanborn/HTLCProductsSim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathladder.conf.sample
More file actions
27 lines (25 loc) · 1.5 KB
/
ladder.conf.sample
File metadata and controls
27 lines (25 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[default]
# secret: The hashes will derive from this. Set it to a really good
# random ascii string of at least 64 random characters or at least 25
# random words.
secret = "SomeReallyGoodRandomSecretAphrobatJalamazooSeraphicLaryngopsZazzletoe"
[BTC:USD Down]
factor = 0.5
bidirectional = true
steps = 24
decades = 5
precision=2
eventdesc = "Price of BTC as determined on target date. (European style)"
reportmethod = "Reveal preimages for all hashes for which observed price meets or exceeds hash level (descending table), and additionally for all hashes for which observed price is at or below hash level (ascending table)."
determination = "Subjective estimation of 24-hr average of price, assessed at UTC 23:59:00 on target date, based on charts at coinmarketcap.com or similar source. (Method to be refined in future.)"
timeframe = "Preimages to be published not later than 24 hours following determination at UTC 23:59:00 on the target date."
[BTS:USD Down]
factor = 0.5
bidirectional = false
steps = 24
decades = 7
precision=5
eventdesc = "Price of BTS as determined on target date. (European style)"
reportmethod = "Reveal preimages for all hashes for which observed price meets or exceeds hash level."
determination = "Subjective estimation of 24-hr average of price, assessed at UTC 23:59:00 on target date, based on charts at coinmarketcap.com or similar source. (Method to be refined in future.)"
timeframe = "Preimages to be published not later than 24 hours following determination at UTC 23:59:00 on the target date."