You can configureDocumentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
bark using environment variables, a config.toml configuration file, or both.
Environment variables
Available environment variables:BARK_VERBOSE(1ortrue): set verbose loggingBARK_QUIET(1ortrue): set no loggingBARK_DATADIR: set the datadir to useBARK_LOG: set aenv_logger-style filter for logging (f.e.infoorinfo,bark=trace, …)
Configuration file
Go to your Bark datadir and you should find aconfig.toml file. Here are the available configuration variables:
server_address: the address of your ark serveresplora_address: the address of the Esplora HTTP REST server to usebitcoind_address: the address of thebitcoindRPC server to usebitcoind_cookiefile: the path to thebitcoindrpc cookie filebitcoind_user: thebitcoindRPC usernamebitcoind_pass: thebitcoindRPC passwordvtxo_refresh_expiry_threshold: the number of blocks before expiration to refresh vtxosvtxo_exit_margin: an upper limit of the number of blocks we expect to need to safely exit the vtxoshtlc_recv_claim_delta: the number of blocks to claim a HTLC-recv VTXOfallback_fee_rate: a fallback fee rate to use in sat/kWu when we fail to retrieve a fee rate from the configuredbitcoind/esplora connectionround_tx_required_confirmations: the number of confirmations required before considering a round tx fully confirmed