question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UTXOs remain stuck unconfirmed

See original GitHub issue

The Issue

when using wallet_prefill_addresses and waiting for utxo to confirm (checking the result of utxo_list where all entries must have height !=0) the height isn’t updated after a block is mined.

Steps to reproduce

  1. use wallet_prefill_addresses to refill addresses
  2. use utxo_list to wait for the transactions to confirm
  3. repeat until at least one entry is stuck on
   "height": 0,

for at least 1 mined block

Expected behaviour

the height should update after a block is mined and the transaction is confirmed

Actual behaviour

the height never updates until the daemon is restarted

System Configuration

{
  "id": null,
  "jsonrpc": "2.0",
  "result": {
    "build": "rc",
    "ip": "54.209.131.62",
    "lbrynet_version": "0.20.0rc9",
    "lbryschema_version": "0.0.15",
    "lbryum_version": "3.2.1",
    "os_release": "4.4.0-121-generic",
    "os_system": "Linux",
    "platform": "Linux-4.4.0-121-generic-x86_64-with-Ubuntu-16.04-xenial",
    "processor": "x86_64",
    "python_version": "2.7.12"
  }
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
eukreigncommented, Dec 5, 2018

we’ve switched to the new wallet, so this shouldn’t be an issue anymore, please re-open or file new issue if this happens again

0reactions
nikooo777commented, Aug 16, 2018

it appeared to be still happening, though i moved away from using utxo_list to check utxos, instead I just wait for a block and spend.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bitcoin Transaction Stuck? Read This.
Your transaction is stuck and unconfirmed, and you're not sure when it'll be mined... this blog post explains why & what you can...
Read more >
Warn when spending unconfirmed UTXOs #3578 - GitHub
Upon investigation we found that the transaction was spending an unconfirmed UTXO of very low value, less than $1. ... Suite should warn...
Read more >
What happens when your BTC transaction gets “stuck”? | Braiins
Got a transaction stuck in a pending state with little hope of getting confirmed soon? Let's learn why this happens and how it...
Read more >
How to unstuck a low-fee transaction with blockchain.info?
Unconfirmed transaction means that your transaction is being broadcast through the network until some miner write it down into a block. If the...
Read more >
My "send" transaction is stuck in Ledger Live
This error happens because the Ledger account you're trying to spend from contains too many coin fragments (also called Unspent Transaction ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found