-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_defaults.json
executable file
·94 lines (94 loc) · 1.99 KB
/
config_defaults.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
{
"app": {
"checkForUpdates": true,
"shutdown": {
"stopGracePeriod": "3s",
"log": {
"enabled": true,
"filePath": "shutdown.log"
}
}
},
"logger": {
"name": "",
"level": "info",
"timeFormat": "rfc3339",
"outputPaths": [
"stdout"
]
},
"tool": {
"nodeURLs": [
"http://localhost:8050"
],
"faucetURL": "http://localhost:8088",
"faucetSplitNumber": 20,
"accountStatesFile": "wallet.dat",
"blockIssuerPrivateKey": "db39d2fde6301d313b108dc9db1ee724d0f405f6fde966bd776365bc5f4a5fb31e4b21eb51dcddf65c20db1065e1f1514658b23a3ddbf48d30c0efc926a9a648",
"accountID": "0x6aee704f25558e8aa7630fed0121da53074188abc423b3c5810f80be4936eb6e",
"faucetRequestsBlockIssuerPrivateKey": "",
"faucetRequestsAccountID": ""
},
"profiling": {
"enabled": false,
"bindAddress": "localhost:6060"
},
"info": {
"alias": ""
},
"accounts": {
"create": {
"alias": "",
"noBlockIssuerFeature": false,
"implicit": false,
"transition": false
},
"convert": {
"alias": ""
},
"destroy": {
"alias": "",
"expirySlot": 0
},
"allot": {
"alias": "",
"amount": 10000
},
"stake": {
"alias": "",
"amount": 100,
"fixedCost": 0,
"startEpoch": 0,
"endEpoch": 0
},
"claim": {
"alias": ""
},
"delegate": {
"fromAlias": "default",
"toAddress": "rms1pzg8cqhfxqhq7pt37y8cs4v5u4kcc48lquy2k73ehsdhf5ukhya3y5rx2w6",
"amount": 100,
"checkPool": false
},
"update": {
"alias": "",
"blockIssuerKey": "",
"amount": 100,
"mana": 100,
"expirySlot": 0
}
},
"spammer": {
"type": "tx",
"rate": 1,
"duration": "-1ns",
"account": "",
"rateSetterEnabled": false,
"deepSpamEnabled": false,
"reuseEnabled": false,
"autoRequestingEnabled": false,
"autoRequestingAmount": 1000,
"nSpend": 2,
"blowballSize": 30
}
}