Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Zhoutianzi137 opened this issue Mar 28, 2024 · 7 comments
Labels
triage Issues under investigation

Comments

@Zhoutianzi137
Copy link

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 patricklodder added the triage Issues under investigation label Mar 28, 2024
@patricklodder
Copy link
Member

What is the exact error you receive?

@Zhoutianzi137
Copy link
Author

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

@Zhoutianzi137
Copy link
Author

@patricklodder

@patricklodder
Copy link
Member

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
Copy link

georgeartem commented Mar 30, 2024 via email

@RnoHach
Copy link
Contributor

RnoHach commented Apr 1, 2024

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

@georgeartem
Copy link

georgeartem commented Apr 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issues under investigation
Projects
None yet
Development

No branches or pull requests

4 participants