bp_node 0.8.0-alpha.2

BP Node: bitcoin blockchain indexing and notification service
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[general]
env_prefix = "BP_NODE"
conf_file_param = "config"
doc = ""

[[param]]
name = "data_dir"
type = "std::path::PathBuf"
abbr = "d"
doc = "Path to the directory that contains data, and where ZMQ RPC socket files are located"

[[param]]
name = "rpc_endpoint"
type = "internet2::addr::ServiceAddr"
abbr = "R"
doc = "ZMQ socket name/address for RPC control protocol"