Yes, i know, but how i can see the Code? I use otherversion =30, in other forums they said os dogecoin, but the results is the same
Maybe is another code dogecoin?
Are you sure you did it right? What is the commandline you are typing in? I just did this:
pywallet.py --dumpwallet --datadir=E:\PyTest --otherversion=30 --passphrase=my5uper5ecretP@55w0rd > walletdump.txt
A copy of my dogecoin wallet.dat was in "E:\PyTest" directory... aside from a bunch of "Wallet data not recognized: {'__type__': 'keymeta', '__value__': '" errors dumped at the beginning... walletdump.txt contained all my Dogecoin addresses like this:
{
"addr": "DCAA7yVbqr4THDXGQ2tXJecjshSJ2JVrnr",
"compressed": true,
"encrypted_privkey": "BIG_LONG_HEX_STRING1",
"hexsec": "BIG_LONG_HEX_STRING2",
"label": "",
"pubkey": "BIG_LONG_HEX_STRING3",
"reserve": 0,
"sec": "BIG_LONG_HEX_STRING4",
"secret": "BIG_LONG_HEX_STRING5"
},
You can see that the addr value starts with "D" like Dogecoin addresses are supposed to... and it dumped the "sec" (aka the private key) as a "Q" which is the right format for a "compressed" Dogecoin address.
Or are you having issues with the
--recover mode?

Maybe , because i had a wallet. corrupt, and cant see my wallet address.
Now try put de recover command with my wallet, but pywallet dont run. errno 13, Permission denied (I run cmd with admin)
pywallet.py --otherversion=30 --recover --recov_size 300Gio --recov_device "\\.\PHYSICALDRIVE0" --recov_outputdir "c:\recuperacion"