Search content
Sort by

Showing 5 of 5 results by Kritical
Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
Kritical
on 23/01/2018, 09:23:43 UTC
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:

Code:
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:

Quote
       {
            "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? Huh

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)

How can fix errno 13?

put the code i use:

pywallet.py --otherversion=30 --recover --recov_size 300Gio --recov_device "\\.\PHYSICALDRIVE0" --recov_outputdir "c:\recuperacion"
Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
Kritical
on 21/01/2018, 17:33:26 UTC
Hi.

I use pywallet for restore my old wallet.dat corrupt Dogecoin.

I can run pywallet, but when finish restore the wallet, only show me bitcoin addresses... But i need DOGECOIN.


Any can help me?


Sorry for the english, is not my native language

thoroughly read through this thread.

each coin has a unique code that must be specified upon use.


Hi, thanks for the answer

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?
Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
Kritical
on 21/01/2018, 06:35:07 UTC
Hi.

I use pywallet for restore my old wallet.dat corrupt Dogecoin.

I can run pywallet, but when finish restore the wallet, only show me bitcoin addresses... But i need DOGECOIN.


Any can help me?


Sorry for the english, is not my native language
Post
Topic
Board Servicios
Re: Wallet.dat Dogecoin corrupto
by
Kritical
on 14/01/2018, 15:53:00 UTC
Nadie?
Post
Topic
Board Servicios
Wallet.dat Dogecoin corrupto
by
Kritical
on 12/01/2018, 11:17:52 UTC
Buenas, llevo ya unos días que la cabeza me esta dando vueltas y no doy con la tecla. A ver si alguno de vosotros puede echarme un cable.



Tuve un problema con el ordenador y se formateo, pero pude recuperar el wallet.dat, ahora, al abrir el cliente me da error de wallet corrupto .


he intentado usar herramientas como pywallet para extraer la clave privada, pero o hago algo mal o esta herramienta solo funciona para bitcoins.


Alguien con un problema similar que diese con la solución?