-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathconfig-for-docker.ini
63 lines (46 loc) · 2.52 KB
/
config-for-docker.ini
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
log-appender = {"appender":"stderr","stream":"std_error","time_format":"iso_8601_milliseconds"} {"appender":"p2p","file":"logs/p2p/p2p.log","time_format":"iso_8601_milliseconds"}
log-logger = {"name":"default","level":"info","appender":"stderr"} {"name":"user","level":"debug","appender":"stderr"} {"name":"p2p","level":"warn","appender":"p2p"}
backtrace = yes
plugin = webserver p2p json_rpc
plugin = database_api condenser_api
plugin = witness
plugin = account_by_key
plugin = account_by_key_api
plugin = account_history_rocksdb
plugin = account_history_api
plugin = transaction_status
plugin = transaction_status_api
plugin = block_api network_broadcast_api rc_api
plugin = state_snapshot
plugin = wallet_bridge_api
plugin = node_status_api
account-history-rocksdb-path = "blockchain/account-history-rocksdb-storage"
# you can use tmpfs for that state file
# make sure you have enough free space
# shared-file-dir = "/run/hive"
shared-file-size = 28G
# Defines a range of accounts to track as a json pair ["from","to"]
# Uncomment lines to track only your own exchange account
# tracking more accounts will have a significant impact on resources needed
account-history-rocksdb-track-account-range = ["binance-hot","binance-hot"]
account-history-rocksdb-track-account-range = ["bittrex","bittrex"]
account-history-rocksdb-track-account-range = ["blocktrades","blocktrades"]
account-history-rocksdb-track-account-range = ["deepcrypto8","deepcrypto8"]
account-history-rocksdb-track-account-range = ["binance-hot2","binance-hot2"]
account-history-rocksdb-track-account-range = ["bdhivesteem","bdhivesteem"]
account-history-rocksdb-track-account-range = ["hot1.dunamu","hot1.dunamu"]
account-history-rocksdb-track-account-range = ["hot2.dunamu","hot2.dunamu"]
account-history-rocksdb-track-account-range = ["hot3.dunamu","hot3.dunamu"]
account-history-rocksdb-track-account-range = ["hot4.dunamu","hot4.dunamu"]
account-history-rocksdb-track-account-range = ["hot5.dunamu","hot5.dunamu"]
account-history-rocksdb-track-account-range = ["user.dunamu","user.dunamu"]
account-history-rocksdb-track-account-range = ["huobi-pro","huobi-pro"]
account-history-rocksdb-track-account-range = ["hive.fund","hive.fund"]
account-history-rocksdb-track-account-range = ["steem.dao","steem.dao"]
account-history-rocksdb-track-account-range = ["gtg","gtg"]
p2p-endpoint = 0.0.0.0:2001
transaction-status-block-depth = 64000
transaction-status-track-after-block = 87000000
webserver-http-endpoint = 127.0.0.1:8091
webserver-ws-endpoint = 127.0.0.1:8090
webserver-thread-pool-size = 8