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

Closed
grahama opened this Issue Jul 15, 2013 · 1 comment

Comments

Projects
None yet
2 participants

grahama commented Jul 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.

Contributor

saivann commented Jul 15, 2013

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 saivann closed this Jul 15, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment