Invalid URI Error when launching Wasabi on a mac after adding in Electrs Onion address incorrectly #14205
Unanswered
ForrestHODL
asked this question in
Support
Replies: 1 comment
-
You cannot use electrs. It is not the same as Bitcoin RPC. https://docs.wasabiwallet.io/FAQ/FAQ-UseWasabi.html#where-can-i-find-the-wasabi-data-folder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use wasabi wallet on mac and added in the onion address for my electrs into the bitcoin rbc and didnt add the tcp: and the software closed. I tried restarting it and got this error
Exception type: System.UriFormatException
Message: Invalid URI: Invalid port specified.
Stack Trace: at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at WalletWasabi.Models.ServiceConfiguration..ctor(String bitcoinRpcUri, Money dustThreshold, Int32 dropUnconfirmedTransactionsAfterDays)
at WalletWasabi.Daemon.Config..ctor(PersistentConfig persistentConfig, String[] cliArgs)
at WalletWasabi.Daemon.WasabiApplication..ctor(WasabiAppBuilder wasabiAppBuilder)
at WalletWasabi.Daemon.WasabiAppBuilder.Build()
at WalletWasabi.Fluent.Desktop.Program.Main(String[] args)
I tried uninstalling and reinstalling and still got that.
I asked ai and it told me to paste into terminal
open "~/Library/Application Support/WasabiWallet/Client"
and it said that this did not exist.
anyone know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions