Bitcoin Forum
April 26, 2024, 03:16:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: My transaction has been unconfirmed for over 12 hours because of low fees  (Read 304 times)
radbulldog
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 14, 2021, 07:30:08 AM
 #21

Status: 0/unconfirmed, not in memory pool
This is going to be a problem. It looks like your client has created the transaction, but it is only stored locally in your wallet file. It has not been broadcast (or it was rejected when your client attempted to broadcast it), nor is it in the mempool of your local node waiting to be broadcast. It's possible that it's been invalidated by inputs being used/double spent in other transactions.

In Bitcoin Core, if you goto the console ("Window -> Console") and use the following commands:
Code:
getrawtransaction 1d66b0f1a56e7b45c9390491513c39bdf2b3d2a76d346dfee919992c6dcfa835
If it's not in his mempool nor blockchain, but he's using the GUI (bitcoin-qt)
he can use right-click menu of the transaction in the 'transactions' tab and select "Copy raw transaction" to get the raw transaction.

But you're right, I think there's a bigger problem somewhere since the transaction wasn't broadcast.

Can you try to use "-zapwallettxes" to remove those unconfirmed transactions or to clear up your core wallet.
If it's not in his mempool, he can just abandon it, it's one of the options in the same right-click menu (clickable for "not in mempool" txns).

I tried resync error so I'll reindex and start all over. Thanks
Why? Guess you'll have to wait until it's finished since you've already started it.
Is your blockchain pruned?
No it was pruned to dump at 2GB by default now am downloading it fully hopefully prevent future troubles like this. Or is there a way to prune without the full download?
1714144609
Hero Member
*
Offline Offline

Posts: 1714144609

View Profile Personal Message (Offline)

Ignore
1714144609
Reply with quote  #2

1714144609
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
nc50lc
Legendary
*
Offline Offline

Activity: 2394
Merit: 5538


Self-proclaimed Genius


View Profile
June 14, 2021, 08:39:42 AM
 #22

-snip-
Why? Guess you'll have to wait until it's finished since you've already started it.
Is your blockchain pruned?
No it was pruned to dump at 2GB by default now am downloading it fully hopefully prevent future troubles like this. Or is there a way to prune without the full download?
Ah, so that's why you've resync.
What I'm thinking is it might be not necessary depending on the cause of the issue.

But since resync is already initialized, there's nothing you can do but to finish it, and hopefully that might fix the issue.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
hosseinimr93
Legendary
*
Offline Offline

Activity: 2380
Merit: 5213



View Profile
June 14, 2021, 09:07:24 AM
Last edit: June 14, 2021, 06:17:27 PM by hosseinimr93
 #23

Can you try to use "-zapwallettxes" to remove those unconfirmed transactions or to clear up your core wallet.
The zapwallettxes option has been removed from the latest version of bitcoin core. (Click here to see the reference.)


To radbulldog

It's possible that the address(es) you are trying to send bitcoin from has no balance at all. Maybe the outputs have been spent in another transaction and that's why your transaction wasn't broadcast even by your own node.

Is there any reason you are running a full node?
If you only want to make a transaction and you have valid unspent outputs in your wallet, you should be able to export your private keys from bitcoin core and import it into other wallets like electrum.

Note that if you use electrum, there's no need to download the blockchain.

For exporting your private keys from bitcoin core, you can use the following command.

Code:
dumpwallet <your wallet name>

You can also use the following command to export private key of a specific address.

Code:
dumpprivkey <Your bitcoin address>

For importing your private key(s) into electrum, select "Import bitcoin addresses or private keys" when creating the wallet and enter your private keys.

Warning:
Download electrum only from its official website and do not forget to verify your download.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!