Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
JSON-RPC backupwallet causes 500 Internal Server Error in bitcoind #216
Comments
|
You might want to open an issue on bitcoin github rep: https://github.com/bitcoin/bitcoin This one here is for bitcoin.org (the website) |
saivann
closed this
Jul 15, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grahama commentedJul 15, 2013
I'm using v0.8.3 and issuing the backupwallet command via the QT GU works, but that performs a local backup.
Using the JSON-RPC to a bitcoind server via 127.0.0.1 or remote IP always causes the server to return 500 Internal Server Error, additionally it does not return any JSON error codes as per bitcoin/bitcoin#1908
This is a documented function and I would it expect the path or path/filename to refer to a filespec on the remote server when using the RPC interface.
Its critical tp me to be able to backup your wallet via RPC.