-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathconfig.json.example
38 lines (38 loc) · 1.07 KB
/
config.json.example
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
{
"databaseFile": "TRTL.db",
"logLevel": 2,
"botToken": "{BOT_TOKEN}",
"botPrefix": ".",
"botMessageCache": 100,
"coinName": "TurtleCoin",
"coinSymbol": "TRTL",
"coinUnits": 100,
"coinAddressLength": 99,
"coinAddressPrefix": "TRTL",
"tipFee": 0.1,
"tipMixin": 3,
"tipSuccessReact": "💸",
"tipFailedReact": "🆘",
"tipLowBalanceReact": "❌",
"tipJoinReact": ":tip:",
"tipCustomReacts": {
":kev:": 99.5,
":99:": 99,
"🍆": 1234.56
},
"faucetHost": "https://faucet.trtl.me/",
"faucetEndpoint": "https://faucet.trtl.me/balance",
"faucetAddress": "TRTLv2oecJvd3299JPv78BMEqCeQAMtdoB85r1d5dfVFeGG7f83LB58i4gxsthLtWpD2QijVTmgbHhhC1QvJ2ABRea4VedLmqX8",
"marketSource": "TradeOgre",
"marketEndpoint": "https://tradeogre.com/api/v1/ticker/BTC-TRTL",
"marketBTCEndpoint": "https://www.bitstamp.net/api/ticker/",
"marketDisallowedServers": [
388915017187328002
],
"daemonHost": "public.turtlenode.io",
"daemonPort": 11898,
"walletHost": "127.0.0.1",
"walletPort": 8070,
"walletRpcPassword": "12345",
"walletUpdateDelay": 500
}