You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [tor] section needs an update for both config_testnet.toml and config_mainnet.toml
current mainnet_asb (and testnet_asb) fails on start with a terminal error:
Error: Failed to read config file at /asb-data/config_mainnet.toml
Caused by:
unknown field `control_port`, expected `register_hidden_service` or `hidden_service_num_intro_points`
I've had to manually dig through commits / changelog of asb repository to find that [tor] section needs to to contain next parameters now:
P.S. It appears [tor] is not the only outdated config section: {"timestamp":"2025-01-12T11:40:34.739984544Z","level":"WARN","fields":{"message":"Failed to listen on network interface /ip4/0.0.0.0/tcp/9940/ws: Multiaddr is not supported: /ip4/0.0.0.0/tcp/9940/ws. Consider removing it from the config."}}
The [tor] section needs an update for both config_testnet.toml and config_mainnet.toml
current mainnet_asb (and testnet_asb) fails on start with a terminal error:
I've had to manually dig through commits / changelog of asb repository to find that
[tor]
section needs to to contain next parameters now:The values I've set are uneducated, as I could not find any documentation on these.
The text was updated successfully, but these errors were encountered: