Post
Topic
Board Electrum
Re: Electrum Server
by
HCP
on 27/11/2019, 03:07:38 UTC
i'm connected to 7 different nodes at once.  did i get my addy balances from all 7 and in what proportion?  or did i just get them from electrum2.hodlister.co?
All your requests (ie. address balance history, sending transactions etc)... go through whatever is listed in "Server"... so, in your screenshot above "electrum2.hodlister.co" (also highlighted with a * in the node list).

The "nodes" you are connected to provide Blockheader information and help determine what Electrum considers to be the "longest chain" etc


can one run an ElectrumX server with Bitcoin Core in prune mode?
Short answer... NO.

Longer Answer:
You must to be running a non-pruning bitcoin daemon with:
Code:
txindex=1
set in its configuration file. If you have an existing installation of bitcoind and have not previously set this you will need to reindex the blockchain with:

Code:
bitcoind -reindex
which can take some time.


Also... try clicking the "?" buttons in Electrum... The "Status" one shows this:


The "Server" one shows this: