0

I have a few transactions that are stuck in the pending status (for about 2 days now). My unlocked balance is near 0, so I cannot transfer any XMR. How can I solve these stuck transactions? What is the reason?

jtgrassie
  • 19,111
  • 4
  • 14
  • 51
gdfhsd33
  • 1
  • 1

1 Answers1

0

How can I solve these stuck transactions?

If you have a transaction stuck at the daemon, you can flush it with flush_txpool:

$ monerod help flush_txpool
Command usage: 
  flush_txpool [<txid>]

Command description: 
  Flush a transaction from the tx pool by its <txid>, or the whole tx pool.

Then in your wallet you can rescan_spent.

What is the reason?

If your domain is not in sync with the rest of the network or is on an incorrect chain, this kind of thing can happen.

jtgrassie
  • 19,111
  • 4
  • 14
  • 51