Walletwasabi: Version 1.1.11.2 - Tor upgrade issue

Created on 15 Jul 2020  路  4Comments  路  Source: zkSNACKs/WalletWasabi

Description
Something went wrong during Tor upgrade in 1.1.11.2.
I was running .onion -browser at the same time I installed and ran the latest Wasabi release.
First Tor was running smoothly but backend wasn't connected. After a while, Tor disconnected and neither the browser or Wasabi was able to reconnect.
Closed Tor from the System Monitor and restarted browser and Wasabi but neither one was working.
Restarted the computer and suddenly Wasabi and the browser works.

Logs

2020-07-15 19:50:31 INFO    Global (86) .ctor finished in 3 milliseconds.
2020-07-15 19:50:31 INFO    Program (51)    Wasabi GUI started (88cc9452-287a-4d6c-a71d-982d2fe04b1f).
2020-07-15 19:50:32 INFO    TorProcessManager (256) Starting Tor monitor...
2020-07-15 19:50:32 INFO    Global (191)    TorProcessManager is initialized.
2020-07-15 19:50:32 INFO    TransactionStore (29)   MempoolStore.InitializeAsync finished in 49 milliseconds.
2020-07-15 19:50:32 INFO    TransactionStore (29)   ConfirmedStore.InitializeAsync finished in 43 milliseconds.
2020-07-15 19:50:32 INFO    AllTransactionStore (28)    InitializeAsync finished in 69 milliseconds.
2020-07-15 19:50:32 INFO    TorProcessManager (110) Updating Tor...
2020-07-15 19:50:32 INFO    TorProcessManager (181) Extracted /home/satoshi/Downloads/Wasabi Wallet/Wasabi 1.1.11.2/Wasabi-1.1.11.2/TorDaemons/data-folder.zip to /home/satoshi/.walletwasabi/client/tor.
2020-07-15 19:50:32 INFO    TorProcessManager (195) Extracted /home/satoshi/Downloads/Wasabi Wallet/Wasabi 1.1.11.2/Wasabi-1.1.11.2/TorDaemons/tor-linux64.zip to /home/satoshi/.walletwasabi/client/tor.
2020-07-15 19:50:32 INFO    TorProcessManager (207) Shell command executed: chmod -R 750 /home/satoshi/.walletwasabi/client/tor.
2020-07-15 19:50:32 INFO    TorProcessManager (150) Started Tor process with shell command: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:=/home/satoshi/.walletwasabi/client/tor/Tor && export LD_LIBRARY_PATH && cd /home/satoshi/.walletwasabi/client/tor/Tor && ./tor --SOCKSPort 127.0.0.1:9050 --DataDirectory /home/satoshi/.walletwasabi/client/tordata --GeoIPFile /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip GeoIPv6File /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip6 --Log "notice file /home/satoshi/.walletwasabi/client/TorLogs.txt".
2020-07-15 19:50:33 INFO    Global (407)    Loaded AddressManager from `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 19:50:36 INFO    IndexStore (51) InitializeAsync finished in 3 seconds.
2020-07-15 19:50:36 INFO    BitcoinStore (63)   InitializeAsync finished in 3 seconds.
2020-07-15 19:50:36 INFO    HostedServices (51) Started Software Update Checker.
2020-07-15 19:50:36 INFO    Global (314)    Start connecting to nodes...
2020-07-15 19:50:36 INFO    Global (338)    Start synchronizing filters...
2020-07-15 19:50:44 INFO    WasabiSynchronizer (292)    Downloaded filters for blocks from 1774014 to 1780780.
2020-07-15 19:51:15 INFO    ClientState (470)   Round (62340) added.
2020-07-15 19:51:15 INFO    ClientState (470)   Round (62341) added.
2020-07-15 19:51:15 INFO    WalletManager (192) Starting Wallet...
2020-07-15 19:51:15 INFO    CoinJoinClientBase (134)    CoinJoinClient is successfully initialized.
2020-07-15 19:51:18 INFO    Wallet (187)    StartAsync finished in 3 seconds.
2020-07-15 19:51:18 INFO    WalletManager (194) Wallet started.
2020-07-15 19:52:15 INFO    ClientState (452)   Round (62340) removed. Reason: It's not running anymore.
2020-07-15 19:52:15 INFO    ClientState (452)   Round (62341) removed. Reason: It's not running anymore.
2020-07-15 19:52:15 INFO    ClientState (470)   Round (62342) added.
2020-07-15 19:52:15 INFO    ClientState (470)   Round (62343) added.
2020-07-15 19:53:46 INFO    ClientState (452)   Round (62342) removed. Reason: It's not running anymore.
2020-07-15 19:53:46 INFO    ClientState (470)   Round (62344) added.
2020-07-15 19:54:16 INFO    ClientState (452)   Round (62343) removed. Reason: It's not running anymore.
2020-07-15 19:54:16 INFO    ClientState (470)   Round (62345) added.
2020-07-15 19:58:33 INFO    ClientState (452)   Round (62344) removed. Reason: It's not running anymore.
2020-07-15 19:58:33 INFO    ClientState (452)   Round (62345) removed. Reason: It's not running anymore.
2020-07-15 19:58:33 INFO    ClientState (470)   Round (62347) added.
2020-07-15 19:58:33 INFO    ClientState (470)   Round (62348) added.
2020-07-15 19:59:03 INFO    ClientState (452)   Round (62347) removed. Reason: It's not running anymore.
2020-07-15 19:59:03 INFO    ClientState (470)   Round (62349) added.
2020-07-15 19:59:34 INFO    ClientState (452)   Round (62348) removed. Reason: It's not running anymore.
2020-07-15 19:59:34 INFO    ClientState (470)   Round (62350) added.
2020-07-15 20:20:27 ERROR   WasabiSynchronizer (337)    WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable`1 estimateMode, CancellationToken cancel)
   at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task`1 me, CancellationToken cancel, Int32 waitForGracefulTerminationMilliseconds)
   at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass60_0.<<Start>b__0>d.MoveNext()
2020-07-15 20:22:49 INFO    MainWindow.xaml (109)   UiConfig is saved.
2020-07-15 20:22:49 WARNING Global (645)    Process is exiting.
2020-07-15 20:22:49 INFO    WalletManager (356) KeyManager backup saved to `/home/satoshi/.walletwasabi/client/WalletBackups/Mixer Wallet.json`.
2020-07-15 20:22:49 INFO    Wallet (283)    ChaumianClient is stopped.
2020-07-15 20:22:49 INFO    WalletManager (358) Wallet is stopped.
2020-07-15 20:22:49 INFO    Global (697)    Disposed FeeProviders.
2020-07-15 20:22:49 INFO    Global (704)    CoinJoinProcessor is disposed.
2020-07-15 20:22:49 INFO    Global (711)    Synchronizer is stopped.
2020-07-15 20:22:49 ERROR   PeriodicRunner (73) System.NullReferenceException: Object reference not set to an instance of an object.
   at WalletWasabi.TorSocks5.TorSocks5Client.IsConnectionRefused(Exception exc)
--- End of stack trace from previous location where exception was thrown ---
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetVersionsAsync(CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.CheckUpdatesAsync(CancellationToken cancel)
   at WalletWasabi.Services.UpdateChecker.ActionAsync(CancellationToken cancel)
   at WalletWasabi.Bases.PeriodicRunner.ExecuteAsync(CancellationToken stoppingToken)
2020-07-15 20:22:49 INFO    HostedServices (80) Stopped Software Update Checker.
2020-07-15 20:22:49 INFO    HostedServices (130)    Disposed Software Update Checker.
2020-07-15 20:22:49 INFO    Global (720)    Stopped background services.
2020-07-15 20:22:49 INFO    Global (731)    AddressManager is saved to `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 20:22:49 INFO    Global (744)    Nodes are disposed.
2020-07-15 20:22:49 INFO    Global (769)    TorManager is stopped.
2020-07-15 20:22:49 INFO    Global (792)    AsyncMutex(es) are stopped.
2020-07-15 20:22:49 INFO    Global (808)    Wasabi stopped gracefully (88cc9452-287a-4d6c-a71d-982d2fe04b1f).
2020-07-15 20:22:49 INFO    Program (149)   Wasabi GUI stopped gracefully (88cc9452-287a-4d6c-a71d-982d2fe04b1f).
2020-07-15 20:22:56 INFO    Global (86) .ctor finished in 3 milliseconds.



2020-07-15 20:22:56 INFO    Program (51)    Wasabi GUI started (a772d1f7-3691-4201-8581-37ed6ae87523).
2020-07-15 20:22:58 INFO    TorProcessManager (256) Starting Tor monitor...
2020-07-15 20:22:58 INFO    Global (191)    TorProcessManager is initialized.
2020-07-15 20:22:58 INFO    TransactionStore (29)   MempoolStore.InitializeAsync finished in 47 milliseconds.
2020-07-15 20:22:58 INFO    TransactionStore (29)   ConfirmedStore.InitializeAsync finished in 41 milliseconds.
2020-07-15 20:22:58 INFO    AllTransactionStore (28)    InitializeAsync finished in 66 milliseconds.
2020-07-15 20:22:58 INFO    TorProcessManager (75)  Tor is already running.
2020-07-15 20:22:59 INFO    Global (407)    Loaded AddressManager from `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 20:23:01 INFO    IndexStore (51) InitializeAsync finished in 3 seconds.
2020-07-15 20:23:01 INFO    BitcoinStore (63)   InitializeAsync finished in 3 seconds.
2020-07-15 20:23:01 INFO    HostedServices (51) Started Software Update Checker.
2020-07-15 20:23:01 INFO    Global (314)    Start connecting to nodes...
2020-07-15 20:23:01 INFO    Global (338)    Start synchronizing filters...
2020-07-15 20:23:43 INFO    WalletManager (192) Starting Wallet...
2020-07-15 20:23:43 INFO    CoinJoinClientBase (134)    CoinJoinClient is successfully initialized.
2020-07-15 20:23:44 INFO    Wallet (187)    StartAsync finished in 788 milliseconds.
2020-07-15 20:23:44 INFO    WalletManager (194) Wallet started.
2020-07-15 20:25:14 INFO    MainWindow.xaml (109)   UiConfig is saved.
2020-07-15 20:25:15 WARNING Global (645)    Process is exiting.
2020-07-15 20:25:15 INFO    WalletManager (356) KeyManager backup saved to `/home/satoshi/.walletwasabi/client/WalletBackups/Mixer Wallet.json`.
2020-07-15 20:25:15 INFO    Wallet (283)    ChaumianClient is stopped.
2020-07-15 20:25:15 INFO    WalletManager (358) Wallet is stopped.
2020-07-15 20:25:15 INFO    Global (697)    Disposed FeeProviders.
2020-07-15 20:25:15 INFO    Global (704)    CoinJoinProcessor is disposed.
2020-07-15 20:25:15 INFO    Global (711)    Synchronizer is stopped.
2020-07-15 20:25:15 ERROR   PeriodicRunner (73) System.NullReferenceException: Object reference not set to an instance of an object.
   at WalletWasabi.TorSocks5.TorSocks5Client.IsConnectionRefused(Exception exc)
--- End of stack trace from previous location where exception was thrown ---
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetVersionsAsync(CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.CheckUpdatesAsync(CancellationToken cancel)
   at WalletWasabi.Services.UpdateChecker.ActionAsync(CancellationToken cancel)
   at WalletWasabi.Bases.PeriodicRunner.ExecuteAsync(CancellationToken stoppingToken)
2020-07-15 20:25:15 INFO    HostedServices (80) Stopped Software Update Checker.
2020-07-15 20:25:15 INFO    HostedServices (130)    Disposed Software Update Checker.
2020-07-15 20:25:15 INFO    Global (720)    Stopped background services.
2020-07-15 20:25:15 INFO    Global (731)    AddressManager is saved to `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 20:25:15 INFO    Global (744)    Nodes are disposed.
2020-07-15 20:25:15 INFO    Global (769)    TorManager is stopped.
2020-07-15 20:25:15 INFO    Global (792)    AsyncMutex(es) are stopped.
2020-07-15 20:25:15 INFO    Global (808)    Wasabi stopped gracefully (a772d1f7-3691-4201-8581-37ed6ae87523).
2020-07-15 20:25:15 INFO    Program (149)   Wasabi GUI stopped gracefully (a772d1f7-3691-4201-8581-37ed6ae87523).
2020-07-15 20:25:59 INFO    Global (86) .ctor finished in 3 milliseconds.



2020-07-15 20:25:59 INFO    Program (51)    Wasabi GUI started (5257c3d7-88c4-4063-9ba0-30a65aef93ba).
2020-07-15 20:26:01 INFO    TorProcessManager (256) Starting Tor monitor...
2020-07-15 20:26:01 INFO    Global (191)    TorProcessManager is initialized.
2020-07-15 20:26:01 INFO    TransactionStore (29)   MempoolStore.InitializeAsync finished in 30 milliseconds.
2020-07-15 20:26:01 INFO    TransactionStore (29)   ConfirmedStore.InitializeAsync finished in 42 milliseconds.
2020-07-15 20:26:01 INFO    AllTransactionStore (28)    InitializeAsync finished in 72 milliseconds.
2020-07-15 20:26:01 INFO    TorProcessManager (110) Updating Tor...
2020-07-15 20:26:01 INFO    TorProcessManager (181) Extracted /home/satoshi/Downloads/Wasabi Wallet/Wasabi 1.1.11.2/Wasabi-1.1.11.2/TorDaemons/data-folder.zip to /home/satoshi/.walletwasabi/client/tor.
2020-07-15 20:26:01 INFO    TorProcessManager (195) Extracted /home/satoshi/Downloads/Wasabi Wallet/Wasabi 1.1.11.2/Wasabi-1.1.11.2/TorDaemons/tor-linux64.zip to /home/satoshi/.walletwasabi/client/tor.
2020-07-15 20:26:01 INFO    TorProcessManager (207) Shell command executed: chmod -R 750 /home/satoshi/.walletwasabi/client/tor.
2020-07-15 20:26:01 INFO    TorProcessManager (150) Started Tor process with shell command: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:=/home/satoshi/.walletwasabi/client/tor/Tor && export LD_LIBRARY_PATH && cd /home/satoshi/.walletwasabi/client/tor/Tor && ./tor --SOCKSPort 127.0.0.1:9050 --DataDirectory /home/satoshi/.walletwasabi/client/tordata --GeoIPFile /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip GeoIPv6File /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip6 --Log "notice file /home/satoshi/.walletwasabi/client/TorLogs.txt".
2020-07-15 20:26:01 INFO    Global (407)    Loaded AddressManager from `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 20:26:04 INFO    IndexStore (51) InitializeAsync finished in 3 seconds.
2020-07-15 20:26:04 INFO    BitcoinStore (63)   InitializeAsync finished in 3 seconds.
2020-07-15 20:26:04 INFO    HostedServices (51) Started Software Update Checker.
2020-07-15 20:26:04 INFO    Global (314)    Start connecting to nodes...
2020-07-15 20:26:04 INFO    Global (338)    Start synchronizing filters...
2020-07-15 20:28:39 INFO    MainWindow.xaml (109)   UiConfig is saved.
2020-07-15 20:28:39 INFO    MainWindow.xaml (117)   WalletManagerViewModel closed.
2020-07-15 20:28:39 WARNING Global (645)    Process is exiting.
2020-07-15 20:28:39 INFO    Global (697)    Disposed FeeProviders.
2020-07-15 20:28:39 INFO    Global (704)    CoinJoinProcessor is disposed.
2020-07-15 20:28:39 INFO    Global (711)    Synchronizer is stopped.
2020-07-15 20:28:39 ERROR   PeriodicRunner (73) System.NullReferenceException: Object reference not set to an instance of an object.
   at WalletWasabi.TorSocks5.TorSocks5Client.IsConnectionRefused(Exception exc)
--- End of stack trace from previous location where exception was thrown ---
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetVersionsAsync(CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.CheckUpdatesAsync(CancellationToken cancel)
   at WalletWasabi.Services.UpdateChecker.ActionAsync(CancellationToken cancel)
   at WalletWasabi.Bases.PeriodicRunner.ExecuteAsync(CancellationToken stoppingToken)
2020-07-15 20:28:39 INFO    HostedServices (80) Stopped Software Update Checker.
2020-07-15 20:28:39 INFO    HostedServices (130)    Disposed Software Update Checker.
2020-07-15 20:28:39 INFO    Global (720)    Stopped background services.
2020-07-15 20:28:39 INFO    Global (731)    AddressManager is saved to `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 20:28:39 INFO    Global (744)    Nodes are disposed.
2020-07-15 20:28:39 INFO    Global (769)    TorManager is stopped.
2020-07-15 20:28:39 INFO    Global (792)    AsyncMutex(es) are stopped.
2020-07-15 20:28:39 INFO    Global (808)    Wasabi stopped gracefully (5257c3d7-88c4-4063-9ba0-30a65aef93ba).
2020-07-15 20:28:39 INFO    Program (149)   Wasabi GUI stopped gracefully (5257c3d7-88c4-4063-9ba0-30a65aef93ba).
2020-07-15 20:30:33 INFO    Global (86) .ctor finished in 3 milliseconds.



2020-07-15 20:30:33 INFO    Program (51)    Wasabi GUI started (7340a0dc-d618-49e0-9aeb-9eecf15d58c1).
2020-07-15 20:30:34 INFO    TorProcessManager (256) Starting Tor monitor...
2020-07-15 20:30:34 INFO    TransactionStore (29)   MempoolStore.InitializeAsync finished in 29 milliseconds.
2020-07-15 20:30:34 INFO    Global (191)    TorProcessManager is initialized.
2020-07-15 20:30:34 INFO    TransactionStore (29)   ConfirmedStore.InitializeAsync finished in 36 milliseconds.
2020-07-15 20:30:34 INFO    AllTransactionStore (28)    InitializeAsync finished in 65 milliseconds.
2020-07-15 20:30:34 INFO    TorProcessManager (110) Updating Tor...
2020-07-15 20:30:34 INFO    TorProcessManager (181) Extracted /home/satoshi/Downloads/Wasabi Wallet/Wasabi 1.1.11.2/Wasabi-1.1.11.2/TorDaemons/data-folder.zip to /home/satoshi/.walletwasabi/client/tor.
2020-07-15 20:30:34 INFO    TorProcessManager (195) Extracted /home/satoshi/Downloads/Wasabi Wallet/Wasabi 1.1.11.2/Wasabi-1.1.11.2/TorDaemons/tor-linux64.zip to /home/satoshi/.walletwasabi/client/tor.
2020-07-15 20:30:34 INFO    TorProcessManager (207) Shell command executed: chmod -R 750 /home/satoshi/.walletwasabi/client/tor.
2020-07-15 20:30:34 INFO    TorProcessManager (150) Started Tor process with shell command: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:=/home/satoshi/.walletwasabi/client/tor/Tor && export LD_LIBRARY_PATH && cd /home/satoshi/.walletwasabi/client/tor/Tor && ./tor --SOCKSPort 127.0.0.1:9050 --DataDirectory /home/satoshi/.walletwasabi/client/tordata --GeoIPFile /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip GeoIPv6File /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip6 --Log "notice file /home/satoshi/.walletwasabi/client/TorLogs.txt".
2020-07-15 20:30:35 INFO    Global (407)    Loaded AddressManager from `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 20:30:37 INFO    IndexStore (51) InitializeAsync finished in 3 seconds.
2020-07-15 20:30:37 INFO    BitcoinStore (63)   InitializeAsync finished in 3 seconds.
2020-07-15 20:30:37 INFO    HostedServices (51) Started Software Update Checker.
2020-07-15 20:30:37 INFO    Global (314)    Start connecting to nodes...
2020-07-15 20:30:37 INFO    Global (338)    Start synchronizing filters...
2020-07-15 20:36:38 ERROR   PeriodicRunner (73) WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetVersionsAsync(CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.CheckUpdatesAsync(CancellationToken cancel)
   at WalletWasabi.Services.UpdateChecker.ActionAsync(CancellationToken cancel)
   at WalletWasabi.Bases.PeriodicRunner.ExecuteAsync(CancellationToken stoppingToken)
2020-07-15 20:42:37 ERROR   WasabiSynchronizer (337)    WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with HostUnreachable.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable`1 estimateMode, CancellationToken cancel)
   at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task`1 me, CancellationToken cancel, Int32 waitForGracefulTerminationMilliseconds)
   at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass60_0.<<Start>b__0>d.MoveNext()
2020-07-15 20:49:08 ERROR   WasabiSynchronizer (337)    WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable`1 estimateMode, CancellationToken cancel)
   at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task`1 me, CancellationToken cancel, Int32 waitForGracefulTerminationMilliseconds)
   at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass60_0.<<Start>b__0>d.MoveNext()
2020-07-15 20:54:37 INFO    PeriodicRunner (119)    Exception stopped coming. It came for 1079.3039005 seconds, 1 times: TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
2020-07-15 20:54:37 ERROR   PeriodicRunner (73) WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with HostUnreachable.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetVersionsAsync(CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.CheckUpdatesAsync(CancellationToken cancel)
   at WalletWasabi.Services.UpdateChecker.ActionAsync(CancellationToken cancel)
   at WalletWasabi.Bases.PeriodicRunner.ExecuteAsync(CancellationToken stoppingToken)
2020-07-15 21:00:38 ERROR   WasabiSynchronizer (337)    WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable`1 estimateMode, CancellationToken cancel)
   at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task`1 me, CancellationToken cancel, Int32 waitForGracefulTerminationMilliseconds)
   at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass60_0.<<Start>b__0>d.MoveNext()
2020-07-15 21:06:37 ERROR   WasabiSynchronizer (337)    WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with HostUnreachable.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable`1 estimateMode, CancellationToken cancel)
   at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task`1 me, CancellationToken cancel, Int32 waitForGracefulTerminationMilliseconds)
   at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass60_0.<<Start>b__0>d.MoveNext()
2020-07-15 21:11:25 INFO    WalletManager (192) Starting Wallet...
2020-07-15 21:11:25 INFO    CoinJoinClientBase (134)    CoinJoinClient is successfully initialized.
2020-07-15 21:11:25 INFO    Wallet (187)    StartAsync finished in 863 milliseconds.
2020-07-15 21:11:25 INFO    WalletManager (194) Wallet started.
2020-07-15 21:12:39 INFO    PeriodicRunner (119)    Exception stopped coming. It came for 1082.3214809 seconds, 1 times: TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with HostUnreachable.
2020-07-15 21:12:39 ERROR   PeriodicRunner (73) WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetVersionsAsync(CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.CheckUpdatesAsync(CancellationToken cancel)
   at WalletWasabi.Services.UpdateChecker.ActionAsync(CancellationToken cancel)
   at WalletWasabi.Bases.PeriodicRunner.ExecuteAsync(CancellationToken stoppingToken)
2020-07-15 21:18:38 ERROR   WasabiSynchronizer (337)    WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with HostUnreachable.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable`1 estimateMode, CancellationToken cancel)
   at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task`1 me, CancellationToken cancel, Int32 waitForGracefulTerminationMilliseconds)
   at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass60_0.<<Start>b__0>d.MoveNext()
2020-07-15 21:25:09 ERROR   WasabiSynchronizer (337)    WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable`1 estimateMode, CancellationToken cancel)
   at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task`1 me, CancellationToken cancel, Int32 waitForGracefulTerminationMilliseconds)
   at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass60_0.<<Start>b__0>d.MoveNext()
2020-07-15 21:31:08 INFO    PeriodicRunner (119)    Exception stopped coming. It came for 1108.4362479 seconds, 1 times: TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
2020-07-15 21:31:08 ERROR   PeriodicRunner (73) WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with HostUnreachable.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetVersionsAsync(CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.CheckUpdatesAsync(CancellationToken cancel)
   at WalletWasabi.Services.UpdateChecker.ActionAsync(CancellationToken cancel)
   at WalletWasabi.Bases.PeriodicRunner.ExecuteAsync(CancellationToken stoppingToken)
2020-07-15 21:37:09 ERROR   WasabiSynchronizer (337)    WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with TtlExpired.
   at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port, Boolean isRecursiveCall)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel)
   at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel)
   at TorHttpClientExtensions.SendAndRetryAsync(ITorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel)
   at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable`1 estimateMode, CancellationToken cancel)
   at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task`1 me, CancellationToken cancel, Int32 waitForGracefulTerminationMilliseconds)
   at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass60_0.<<Start>b__0>d.MoveNext()
2020-07-15 21:39:54 INFO    MainWindow.xaml (109)   UiConfig is saved.
2020-07-15 21:39:54 WARNING Global (645)    Process is exiting.
2020-07-15 21:39:54 INFO    WalletManager (356) KeyManager backup saved to `/home/satoshi/.walletwasabi/client/WalletBackups/Mixer Wallet.json`.
2020-07-15 21:39:54 INFO    Wallet (283)    ChaumianClient is stopped.
2020-07-15 21:39:54 INFO    WalletManager (358) Wallet is stopped.
2020-07-15 21:39:54 INFO    Global (697)    Disposed FeeProviders.
2020-07-15 21:39:54 INFO    Global (704)    CoinJoinProcessor is disposed.
2020-07-15 21:39:54 INFO    Global (711)    Synchronizer is stopped.
2020-07-15 21:39:54 INFO    HostedServices (80) Stopped Software Update Checker.
2020-07-15 21:39:54 INFO    HostedServices (130)    Disposed Software Update Checker.
2020-07-15 21:39:54 INFO    Global (720)    Stopped background services.
2020-07-15 21:39:54 INFO    Global (731)    AddressManager is saved to `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 21:39:54 INFO    Global (744)    Nodes are disposed.
2020-07-15 21:39:54 INFO    Global (769)    TorManager is stopped.
2020-07-15 21:39:54 INFO    Global (792)    AsyncMutex(es) are stopped.
2020-07-15 21:39:54 INFO    Global (808)    Wasabi stopped gracefully (7340a0dc-d618-49e0-9aeb-9eecf15d58c1).
2020-07-15 21:39:54 INFO    Program (149)   Wasabi GUI stopped gracefully (7340a0dc-d618-49e0-9aeb-9eecf15d58c1).
2020-07-15 21:42:17 INFO    Global (86) .ctor finished in 4 milliseconds.



2020-07-15 21:42:17 INFO    Program (51)    Wasabi GUI started (0a66a028-1de1-4034-bf67-21307289edd8).
2020-07-15 21:42:18 INFO    TransactionStore (29)   MempoolStore.InitializeAsync finished in 29 milliseconds.
2020-07-15 21:42:18 INFO    TorProcessManager (256) Starting Tor monitor...
2020-07-15 21:42:18 INFO    Global (191)    TorProcessManager is initialized.
2020-07-15 21:42:18 INFO    TransactionStore (29)   ConfirmedStore.InitializeAsync finished in 24 milliseconds.
2020-07-15 21:42:18 INFO    AllTransactionStore (28)    InitializeAsync finished in 79 milliseconds.
2020-07-15 21:42:18 INFO    TorProcessManager (110) Updating Tor...
2020-07-15 21:42:18 INFO    TorProcessManager (181) Extracted /home/satoshi/Downloads/Wasabi Wallet/Wasabi 1.1.11.2/Wasabi-1.1.11.2/TorDaemons/data-folder.zip to /home/satoshi/.walletwasabi/client/tor.
2020-07-15 21:42:18 INFO    TorProcessManager (195) Extracted /home/satoshi/Downloads/Wasabi Wallet/Wasabi 1.1.11.2/Wasabi-1.1.11.2/TorDaemons/tor-linux64.zip to /home/satoshi/.walletwasabi/client/tor.
2020-07-15 21:42:18 INFO    TorProcessManager (207) Shell command executed: chmod -R 750 /home/satoshi/.walletwasabi/client/tor.
2020-07-15 21:42:18 INFO    TorProcessManager (150) Started Tor process with shell command: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:=/home/satoshi/.walletwasabi/client/tor/Tor && export LD_LIBRARY_PATH && cd /home/satoshi/.walletwasabi/client/tor/Tor && ./tor --SOCKSPort 127.0.0.1:9050 --DataDirectory /home/satoshi/.walletwasabi/client/tordata --GeoIPFile /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip GeoIPv6File /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip6 --Log "notice file /home/satoshi/.walletwasabi/client/TorLogs.txt".
2020-07-15 21:42:19 INFO    Global (407)    Loaded AddressManager from `/home/satoshi/.walletwasabi/client/AddressManager/AddressManagerTestNet.dat`.
2020-07-15 21:42:22 INFO    IndexStore (51) InitializeAsync finished in 3 seconds.
2020-07-15 21:42:22 INFO    BitcoinStore (63)   InitializeAsync finished in 3 seconds.
2020-07-15 21:42:22 INFO    HostedServices (51) Started Software Update Checker.
2020-07-15 21:42:22 INFO    Global (314)    Start connecting to nodes...
2020-07-15 21:42:22 INFO    Global (338)    Start synchronizing filters...
2020-07-15 21:42:26 INFO    WalletManager (192) Starting Wallet...
2020-07-15 21:42:26 INFO    CoinJoinClientBase (134)    CoinJoinClient is successfully initialized.
2020-07-15 21:42:27 INFO    Wallet (187)    StartAsync finished in 787 milliseconds.
2020-07-15 21:42:27 INFO    WalletManager (194) Wallet started.
2020-07-15 21:44:11 INFO    WasabiSynchronizer (292)    Downloaded filters for blocks from 1780781 to 1780786.
2020-07-15 21:44:11 INFO    ClientState (470)   Round (62465) added.
2020-07-15 21:44:11 INFO    ClientState (470)   Round (62466) added.
2020-07-15 21:44:11 INFO    MempoolService (117)    Start cleaning out mempool...
2020-07-15 21:44:14 INFO    MempoolService (127)    0 transactions were cleaned from mempool.
2020-07-15 21:44:41 INFO    ClientState (452)   Round (62465) removed. Reason: It's not running anymore.
2020-07-15 21:44:41 INFO    ClientState (452)   Round (62466) removed. Reason: It's not running anymore.
2020-07-15 21:44:41 INFO    ClientState (470)   Round (62467) added.
2020-07-15 21:44:41 INFO    ClientState (470)   Round (62468) added.
2020-07-15 21:45:42 INFO    ClientState (452)   Round (62467) removed. Reason: It's not running anymore.
2020-07-15 21:45:42 INFO    ClientState (470)   Round (62469) added.
2020-07-15 21:46:12 INFO    ClientState (452)   Round (62468) removed. Reason: It's not running anymore.
2020-07-15 21:46:12 INFO    ClientState (470)   Round (62470) added.
2020-07-15 21:47:12 INFO    ClientState (452)   Round (62470) removed. Reason: It's not running anymore.
2020-07-15 21:47:12 INFO    ClientState (470)   Round (62471) added.
2020-07-15 21:47:43 INFO    ClientState (452)   Round (62469) removed. Reason: It's not running anymore.
2020-07-15 21:47:43 INFO    ClientState (470)   Round (62472) added.
2020-07-15 21:56:29 INFO    WasabiSynchronizer (288)    Downloaded filter for block 1780787.
2020-07-15 21:56:29 INFO    ClientState (452)   Round (62471) removed. Reason: It's not running anymore.
2020-07-15 21:56:29 INFO    ClientState (452)   Round (62472) removed. Reason: It's not running anymore.
2020-07-15 21:56:29 INFO    ClientState (470)   Round (62473) added.
2020-07-15 21:56:29 INFO    ClientState (470)   Round (62474) added.
2020-07-15 21:56:34 INFO    MempoolService (117)    Start cleaning out mempool...
2020-07-15 21:56:35 INFO    MempoolService (127)    79 transactions were cleaned from mempool.
2020-07-15 21:58:29 INFO    ClientState (452)   Round (62473) removed. Reason: It's not running anymore.
2020-07-15 21:58:29 INFO    ClientState (470)   Round (62475) added.
2020-07-15 21:59:00 INFO    ClientState (452)   Round (62474) removed. Reason: It's not running anymore.
...
2020-07-15 22:14:11 INFO    ClientState (452)   Round (62487) removed. Reason: It's not running anymore.
2020-07-15 22:14:11 INFO    ClientState (470)   Round (62489) added.
2020-07-15 22:14:41 INFO    ClientState (452)   Round (62488) removed. Reason: It's not running anymore.
2020-07-15 22:14:41 INFO    ClientState (470)   Round (62490) added.
2020-07-15 22:16:12 INFO    WasabiSynchronizer (288)    Downloaded filter for block 1780788.
2020-07-15 22:16:12 INFO    ClientState (452)   Round (62489) removed. Reason: It's not running anymore.
2020-07-15 22:16:12 INFO    ClientState (470)   Round (62491) added.
2020-07-15 22:16:12 INFO    MempoolService (117)    Start cleaning out mempool...
2020-07-15 22:16:14 INFO    MempoolService (127)    120 transactions were cleaned from mempool.
2020-07-15 22:16:43 INFO    ClientState (452)   Round (62490) removed. Reason: It's not running anymore.
2020-07-15 22:16:43 INFO    ClientState (470)   Round (62492) added.
2020-07-15 22:17:43 INFO    ClientState (452)   Round (62491) removed. Reason: It's not running anymore.
2020-07-15 22:17:43 INFO    ClientState (470)   Round (62493) added.
...
2020-07-15 22:32:56 INFO    ClientState (452)   Round (62509) removed. Reason: It's not running anymore.
2020-07-15 22:32:56 INFO    ClientState (470)   Round (62511) added.
2020-07-15 22:33:26 INFO    ClientState (452)   Round (62510) removed. Reason: It's not running anymore.
2020-07-15 22:33:26 INFO    ClientState (470)   Round (62512) added.
2020-07-15 22:36:28 INFO    WasabiSynchronizer (288)    Downloaded filter for block 1780789.
2020-07-15 22:36:34 INFO    MempoolService (117)    Start cleaning out mempool...
2020-07-15 22:36:35 INFO    MempoolService (127)    168 transactions were cleaned from mempool.

Tor logs

Jul 15 19:50:32.000 [notice] Tor 0.4.3.5 (git-5ceb60e5ca61fec9) opening log file.
Jul 15 19:50:32.921 [notice] Tor 0.4.3.5 (git-5ceb60e5ca61fec9) running on Linux with Libevent 2.1.11-stable, OpenSSL 1.1.1g, Zlib 1.2.11, Liblzma N/A, and Libzstd N/A.
Jul 15 19:50:32.921 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Jul 15 19:50:32.921 [notice] Configuration file "/var/tmp/dist/tor/etc/tor/torrc" not present, using reasonable defaults.
Jul 15 19:50:32.923 [notice] Opening Socks listener on 127.0.0.1:9050
Jul 15 19:50:32.923 [notice] Opened Socks listener on 127.0.0.1:9050
Jul 15 19:50:32.000 [notice] Parsing GEOIP IPv4 file /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip.
Jul 15 19:50:33.000 [notice] Parsing GEOIP IPv6 file /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip6.
Jul 15 19:50:33.000 [notice] Bootstrapped 0% (starting): Starting
Jul 15 19:50:33.000 [notice] Starting with guard context "default"
Jul 15 19:50:34.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jul 15 19:50:34.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jul 15 19:50:34.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jul 15 19:50:34.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jul 15 19:50:34.000 [notice] Bootstrapped 20% (onehop_create): Establishing an encrypted directory connection
Jul 15 19:50:35.000 [notice] Bootstrapped 25% (requesting_status): Asking for networkstatus consensus
Jul 15 19:50:35.000 [notice] Bootstrapped 30% (loading_status): Loading networkstatus consensus
Jul 15 19:50:36.000 [notice] Bootstrapped 45% (requesting_descriptors): Asking for relay descriptors
Jul 15 19:50:36.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 1945/6444, and can only build 3% of likely paths. (We have 32% of guards bw, 29% of midpoint bw, and 31% of exit bw = 3% of path bw.)
Jul 15 19:50:36.000 [notice] Bootstrapped 51% (loading_descriptors): Loading relay descriptors
Jul 15 19:50:36.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 1945/6444, and can only build 3% of likely paths. (We have 32% of guards bw, 29% of midpoint bw, and 31% of exit bw = 3% of path bw.)
Jul 15 19:50:36.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 1945/6444, and can only build 3% of likely paths. (We have 32% of guards bw, 29% of midpoint bw, and 31% of exit bw = 3% of path bw.)
Jul 15 19:50:37.000 [notice] Bootstrapped 56% (loading_descriptors): Loading relay descriptors
Jul 15 19:50:37.000 [notice] Bootstrapped 62% (loading_descriptors): Loading relay descriptors
Jul 15 19:50:38.000 [notice] Bootstrapped 67% (loading_descriptors): Loading relay descriptors
Jul 15 19:50:39.000 [notice] Bootstrapped 73% (loading_descriptors): Loading relay descriptors
Jul 15 19:50:39.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jul 15 19:50:39.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jul 15 19:50:39.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jul 15 19:50:39.000 [notice] Bootstrapped 100% (done): Done
Jul 15 19:52:53.000 [notice] Have tried resolving or connecting to address '[scrubbed]' at 3 different places. Giving up.
Jul 15 20:16:38.000 [warn] Failed to find node for hop #1 of our path. Discarding this circuit.
Jul 15 20:16:38.000 [notice] Our circuit 0 (id: 159) died due to an invalid selected path, purpose General-purpose client. This may be a torrc configuration issue, or a bug.
Jul 15 20:16:52.000 [warn] Failed to find node for hop #1 of our path. Discarding this circuit.
Jul 15 20:18:26.000 [notice] Tried for 120 seconds to get a connection to [scrubbed]:80. Giving up. (waiting for circuit)
Jul 15 20:19:02.000 [warn] Failed to find node for hop #1 of our path. Discarding this circuit.
Jul 15 20:20:27.000 [notice] Tried for 120 seconds to get a connection to [scrubbed]:80. Giving up. (waiting for circuit)
Jul 15 20:22:06.000 [warn] Failed to find node for hop #1 of our path. Discarding this circuit.
Jul 15 20:22:27.000 [notice] Tried for 120 seconds to get a connection to [scrubbed]:80. Giving up. (waiting for circuit)
Jul 15 20:24:43.000 [warn] Failed to find node for hop #1 of our path. Discarding this circuit.
Jul 15 20:25:01.000 [notice] Tried for 120 seconds to get a connection to [scrubbed]:80. Giving up. (waiting for circuit)
Jul 15 20:25:27.000 [notice] Catching signal TERM, exiting cleanly.
Jul 15 20:26:01.000 [notice] Tor 0.4.3.5 (git-5ceb60e5ca61fec9) opening log file.
Jul 15 20:26:01.328 [notice] Tor 0.4.3.5 (git-5ceb60e5ca61fec9) running on Linux with Libevent 2.1.11-stable, OpenSSL 1.1.1g, Zlib 1.2.11, Liblzma N/A, and Libzstd N/A.
Jul 15 20:26:01.328 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Jul 15 20:26:01.328 [notice] Configuration file "/var/tmp/dist/tor/etc/tor/torrc" not present, using reasonable defaults.
Jul 15 20:26:01.329 [notice] Opening Socks listener on 127.0.0.1:9050
Jul 15 20:26:01.329 [notice] Opened Socks listener on 127.0.0.1:9050
Jul 15 20:26:01.000 [notice] Parsing GEOIP IPv4 file /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip.
Jul 15 20:26:01.000 [notice] Parsing GEOIP IPv6 file /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip6.
Jul 15 20:26:01.000 [notice] Bootstrapped 0% (starting): Starting
Jul 15 20:26:01.000 [notice] Starting with guard context "default"
Jul 15 20:26:02.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 1; recommendation warn; host 4EC87AABE9867796D26CD4B1D2A0682401807280 at 88.202.128.193:46327)
Jul 15 20:26:03.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 2; recommendation warn; host 230A8B2A8BA861210D9B4BA97745AEC217A94207 at 163.172.176.167:443)
...
Jul 15 20:26:17.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 51; recommendation warn; host 00B57BF614F7ED3051073B5D4526FF0B23AF217B at 158.174.145.139:9001)
Jul 15 20:26:18.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 52; recommendation warn; host CD39C258265B25EAA4ABA4FDCB2DF98104CAA362 at 94.130.200.167:443)
Jul 15 20:26:18.000 [warn] Failed to find node for hop #1 of our path. Discarding this circuit.
Jul 15 20:26:18.000 [notice] Our circuit 0 (id: 53) died due to an invalid selected path, purpose General-purpose client. This may be a torrc configuration issue, or a bug.
Jul 15 20:26:31.000 [warn] Failed to find node for hop #1 of our path. Discarding this circuit.
Jul 15 20:27:05.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 53; recommendation warn; host F5F4019509109A07E90C45A022CEED9ECA1643C8 at 176.9.1.98:8080)
...
Jul 15 20:27:38.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 60; recommendation warn; host 72B2B12A3F60408BDBC98C6DF53988D3A0B3F0EE at 85.235.250.88:443)
Jul 15 20:27:38.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 61; recommendation warn; host D5C6F62A5D1B3C711CA5E6F9D3772A432E96F6C2 at 94.130.40.100:443)
Jul 15 20:28:04.000 [notice] Tried for 120 seconds to get a connection to [scrubbed]:80. Giving up. (waiting for rendezvous desc)
Jul 15 20:28:06.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 62; recommendation warn; host 459310E0C3A72CAACAE10BEEBB7484D724C9C8C0 at 82.183.25.47:9001)
...
Jul 15 20:29:10.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 81; recommendation warn; host 4E98AA295B7171996D18DD1F6A19F64AB4036B4A at 213.239.213.190:443)
Jul 15 20:29:10.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 82; recommendation warn; host C0CBBD17F848C8F9A49104A96DB498013B30F14F at 85.167.113.174:9001)
Jul 15 20:29:21.000 [notice] Catching signal TERM, exiting cleanly.
Jul 15 20:30:34.000 [notice] Tor 0.4.3.5 (git-5ceb60e5ca61fec9) opening log file.
Jul 15 20:30:34.612 [notice] Tor 0.4.3.5 (git-5ceb60e5ca61fec9) running on Linux with Libevent 2.1.11-stable, OpenSSL 1.1.1g, Zlib 1.2.11, Liblzma N/A, and Libzstd N/A.
Jul 15 20:30:34.612 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Jul 15 20:30:34.612 [notice] Configuration file "/var/tmp/dist/tor/etc/tor/torrc" not present, using reasonable defaults.
Jul 15 20:30:34.613 [notice] Opening Socks listener on 127.0.0.1:9050
Jul 15 20:30:34.613 [notice] Opened Socks listener on 127.0.0.1:9050
Jul 15 20:30:34.000 [notice] Parsing GEOIP IPv4 file /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip.
Jul 15 20:30:34.000 [notice] Parsing GEOIP IPv6 file /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip6.
Jul 15 20:30:34.000 [notice] Bootstrapped 0% (starting): Starting
Jul 15 20:30:34.000 [notice] Starting with guard context "default"
Jul 15 20:30:35.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 1; recommendation warn; host 4EC87AABE9867796D26CD4B1D2A0682401807280 at 88.202.128.193:46327)
Jul 15 20:30:36.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 2; recommendation warn; host 230A8B2A8BA861210D9B4BA97745AEC217A94207 at 163.172.176.167:443)
Jul 15 20:30:37.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 3; recommendation warn; host 903CA67D0DEB74CFBB01432840A26CB8C6C18FDF at 24.154.176.155:9001)
...
Jul 15 21:40:24.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 927; recommendation warn; host FD7ED9F4871E2EC46035FC602960EACC32E08FF8 at 46.4.233.104:443)
Jul 15 21:40:24.000 [warn] Problem bootstrapping. Stuck at 0% (starting): Starting. (Network is unreachable; NOROUTE; count 928; recommendation warn; host B872BA6804C8C6E140AE1897B44CF32B42FD2397 at 62.210.83.207:8008)
Jul 15 21:42:18.000 [notice] Tor 0.4.3.5 (git-5ceb60e5ca61fec9) opening log file.
Jul 15 21:42:18.804 [notice] Tor 0.4.3.5 (git-5ceb60e5ca61fec9) running on Linux with Libevent 2.1.11-stable, OpenSSL 1.1.1g, Zlib 1.2.11, Liblzma N/A, and Libzstd N/A.
Jul 15 21:42:18.804 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Jul 15 21:42:18.804 [notice] Configuration file "/var/tmp/dist/tor/etc/tor/torrc" not present, using reasonable defaults.
Jul 15 21:42:18.805 [notice] Opening Socks listener on 127.0.0.1:9050
Jul 15 21:42:18.805 [notice] Opened Socks listener on 127.0.0.1:9050
Jul 15 21:42:18.000 [notice] Parsing GEOIP IPv4 file /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip.
Jul 15 21:42:18.000 [notice] Parsing GEOIP IPv6 file /home/satoshi/.walletwasabi/client/tor/Data/Tor/geoip6.
Jul 15 21:42:18.000 [notice] Bootstrapped 0% (starting): Starting
Jul 15 21:42:19.000 [notice] Starting with guard context "default"
Jul 15 21:42:20.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jul 15 21:42:20.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jul 15 21:42:20.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jul 15 21:42:20.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jul 15 21:42:20.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jul 15 21:42:20.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jul 15 21:42:20.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jul 15 21:42:20.000 [notice] Bootstrapped 100% (done): Done
Jul 15 21:42:22.000 [notice] Guard cadbury ($4EC87AABE9867796D26CD4B1D2A0682401807280) is failing to carry more streams on its circuits than usual. Most likely this means the Tor network is overloaded or your network connection is poor. Use counts are 63/84. Success counts are 248/290. 284 circuits completed, 21 were unusable, 15 collapsed, and 28 timed out. For reference, your timeout cutoff is 60 seconds.
Jul 15 21:44:15.000 [notice] Have tried resolving or connecting to address '[scrubbed]' at 3 different places. Giving up.

Operating System
Linux Mint 19.3

Wasabi Version
Wasabi-1.1.11.2.tar.gz

debug

Most helpful comment

The Tor logs shows that everything was working okay until 19:52:53 and was restarted at 21:42:20. After that it worked well again. That explains that both Wasabi and Tor Browser stopped working. This was an issue with the Tor network or connectivity.

All 4 comments

Thanks for the report - I don't know what's going on...
@lontivero do you have an idea?

Cannot repro.

Rarely Tor has problems if you open the browser and Wasabi together.
I tested it first start Wasabi then start Tor browser it is working.

The Tor logs shows that everything was working okay until 19:52:53 and was restarted at 21:42:20. After that it worked well again. That explains that both Wasabi and Tor Browser stopped working. This was an issue with the Tor network or connectivity.

Considering this as a one-time Tor issue. If it is not reproducible we cannot fix it. Strange things can happen if multiple Tor processes are running if it is even possible. If it gets fixed after restarting the computer or closing the Tor process manually - they most probably that was the case.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

UkolovaOlga picture UkolovaOlga  路  3Comments

trading2835 picture trading2835  路  3Comments

2pac1 picture 2pac1  路  3Comments

gabridome picture gabridome  路  3Comments

yahiheb picture yahiheb  路  3Comments