Author

Topic: "cannot open wallet dump file" (Read 2135 times)

legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
June 08, 2015, 11:22:23 PM
#5
It would be nice for a future version of bitcoincore to include a text versions of the error codes so that users can interpret things like -8 means "missing path argument" or something like that without having to post here or grep through source code for the interpretations.  Don't get me wrong, error codes are useful and awesome, but eventually it's nice to provide a text based version of the error code along with the numerical one.  Really, the numerical one is more useful for API usage.

Open an issue on github.

I will do that, I'm glad you suggested it---I wouldn't have thought to do so otherwise.
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
June 08, 2015, 10:27:18 PM
#4
It would be nice for a future version of bitcoincore to include a text versions of the error codes so that users can interpret things like -8 means "missing path argument" or something like that without having to post here or grep through source code for the interpretations.  Don't get me wrong, error codes are useful and awesome, but eventually it's nice to provide a text based version of the error code along with the numerical one.  Really, the numerical one is more useful for API usage.

Open an issue on github.
legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
June 08, 2015, 10:09:18 PM
#3
It would be nice for a future version of bitcoincore to include a text versions of the error codes so that users can interpret things like -8 means "missing path argument" or something like that without having to post here or grep through source code for the interpretations.  Don't get me wrong, error codes are useful and awesome, but eventually it's nice to provide a text based version of the error code along with the numerical one.  Really, the numerical one is more useful for API usage.
sr. member
Activity: 268
Merit: 258
June 08, 2015, 03:35:20 PM
#2
You needed to specify the path for the output file.
hero member
Activity: 623
Merit: 501
June 08, 2015, 06:54:29 AM
#1
Hi everyone,

I'm on Testnet and trying the dumpwallet command.

When I type:

dumpwallet wallet.txt

I get this error: "cannot open wallet dump file (code -8)"

Any ideas why?  Huh

Thanks!

Edit: It worked when I type: dumpwallet "C:\Users\myusername\Documents\Bitcoin\dumpwallet.txt"   Cheesy
Jump to: