I was looking at Fulcrum's "
getinfo" command. Some interesting parts:
"clients_connected": 248,
"clients_connected_max_lifetime": 334,
"clients_connected_total_lifetime": 403638,
"mempool": {
"addresses": 8459,
"avg_fee_sats_B": 0.09,
"avg_fee_sats_vB": 0.2,
"size_bytes": 66121778,
"size_vbytes": 29260364,
"txs": 92805
"txs_sent": 150,
"txs_sent_bytes": 100307,
"uptime": "9.34 days",
"utxoset": {
"size": 168028344,
"size_MB": 14114.38
So 150 transactions were broadcasted through my server. Only one of them was mine. At least this confirms there was a need for this
I like the average fee, but keep in mind this is the average in mempool, not in confirmed transactions.
I set a donation address in Fulcrum's settings, but Electrum > Help > Donate to server shows: "No donation address for this server". I checked other Electrum servers, and they all show the same error message. That used to work a few years ago, but it looks like Electrum no longer shows the server's addy. If anyone knows how to fix this, feel free to post.