Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [electrum-server]

The tag has no usage guidance.

1 vote
1 answer
39 views

How do I copy the electrs index to a new node without it having to reindex?

I have electrs installed on an old Umbrel bitcoin node, and I want to copy it to new hardware (with Umbrel as well), instead of having electrs reindex the blockchain from scratch, which can take over ...
Pineapple29's user avatar
0 votes
0 answers
29 views

Trying to run Esplora with existing electrs and bitcoind

I'm trying to run Esplora on a system that's already running bitcoind and electrs, both of which are working. Electrs is running on port 60001. echo '{"jsonrpc": "2.0", "...
xxedgexx's user avatar
0 votes
0 answers
45 views

High end electrum servers directly reading blk.dat files

These days, high end electrum servers directly read blk.dat files straight from Bitcoin Core's blocks folder in the process of creating their initial internal indexes. I guess they also do in the ...
RooSoft's user avatar
  • 167
1 vote
1 answer
137 views

Getting a feerate estimate via the Electrum protocol

For example, I make this request to the Electrum server: { "id": 0, "method": "blockchain.estimatefee", "params": [ 1 ] } and get response: 0.00254405 Here I ...
Fernader's user avatar
2 votes
0 answers
59 views

Does a Raspberry Pi have enough CPU power to run a full node and an electrs server?

Very curious if anyone has this particular setup, currently am running the aforementioned on an old Acer laptop but it's struggling hard.
BillyT's user avatar
  • 29
0 votes
1 answer
208 views

Electrs server setup for local network

I have a machine (192.168.1.66) on a local network serving Electrs that's syncd to the tip (netstat -ntlp shows that electrs listening on 127.0.0.1:50001). But I have another machine (192.168.1.68) ...
BillyT's user avatar
  • 29
2 votes
1 answer
72 views

Local Esplora Not Compiling on Clean `new-index` Branch

I'm immediately failing to compile https://github.com/Blockstream/electrs on a clean branch of new-index as instructed in the README. The build is failing with the following error: error: failed to ...
Nicholas Sandomeno's user avatar
2 votes
0 answers
77 views

How to get transaction fee info using Python from an Electrum server?

I can get a raw transaction and parse it using electrum and bitcoinlib fairly easily: import bitcoinlib from electrum.daemon import Daemon from electrum.simple_config import SimpleConfig class ...
moblie's user avatar
  • 121
0 votes
0 answers
33 views

Most Secure Bitcoin Node Motherboard to avoid IME & PSP?

What is the correct motherboard model / CPU type to choose if your goal is to build a secure Bitcoin Node that has none of the exploit compromised back doors listed below by CPU type: Intel ...
binar's user avatar
  • 1
0 votes
0 answers
69 views

More detailed historical trx info (fee, sat per byte, transferred value in trx, from, to) from electrumx server?

I run bitcoin full node and Electrumx server over it for getting historical data. The methods that I frequently used were "blockchain.scripthash.get_history" and "blockchain.transaction....
mjdimn's user avatar
  • 63
2 votes
1 answer
185 views

Interfacing with fulcrum personal server

I'm trying to interface with my fulcrum personal server that's connected to my node but having issues getting a json response from my RPC call. To enable RPC commands my understanding in the fulcrum....
chump365's user avatar
0 votes
0 answers
283 views

Full explanation of what Electrum Server / Electrs does for data availability?

I am working on an on-chain data model in a corporate data warehouse setting. All data must live on an internal system where it can be easily joined to other datasources, and support a variety of ...
sha2fiddy's user avatar
1 vote
1 answer
475 views

Issues Installing Electrum Personal Server with Sparrow and Bitcoin Core

I'm trying to set up Electrum Personal Server (EPS) to work with Sparrow Wallet and Bitcoin Core. I've followed the standard procedures for the setup, but I've run into some issues. Setup Details: ...
kashifs's user avatar
  • 11
0 votes
1 answer
38 views

Must a lightweight wallet be connected to the same servers that were used years ago to receive money

My question is back in 2016 i purchased bitcoin not knowing nothing about it forgot i even had it they were i believe segwit or bip39 anyways when i got back into trying to locate my wallets no data ...
g.navarro's user avatar
1 vote
1 answer
103 views

How can one query the mempool of an Electrum server?

How does one go about querying a public Electrum server’s mempool? Not just for a address, but the entire mempool.
RStyle's user avatar
  • 113

15 30 50 per page