dogecoin / dogecoin

very currency
MIT License
14.4k stars 2.8k forks source link

Dogecoin Core encountered a failure to transfer money to another address[bug] #3498

Open Zhoutianzi137 opened 1 month ago

Zhoutianzi137 commented 1 month ago

Transfer money to other addresses through the Dogecoin wallet. The transfer cannot be successful due to a failure. The status bar shows that it is not confirmed and is not in the memory pool. I hope the developer team can help me troubleshoot to use the wallet better.

patricklodder commented 1 month ago

What is the exact error you receive?

Zhoutianzi137 commented 1 month ago

1711593040648 Unable to transfer successfully, the status is, not confirmed, not in the memory pool

Zhoutianzi137 commented 1 month ago

@patricklodder

patricklodder commented 1 month ago

First, make sure you're connected to some peers. You can see this by going to the help->debug window under "connections" (连接数).


If you right click the transaction there is an option to copy the raw transaction (复制原始交易), like so:

Screenshot 2024-03-27 at 23 07 47

Then if you go to help->debug window->console, type:

sendrawtransaction, add a space , and paste the raw transaction.

It will look like this:

Screenshot 2024-03-27 at 23 10 49

If there is an error, it will tell us.

georgeartem commented 1 month ago

I love this, its awesome to see, you may already be aware that node support team friends like @Rno et al from X would be equally awesome at supporting this type of request in the future for the sake of your sanity 🙏Sent from my iPhoneOn Mar 27, 2024, at 8:17 PM, Old Dip Tracker @.***> wrote: First, make sure you're connected to some peers. You can see this by going to the help->debug window under "connections" (连接数).

If you right click the transaction there is an option to copy the raw transaction (复制原始交易), like so: Screenshot.2024-03-27.at.23.07.47.png (view on web) Then if you go to help->debug window->console, type: sendrawtransaction, add a space , and paste the raw transaction. It will look like this: Screenshot.2024-03-27.at.23.10.49.png (view on web) If there is an error, it will tell us.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

RnoHach commented 1 month ago

I'd have to lurk and learn a bunch first. 😅

georgeartem commented 1 month ago

You and I share that regrettable task friend. A lot could be learned from the discussion section.Sent from my iPhoneOn Mar 31, 2024, at 7:55 PM, Rno @.***> wrote: I'd have to lurk and learn a bunch first. 😅

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>