-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathconfig_Find_SecretsFile.json
More file actions
73 lines (73 loc) · 2.02 KB
/
Copy pathconfig_Find_SecretsFile.json
File metadata and controls
73 lines (73 loc) · 2.02 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
{
"command": "Find",
"finder": {
"keyProducerJavaRandom": [],
"consumerJava": {
"lmdbConfigurationReadOnly": {
"lmdbDirectory": "lmdb",
"useProxyOptimal": true,
"logStatsOnInit": true,
"logStatsOnClose": false,
"addressLookupBackend" : "BLOOM",
"disableAddressLookup" : false
},
"printStatisticsEveryNSeconds": 10,
"threads": 4,
"queuePollTimeoutMillis": 50,
"queueSize": 4,
"awaitQueueEmptySeconds": 60,
"runtimePublicKeyCalculationCheck": false,
"enableVanity": false,
"vanityPattern": "1[Ee][Mm][Ii][Ll].*"
},
"awaitTerminateSeconds": 31536000000,
"producerJava": [],
"producerJavaSecretsFiles": [
{
"secretsFiles": [
"secrets/fileContainingSecrets_BIG_INTEGER.txt"
],
"secretFormat": "BIG_INTEGER",
"batchSizeInBits": 0,
"batchUsePrivateKeyIncrement": true,
"logSecretBase": true,
"runOnce": true,
"shutdownTimeoutSeconds": 300
},
{
"secretsFiles": [
"secrets/fileContainingSecrets_DUMPED_PRIVATE_KEY.txt"
],
"secretFormat": "DUMPED_PRIVATE_KEY",
"batchSizeInBits": 0,
"batchUsePrivateKeyIncrement": true,
"logSecretBase": true,
"runOnce": true,
"shutdownTimeoutSeconds": 300
},
{
"secretsFiles": [
"secrets/fileContainingSecrets_SHA256.txt"
],
"secretFormat": "SHA256",
"batchSizeInBits": 0,
"batchUsePrivateKeyIncrement": true,
"logSecretBase": true,
"runOnce": true,
"shutdownTimeoutSeconds": 300
},
{
"secretsFiles": [
"secrets/fileContainingSecrets_STRING_DO_SHA256.txt"
],
"secretFormat": "STRING_SHA256",
"batchSizeInBits": 0,
"batchUsePrivateKeyIncrement": true,
"logSecretBase": true,
"runOnce": true,
"shutdownTimeoutSeconds": 300
}
],
"producerOpenCL": []
}
}