Bitcoin Forum
May 10, 2024, 05:23:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for pywallet tutorial for non-tech newbie  (Read 487 times)
jondel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 107


View Profile
November 02, 2017, 02:27:44 AM
 #1

I have problem with qt wallet. After my PC crash I manage to recover my wallet.dat
then I reinstall qt-wallet and copy wallet.dat to appfolder. When I run qt wallet, it gives error "Wallet.dat corrupt...."
I then googling how to recover correct wallet, and found there's an python application called pywallet can do the job.
the problem is I am very non-techie noobie and completely know nothing about python.
Anyone can refer me to any tutorial for dummy about this pywallet?

Thank you in advance.
1715318610
Hero Member
*
Offline Offline

Posts: 1715318610

View Profile Personal Message (Offline)

Ignore
1715318610
Reply with quote  #2

1715318610
Report to moderator
1715318610
Hero Member
*
Offline Offline

Posts: 1715318610

View Profile Personal Message (Offline)

Ignore
1715318610
Reply with quote  #2

1715318610
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715318610
Hero Member
*
Offline Offline

Posts: 1715318610

View Profile Personal Message (Offline)

Ignore
1715318610
Reply with quote  #2

1715318610
Report to moderator
1715318610
Hero Member
*
Offline Offline

Posts: 1715318610

View Profile Personal Message (Offline)

Ignore
1715318610
Reply with quote  #2

1715318610
Report to moderator
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
November 02, 2017, 02:35:45 AM
 #2

There isn't one.

Also, if you were using a recent version of Bitcoin-Qt, there is a good chance that pywallet won't work properly anyway, as the wallet file format was updated/changed since pywallet was last updated (late 2014!!?!).

The script chokes on a bunch of "unknown" and/or "unexpected" data fields if I remember correctly...

Python scripts and operating from the command line aren't really "non-techie"... You'll just have to read the pywallet thread and use Google Wink

Refer: https://bitcointalk.org/index.php?topic=34028.0

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
morbius55
Full Member
***
Offline Offline

Activity: 217
Merit: 109


View Profile
November 02, 2017, 03:27:34 PM
 #3

I have problem with qt wallet. After my PC crash I manage to recover my wallet.dat
then I reinstall qt-wallet and copy wallet.dat to appfolder. When I run qt wallet, it gives error "Wallet.dat corrupt...."
I then googling how to recover correct wallet, and found there's an python application called pywallet can do the job.
the problem is I am very non-techie noobie and completely know nothing about python.
Anyone can refer me to any tutorial for dummy about this pywallet?

Thank you in advance.

Ditto Sad
AltCoinProject
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile WWW
November 03, 2017, 10:51:57 PM
 #4

Install python(2.7) to your computer, then unzip "bitcoin 1.1.42" package to Lib folder in python(2.7), then run idle and open new file, use code below and run module

from bitcoin import *

for addr in range(1):
    priv = sha256(random_key())
    pub = privtopub(priv)
    addr = pubtoaddr(pub)
           print (addr)
           print (priv)

For Sale http://www.altcoinproject.com-http://www.altcoinproject.org domain names. Price 1 BTC
FreeLance Media Manager...
lebiderya
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
November 04, 2017, 01:59:51 AM
 #5

The other day I got a help from a friend about this problem. If I can find it, send your source to you.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!