Pages:
Author

Topic: s-o-s winzoz (Read 2317 times)

member
Activity: 67
Merit: 130
April 21, 2012, 11:22:40 AM
#31
Use joric's pywallet.py at https://github.com/joric/pywallet
Not the original pywallet.py by jackjack as it does not support encrypted wallets.
Speaking of original software - jackjack forked my project at version 1.1 (https://github.com/joric/pywallet/network).
Sorry for supporting encrypted wallets and compressed keys, what can I do, I just can't abandon it.
Sorry it doesn't require ecdsa, twisted, zope interface and doesn't run a webserver, but at least it's functional.
legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 30, 2012, 09:32:48 AM
#30
Glad it finally worked  Smiley - just remember to make regular backups like what I said in the PM's so you'll be safe.
newbie
Activity: 18
Merit: 0
March 30, 2012, 05:49:26 AM
#29
At the end using bitcoin client on debian it works!

i don't know exactly why ;P

thank u guys for the support..
expecially jhon.. now i undestand what is a "hero member" Wink
legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 23, 2012, 12:09:00 PM
#28
It should be labeled with 'priv' or 'privatekey' or something along the lines. And it is a alphanumeric key like:

Code:
81vjxSXVjnt6535XXxiMkRB5HWYJhLtxjcNDwBwx5hmshn7

Do you have many addresses inside that wallet?
newbie
Activity: 18
Merit: 0
March 23, 2012, 12:05:24 PM
#27
ok.. but how i "see" private keys and addresses??

i want to put the right "xxx" before posting that Wink
legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 23, 2012, 11:45:50 AM
#26
What is your output? (Note DO put xxxx instead of the actual private keys and addresses before pasting them here)
I'm asking this as you may have included wrong stuff while pasting it to blockchain.info.

If your addresses aren't that many, you can try pasting the private keys one by one to blockchain.info's

Code:
Import Private Key
Here you may add a private key to your wallet. The bitcoin address will decoded from the private key.

newbie
Activity: 18
Merit: 0
March 23, 2012, 11:33:59 AM
#25
done... but it'doesn't work...

i paste the code on blockchain.info, in the import session,  in the textbox after this:

-----------------------------------------------------
Import Wallet

You may import keys in several different formats.

    * AES encrypted backup from blockchain.info. (Must be encrypted with your current password)
    * Plaintext JSON backup from blockchain.info
    * Output from pywallet.py -dumpwallet
    * Output from Multibit .key file

Please be aware there is currently a limit of 400 private keys per wallet
Paste Data
----------------------------------------------------------------------------------

but it doesn't work.. says "could not decode import data"






arghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 23, 2012, 11:02:56 AM
#24
You can copy code from a CMD window, just right click, choose select all, and right click again.
newbie
Activity: 18
Merit: 0
March 23, 2012, 10:51:12 AM
#23
OK Grin... i hope last question:
is it possible to save the dump in a file? because i can't copy the code from the prompt (this isn't because of "modality rapid modify".. but a bug of windows on this machine) to up it.... ?
legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 23, 2012, 10:28:32 AM
#22
Use joric's pywallet.py at https://github.com/joric/pywallet

Not the original pywallet.py by jackjack as it does not support encrypted wallets.
newbie
Activity: 18
Merit: 0
March 23, 2012, 10:26:28 AM
#21
your comprension was good.. Wink but at this point of the battle i can't change the flag! Wink
but if the dump doesn't work i'll try it.......


by now i'm ok with pywallet.. but when i give the command to get the dump with the pass...
the prompt says --password: not such option....
the syntax is simple so.. i don't understand..
vip
Activity: 756
Merit: 503
March 23, 2012, 10:12:16 AM
#20
English is not my first language  Roll Eyes

Reading comprehension gone wrong  Shocked
legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 23, 2012, 10:02:51 AM
#19
Huh He is facing problems migrating the bitcoin dir and syncing the blockchain.
vip
Activity: 756
Merit: 503
legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 23, 2012, 07:57:46 AM
#17


i'm not sure about the last step (install zope interface)...

-first aff all i have founded only the amd64 file.. and i have an intel i7 processor on this windows machine (this could be a problem? i see theese architectures are similar so..)

-Then: i don't understand exactly  where do i have to put  ez-setup.py and zopeinterface.egg files....?

when i run (execute) ez-setup.py, in a directory in my desktop with zopeblabla.egg, then i go on python scripts folder and wha do i do??

i execute easyinstall.exe and than?
do i have to use python shell??

can you explain better this last point?? thanks


1) Just use the amd64 version, unless you use 32 bit windows.
2) Have you just installed the Windows package, not just downloaded the pywallet.py?
That would save you tons of problems by not having to deal with the dependencies.

Code:
Windows:
Download https://github.com/downloads/jackjack-jj/pywallet/PWI_0.0.3.exe (SHA256: 645a4d092733ad6685de730a38b210c6594e44a15690a87a231859477deca316)
Run it
Click about a thousand times on Yes/Next/I Agree/OK
After that, download joric's pywallet.py at https://github.com/joric/pywallet
Throw that inside C:\python27
Make a .bat file, and put:

Code:
C:\Python27\python.exe pywallet.py --dumpwallet --password=FILLYOURPASSWORD
pause

inside. Remember to put your wallet password to replace FILLYOURPASSWORD, and add:
Code:
--datadir=DATADIR
if your wallet.dat isn't at the regular place. Replace DATADIR with the location.

Your wallet should be dumped with JSON format, then you can import it to blockchain.info/wallet (easiest) or Armory and other clients.
newbie
Activity: 18
Merit: 0
March 23, 2012, 07:21:57 AM
#16


i'm not sure about the last step (install zope interface)...

-first aff all i have founded only the amd64 file.. and i have an intel i7 processor on this windows machine (this could be a problem? i see theese architectures are similar so..)

-Then: i don't understand exactly  where do i have to put  ez-setup.py and zopeinterface.egg files....?

when i run (execute) ez-setup.py, in a directory in my desktop with zopeblabla.egg, then i go on python scripts folder and wha do i do??

i execute easyinstall.exe and than?
do i have to use python shell??

can you explain better this last point?? thanks

 



 

legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 22, 2012, 08:48:19 AM
#15
everything else falled.. so i'm tring to get the dump... i tried on a pc but i have difficulties installing .egg file (necessary to pywallet to work) so now i'm tring on debian... i want to install the client and than change the wallet.dat and than run pywallet (in linux seems to run ).........

question: is it possible make the dump on a crypted wallet??

(thank u)
Should be possible on a encrypted wallet. Try joric's fork of the pywallet: https://github.com/joric/pywallet
with the parameters included:
Code:
  --password=PASSWORD  password for the encrypted wallet
If you have any problems, try reading the guide at :https://bitcointalk.org/index.php?topic=34028.0

Edit:

Did you follow the instructions for the .egg file ?

Code:
3. Untested, proposed by TeaRex: install Zope.Interface from http://www.lfd.uci.edu/~gohlke/pythonlibs

 If this doesn't work, you will have to install the egg file:

 3(32bit). http://pypi.python.org/pypi/setuptools#downloads to install setuptools
 3(64bit). http://pypi.python.org/pypi/setuptools#windows to download, then run ez_setup.py

 4. Go to C:\Python27\Scripts

For the last step:

Code:
5. Run easy_install.exe zope.interface-3.6.4-py2.7-win-amd64.egg
you have to run the easy_install.exe with the specific zope.interface for your system. In the example above, a 64 bit version of windows is used.
newbie
Activity: 18
Merit: 0
March 22, 2012, 08:41:06 AM
#14
everything else falled.. so i'm tring to get the dump... i tried on a pc but i have difficulties installing .egg file (necessary to pywallet to work) so now i'm tring on debian... i want to install the client and than change the wallet.dat and than run pywallet (in linux seems to run ).........

question: is it possible make the dump on a crypted wallet??

(thank u)
legendary
Activity: 1288
Merit: 1226
Away on an extended break
March 21, 2012, 09:11:13 PM
#13
Try to delete the contents of the whole bitcoin folder, and then paste the new blockchain and the wallet.dat in again if you haven't done this yet. Try using the 0.5.3.1 client too.

If every thing else fails, dump your keys from the wallet.dat file by using pywallet : https://bitcointalksearch.org/topic/pywallet-22-manage-your-wallet-update-required-34028
and running the command pywallet.py -dumpwallet
Import them into https://blockchain.info/wallet/ and immediately use the blockchain.info service to send all your btc to your new wallet.(As you can download the transactions if you didn't update the wallet.dat file with your old one)
full member
Activity: 196
Merit: 100
March 21, 2012, 05:44:26 PM
#12
how long are you wait for sync? Sometimes I have 1 hour without a connections, but then all sync normally.
Pages:
Jump to: