UTXOs remain stuck unconfirmed
See original GitHub issueThe 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
- use
wallet_prefill_addresses
to refill addresses - use
utxo_list
to wait for the transactions to confirm - 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:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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.