-
seems like an ok place to put this - maybe someone can set that up :)
-
It would be useful to port [Electrum Personal Server](https://github.com/chris-belcher/electrum-personal-server) to Namecoin. Based on https://github.com/chris-belcher/electrum-personal-server/issues…
-
This checklist is for what still needs to be implemented to complete SPV implementation
- [x] Block headers storage optimization, needed for webDEX and Mobile. https://github.com/KomodoPlatform/atomi…
-
Hi there,
I've installed bitcoin node and electrs server on VPS. I write nodejs script to listen new transaction from specific addrs and I get this error when I use Electrum protocol method blockch…
-
iOS 16.1
v6.3.1
self test takes ages
userid:EC38A1E5-0A17-4BFE-8938-723842EF9EE5
After the recent btcd bug my myNode had crashed and electrum is not synching. It's stuck ar 99.95%.
Whatever i…
-
so i run 2 electrumx servers, and the ssl ports on both have suddenly closed within 24 hours of each other, and the tcp ports have remained open, according to all seeing eye. the websocket port is als…
-
Not able to connect to any server in 4.0.6.... Same issue in Ubuntu 22 and Windows 10
Clean install, standard wallet, recovering from seed. Standalone 4.0.6 in Windows 10, and running ./run_electru…
-
-
I am having trouble running Electrum Personal Server on OSX and was hoping someone has already figured it out. I have attached some information about what issues I am running into.
Step 1: install …
-
If you run the example code, you' ll get the error:
``` rust
let client = Client::new("ssl://electrum.blockstream.info:50002").unwrap();
let res = client.server_features();
println!("{:#?}", res…