-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplayground.example.json
More file actions
91 lines (91 loc) · 2.62 KB
/
playground.example.json
File metadata and controls
91 lines (91 loc) · 2.62 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"db_path": "playground.db",
"log_path": "playground.log",
"log_level": 1,
"cache_path": "cache",
"solver": {
"enabled": true,
"commitments_and_solutions": "doboth",
"wait_for_tasks_on_shutdown": true,
"use_polling": true,
"polling_time": "20s",
"batch_mode": 0,
"error_max_retries": 5,
"error_backoff": 425,
"error_backoff_multiplier": 1.5,
"metrics_sample_rate": "30s",
"enable_gas_estimation_mode": true,
"gas_estimation_margin": 1000
},
"validator_config": {
"initial_stake": 0,
"stake_buffer_amount": 0,
"stake_buffer_topup_amount": 0,
"stake_buffer_percent": 2,
"stake_buffer_topup_percent": 1,
"stake_check": true,
"stake_check_interval": "120s",
"eth_low_threshold": 0.01,
"min_basetoken_threshold": 10,
"sell_interval": 0,
"sell_buffer": 0.01,
"sell_profit_in_eth": 0.01,
"sell_all_over_threshold": false,
"sell_min_amount": 0.1,
"sell_max_amount": 1,
"sell_eth_bal_target": 0,
"private_keys": [""]
},
"strategies": {
"model": "0x89c39001e3b23d2092bd998b62f07b523d23deb55e1627048b4ed47a4a38d5cc",
"strategy": "listen",
"automine": {
"owner": "0x5E33e2CeAd338b1224DDd34636DaC7563f97C300",
"version": 0,
"model": "0x89c39001e3b23d2092bd998b62f07b523d23deb55e1627048b4ed47a4a38d5cc",
"fee": 7000000000000000,
"input": {
"prompt": "1+1=?"
}
}
},
"blockchain": {
"private_key": "",
"rpc_url": "",
"cache_nonce": false,
"basefee_x": 2
},
"claim": {
"enabled": true,
"max_claims_per_batch": 10,
"min_claims_per_batch": 10,
"delay": 60,
"validate_claims": true,
"claim_min_reward": 0
},
"ml": {
"strategy": "cog",
"cog": {
"0x89c39001e3b23d2092bd998b62f07b523d23deb55e1627048b4ed47a4a38d5cc": {
"http_timeout": "10m",
"url": [""]
}
}
},
"ipfs": {
"strategy": "http_client",
"http_client": {
"url": "/ip4/127.0.0.1/tcp/5001"
},
"incentive_claim": true,
"claim_interval": "10s",
"oracle_url": "http://45.63.37.71:8444",
"timeout": "120s",
"pinata": {
"api_key": "api_key",
"api_secret": "api_secret",
"jwt": "jwt",
"base_url": "https://arbius.mypinata.cloud"
}
}
}