Next scheduled rescrape ... never
Version 1
Last scraped
Edited on 29/08/2025, 22:07:19 UTC
I was looking at Fulcrum's "getinfo" command. Some interesting parts:
Code:
   "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 Smiley
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.
Original archived Re: LoyceV's 0.1 sat/vbyte Electrum Server Adventure
Scraped on 29/08/2025, 21:37:03 UTC
I was looking at Fulcrum's "getinfo" command. Some interesting parts:
Code:
    "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 Smiley

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.