-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
conf.properties
62 lines (45 loc) · 2.58 KB
/
conf.properties
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
# Copyright (c) 2018-2019 Vincenzo Palazzo vicenzopalazzodev@gmail.com
# Distributed under the Apache License Version 2.0 software license,
# see https://www.apache.org/licenses/LICENSE-2.0.txt
# ******* CONFIGURATION SpyCBlock
#The obligatory Variable setting
PATH_BLOCK_DAT=/media/vincenzo/Maxtor/BitcoinCore/node/blocks
#PATH_BLOCK_DAT = /home/vincenzo/Github/work_version_beta/SpyCblock/benchmark/file
#PATH_BLOCK_DECODE=/media/vincenzo/Maxtor/BitcoinCore/block_json
PATH_BLOCK_DECODE = /media/vincenzo/Maxtor/BitcoinCore/block_json_parallel
#PATH_BLOCK_DECODE = /home/vincenzo/Github/SpyJSBlocks/app/resources/pubKey
# ******* The type of serialization data of the parsing BLK Bitcoin-core file
# ******* If you using "graphpubkey" you must setting the RPC configuration file conf-rpc.properties
#FORMAT_BLOCK_DECODE=graphtx
#FORMAT_BLOCK_DECODE=graphpubkey
FORMAT_BLOCK_DECODE=jsondecode
DELIMITATOR_INFORMATION_LINK=|-|
NUMBER_FILE_TO_START=0
# ******* This value by default is all but you can setting the value, an example 1
# ******* with the value 1 the parser reading only 1 file BLK
HOW_MANY_FILES_WOULD_BE_READ=all
# ******* For execute the parser with the paralel algorithm
# ******* if you enable the parser can't calculate the height of the block.
# ******* but the block is identificable with the your hash.
# ******* This value by default is false
# ******* This EXPERIMENTAL VERSION
PARALEL_EXCECUTION=true
# ******* For compress the result of the parser for create the graph file
# ******* for the version 0.1.0 the compression is disponible only for the Graph file
# ******* but isn't disponible for the JSON file.
# ******* This value by default is false
COMPRESSION_RESULT=false
# ******* CONFIGURATION GLOG ******
# ******* The log level is 0 (INFO), 1 (WARNING), 2 (ERROR), 3(DISABLED)
# ******* the error log is every printable, also the level 3
# ******* This value by default is 3 and if the value is 3 in the console
# ******* will paint the progress bar with the approsimative time
LEVEL_LOG=3
# ******* The GLog is enable by default for create the log file, because witht the bitcoin data is difficulte
# ******* debug the application to the console, with this propriety you can setting the personal path.
PATH_FILE_LOG=/media/vincenzo/Maxtor/BitcoinCore/file_log
# ******* CONFIGURATION GTEST
# ******* With this Propriety you can setting the value for configuring the data for the test suit
# ******* You can dowload the directory fo the test here: TODO
PATH_FILE_LOG_TEST=/media/vincenzo/Maxtor/BitcoinCore/test/file_log
PATH_FILE_MOCK_TEST=/media/vincenzo/Maxtor/BitcoinCore/test/mock_file