Configuration Examples

Examples of configuration TOML files, you can start with one of this and modify to meet your needs.

# Example rest.bitcoin.com tech stack TOML config file

network = "mainnet"
rest_service = "bchrest"
exposed_ports = true
docker_network = "bch-devsuite-network"

[local_node]
node = "bu"
wait_time = 6

[slp]
username = "actorforth"
password = "123ldsfoijqwerj"

[bch_rpc_conf]
host = "http://bch-node"
port = "8332"
username = "actorforth"
password = "BWrzap0bqMjezoeHtOzgOOcUgzkxaL6w"


SmartBCH Single Node Private Testnet

SmartBCH Testnet

Last updated

Was this helpful?