-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need electrum_tls
set to False
#161
Comments
Hi @jblachly , This looks like a wallet issue rather than gdk. You can override cc @domegabri |
Confirming Qt and iOS are also affected. |
It is ultimately a wallet issue, but I thought beginning in GDK (where the parameter lies) would be the most reasonable way to open discussion with the development team, rather than creating separate identical issues for each of the wallet platforms. |
@jblachly Yes thanks for reporting here, @domegabri will coordinate with the wallet devs to get each updated. Thanks! |
I am posting here as issue seems to affect all platforms tested (iOS; Mac OS), and configuration option causing problem on all platforms AFAICT is in this repository at:
gdk/src/network_parameters.cpp
Line 331 in fb8a9a0
Description of Problem
I can't connect to a personal electrum server, which causes all sorts of unexpected failure behaviours across all platforms when creating or restoring wallets
Cause of problem
I believe this is because Green/GDK always forces Electrum TLS to be true, and I am running non-TLS only on port 50001.
Logs
GDK
Note
electrum_url
iselectrs.local:50001
, andelectrum_tls
isBool(true)
.Electrs
Setup details
Green Wallet, latest version from official channels on iOS and Mac OS
Electrs, git commit 1b4cc1ec0fd51caeea92da9d959a00805a4810a4 (latest)
Green and Electrs running on private network, not publicly exposed (hence no TLS)
Bitcoin mainnet
The text was updated successfully, but these errors were encountered: