17 lines
500 B
TOML
17 lines
500 B
TOML
[[param]]
|
|
name = "network"
|
|
type = "String"
|
|
doc = "Network to use: 'mainnet' or 'chipnet' (default: mainnet)"
|
|
default = "\"mainnet\".to_string()"
|
|
|
|
[[param]]
|
|
name = "rostrum_addr"
|
|
type = "String"
|
|
doc = "Rostrum address and TCP port. If not specified, defaults to 127.0.0.1:50001 for mainnet or 127.0.0.1:64001 for chipnet"
|
|
default = "\"\".to_string()"
|
|
|
|
[[param]]
|
|
name = "serve_during_ibd"
|
|
type = "bool"
|
|
doc = "Allow serving API requests during initial block download (for debugging)"
|
|
default = "false"
|