-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
120 lines (102 loc) · 2.21 KB
/
config.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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"special_ticker": {
},
"ticker": [
"ZeonExchange",
"Finexbox_BTC",
"Cratex_BTC",
"Moondex",
"Tradebtc",
"Cratex_LTC",
"Cratex_BTCZ",
"Cratex_DOGE",
"Swiftex_BTC",
"Swiftex_LTC",
"Swiftex_DOGE",
"Swiftex_MYNT"
],
"color": {
"prices": 3447003,
"coininfo": 888688,
"coininfo1": 10938342,
"coininfo2": 5282249,
"coininfo3": 739956,
"explorer": 888688,
"other": 15662976,
"error": 9375030
},
"devs": [
"503742751830179855"
],
"stages": [
{
"block": 770000,
"coll": 1,
"mn": 1.08,
"pow": 2.8
}
],
"stages1": [
{
"block": 770000,
"coll": 1000,
"mn": 0.12,
"pow": 2.8
}
],
"stages2": [
{
"block": 770000,
"coll": 3000,
"mn": 0.36,
"pow": 2.8
}
],
"stages3": [
{
"block": 770000,
"coll": 5000,
"mn": 0.60,
"pow": 2.8
}
],
"requests": {
"blockcount": "zeon-cli getblockcount",
"mncount": "zeon-cli masternode count | jq .grandtotal",
"mncount1": "zeon-cli masternode count | jq .total | jq .[0] | jq .count",
"mncount2": "zeon-cli masternode count | jq .total | jq .[1] | jq .count",
"mncount3": "zeon-cli masternode count | jq .total | jq .[2] | jq .count",
"supply": "curl -s https://masternode2.zeonhexalgo.fun/ext/getmoneysupply",
"balance": "curl -k https://explorer.zeonhexalgo.fun/ext/getaddress/",
"blockindex": "zeon-cli getblockhash ",
"blockhash": "zeon-cli getblock ",
"hashrate": "zeon-cli getnetworkhashps",
"mnstat": "zeon-cli masternode list "
},
"statorder": [
"blockcount",
"mncount",
"supply",
"collateral",
"mnreward",
"powreward",
"devfee",
"locked",
"avgmnreward",
"nextstage"
],
"monitor": {
"enabled": true,
"channel": "566245697540849664",
"interval": 600
},
"hidenotsupported": false,
"useraddrs": true,
"usermns": true,
"sourcecode": "https://github.com/neo3587/discord_cryptobot",
"channel": [ "565937354578067467" ],
"prefix": "%",
"coin": "ZEON",
"blocktime": 60,
"token": "NTY2MjQ2MTg4NjUxNzczOTU1.XLQlsw.cwVbY5X2RsdOun7snFryQrGMOeg"
}