-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathconfig_Find_GPUFilterCompact.json
More file actions
51 lines (51 loc) · 1.38 KB
/
Copy pathconfig_Find_GPUFilterCompact.json
File metadata and controls
51 lines (51 loc) · 1.38 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
{
"command": "Find",
"finder": {
"keyProducerJavaRandom": [
{
"keyProducerId": "exampleKeyProducerSecureRandomId",
"randomAlgorithm": "SECURE_RANDOM",
"customSeed": 0,
"privateKeyMaxNumBits": 256
}
],
"consumerJava": {
"lmdbConfigurationReadOnly": {
"lmdbDirectory": "lmdb",
"useProxyOptimal": true,
"logStatsOnInit": true,
"logStatsOnClose": false,
"addressLookupBackend": "LMDB_ONLY",
"disableAddressLookup": false
},
"printStatisticsEveryNSeconds": 10,
"threads": 8,
"queuePollTimeoutMillis": 50,
"queueSize": 4,
"awaitQueueEmptySeconds": 60,
"runtimePublicKeyCalculationCheck": false,
"enableVanity": false
},
"awaitTerminateSeconds": 31536000000,
"producerJava": [],
"producerJavaSecretsFiles": [],
"producerOpenCL": [
{
"platformIndex": 0,
"deviceType": -1,
"deviceIndex": 0,
"maxResultReaderThreads": 4,
"keyProducerId": "exampleKeyProducerSecureRandomId",
"batchSizeInBits": 18,
"keysPerWorkItem": 16,
"batchUsePrivateKeyIncrement": true,
"logSecretBase": false,
"runOnce": false,
"shutdownTimeoutSeconds": 300,
"enableGpuFilter": true,
"transferAll": false,
"useSafeGcdInverse": true
}
]
}
}