-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Weird errors creating wallet via RPC #7431
Comments
Did you close the wallet between creating and opening it ? |
Nope, all I did is listed. I wanted auto generate wallets via RPC, but it has to be done manually as I see. Wallet is not open after creation. |
You can run "sudo perf top -a" to see what your system is doing during that time. I just tried here, about 1.6 seconds. |
Maybe it's just timing out on the daemon. When creating a wallet, it asks the daemon for the current height for example. |
--offline solved it. But after connected to remote node the RPC was unresponsive until it fully synced.
|
Yes. |
That makes development any application that uses monero kinda awkward. How does the Monero GUI connect to the backend, because it's able to query the progress of syncing. |
This is likely due to a lock in As per the GUI, its probably making a different API call that doesn't block. |
That GDB inspection wouldn't work on my windows. Can you connect to your RPC while it's syncing? Maybe it's only windows. |
#7760 should help with RPC becoming unresponsive but it's not clear if that's the issue you are seeing.
Yes that should work fine. |
New versions of monero have a |
1,
monero-wallet-rpc --wallet-dir . --rpc-bind-port 28089 --rpc-bind-ip 127.0.0.1 --disable-rpc-login
Monero 'Oxygen Orion' (v0.17.1.9-release)
Win10 x64
2,
Issue RPC call
3,
warnings in console:
Wallet file created 20secs (!) after POST. Files:
wallet.keys
wallet
4,
5,
full log:
monero-wallet-rpc.log
The text was updated successfully, but these errors were encountered: