obelisk.cfg (730B)
1 # Configuration file for obelisk 2 [obelisk] 3 # 0.0.0.0 to bind to any IP, 127.0.0.1 to bind to localhost 4 host = 127.0.0.1 5 port = 50003 6 # Public hostname for the server, ideally a valid domain or reachable IP 7 # (comma-separated if there are more, e.g. Tor hidden service) 8 hostname = localhost 9 10 # Which chain should this instance of obelisk be using (mainnet/testnet) 11 chain = testnet 12 13 # Endpoints served by bs 14 query = tcp://testnet2.libbitcoin.net:29091 15 heart = tcp://testnet2.libbitcoin.net:29092 16 block = tcp://testnet2.libbitcoin.net:29093 17 trans = tcp://testnet2.libbitcoin.net:29094 18 19 # Log level (INFO/WARNING/DEBUG) 20 log_level = DEBUG 21 22 # Path to log file for writing 23 #log_file = obelisk.log 24 25 # Append to logfile 26 #append_log = true