-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
monero-wallet-cli frozen after confirming transfer command #3813
Comments
Probably a timeout with a slow RPC. Try with #3815 |
@moneromooo-monero I am experiencing the same slowness when doing a transfer from both monero-wallet-cli and monero-wallet-rpc. Do you mind elaborating on how we can make use of issue #3815 to solve the slowness/timeout? Thank you so much |
You just apply the commit in that PR. git fetch origin pull/3815/head:PR3815 That will apply the commit to your current branch. You may want to switch branches to a temporary one first if you're on master. |
@moneromooo-monero Tried your instructions and re-compiled the binaries after applying the new PR3815 commits to a new branch. Now when I try to send some funds
Is it supposed to freeze for so long? |
Yes in the general case. It'll be fixed later. |
Also, I updated 3815 to add another case, make sure you're running the current one. |
Tried sending again today (without your new update to PR3815) and it appears faster. Not sure what was the difference compared to the slow one yesterday when using PR3815 fix. |
I've now fixed it, but it requires a db change, so that's not going to be in 0.12.1.0. It'll be instant when it's in. 0 is the expected height, and it should then hit the cache. I don't see why it'd be slow then. |
The cache is now in 0.12.2.0, it should be fast unless you override segregation height. If you still get slowness with the default, please reopen. +resolved |
On Windows 10, using 0.12.2.0 I experience the same: The moment I answer the payment id question (with Y), the cli freezes. |
Tried to use
monero-wallet-cli
(Monero 'Lithium Luna' (v0.12.0.0-master-release)) on my Ubuntu system to send some XMR out of my wallet.
However after confirming that no payment id is included, it just freezes there.
Is something wrong?
The text was updated successfully, but these errors were encountered: