-
Notifications
You must be signed in to change notification settings - Fork 1
/
params.json
40 lines (40 loc) · 1.29 KB
/
params.json
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
{
"headers": {
"IHOSTMN-API-KEY": "Your ihostmn API key"
},
"coins": {
"777": {
"name": "Jackpot 777",
"block_average": "https://explorer.777coin.win/api/block/average",
"last_block": "https://explorer.777coin.win/api/coin/history?limit=1",
"update_interval": 100000,
"max_collateral_at_block": 1000000,
"wallet_data_dir": "path to wallet data dir",
"wallet_cli_path": "path to wallet cli",
"new_txs": [
{
"txhash": "transaction hash",
"outputidx": 0
},
{
"txhash": "transaction hash",
"outputidx": 0
},
{
"txhash": "transaction hash",
"outputidx": 0
}
]
},
"SAPP": {
"name": "SAPPHIRE",
"block_average": "https://sappexplorer.com/api/block/average",
"last_block": "https://sappexplorer.com/api/coin/history?limit=1",
"update_interval": 50000,
"max_collateral_at_block": 700000,
"wallet_data_dir": "",
"wallet_cli_path": "",
"new_txs": []
}
}
}