blockbook icon indicating copy to clipboard operation
blockbook copied to clipboard

Displaying utxo

Open Megumin4an opened this issue 5 months ago • 2 comments

Hi! We encountered the following issue. Displaying UTXOs that have already been spent at the following address: /api/v2/utxo/DHZtiYxpsZkooxTbsreb8fwasybUjLaUGY

[
    {
        “txid”: “7738eb62ddc0526e8b9c8cd922438351b0b8949642e7252f53e127f2834b4075”,
        “vout”: 0,
        “value”: “495470000”,
        “height”: 5087314,
        “confirmations”: 4429
    }
]

Resync node and blockbook did not help either. Can you please help with this?

Megumin4an avatar Sep 28 '25 18:09 Megumin4an

Can you please provide more details about this issue? What was the coin? And what is your setup?

etimofeeva avatar Oct 22 '25 21:10 etimofeeva

We use a coin and a blockbook for the PIVX coin. The startup configuration is as follows: ./blockbook -sync -blockchaincfg ./coin.json -internal 0.0.0.0:${BLOCKBOOK_IPORT} -public 0.0.0.0:${BLOCKBOOK_EPORT} -logtostderr -dbmaxopenfiles 80000

Megumin4an avatar Oct 23 '25 16:10 Megumin4an