-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
30 lines (22 loc) · 967 Bytes
/
config.toml
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
28
29
30
# Merlin transcript. see also https://merlin.cool/
# Should stay the same throughout the committing and proving process.
# Mistakenly altering it in the middle will result in verification failure.
transcript = "Zero-knowledge proof of someone's P&L since some time"
# Path to store all trade data.
record_path = "data/record.json"
# Path to store all market price data.
price_path = "data/price.json"
# Path to store all snapshot data of portfolio.
album_path = "data/album.json"
# Path to store generated proof file.
proof_path = "proof/"
# Due to program limitation, all non option instruments should be manually specified.
bitmex = ["XBTUSD"]
binance = ["ETHUSDT","EOSUSDT","LTCUSDT","XMRUSDT","BCHABCUSDT"]
# Please specify a base64 ed25519 seed for message hash signing.
# Leave it empty if you don't want it signed.
ed25519_seed = ""
# Affect time zone displayed in the generated proof.
time_zone = 8
# Affect log return calculation.
capital = 3_000_000