-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuv.json
More file actions
34 lines (28 loc) · 712 Bytes
/
Copy pathbuv.json
File metadata and controls
34 lines (28 loc) · 712 Bytes
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
{
"bitcoinRpcUrl": "http://127.0.0.1:8332",
"blkFile": "/run/media/martinus/big/bitcoin/BitcoinUtxoVisualizer/changes.blk1",
"utxoToChangeNumThreads": 12,
"utxoToChangeNumResources": 24,
"imageWidth": 3840,
"imageHeight": 2160,
"graphRect": [0, 10, 3720, 2072],
"minSatoshi": 1,
"maxSatoshi": 1000000000000,
"skipBlocks": 0,
"repeatLastBlockTimes": 1200,
"startShowAtBlockHeight": 660000,
"connectionIpAddr": "127.0.0.1",
"connectionSocket": 12987,
"colorMap": "turbo",
"colorUpperValueLimit": 500,
"colorHighlightRGB": [
255,
255,
255
],
"colorBackgroundRGB": [
0,
0,
0
]
}