Pages:
Author

Topic: Pywallet 2.2: manage your wallet [Update required] - page 26. (Read 207945 times)

sr. member
Activity: 304
Merit: 250
I'm trying to dump an encrypted wallet using the latest pywallet.

Code:
$ python pywallet.py --wallet=wallet.dat --dumpwallet --passphrase=xxxxxxxx
Segmentation fault: 11 (core dumped)
$

What can I do? Dumping it without the passphrase works, but gives me encrypted private keys.
legendary
Activity: 1792
Merit: 1008
/dev/null
Great tool - incredibly useful!

I am currently importing a large amount of addresses via csv file.
Are there any stats/info on how long it takes for say every thousand addresses imported?
Thanks Smiley
If you have any comments/suggestions/critics I'd be happy  

It would be nice to have some sort of progress bar when executing larger tasks.
I'm still importing the massive csv file - but no idea how much longer it's going to take or if it has frozen.

Edit:
Infact you could add that quite easily - I just checked the dir with wallet.dat and can see that it is still increasing in size which means that the job has not frozen.
wallet.dat is now 80mb - I wonder how big it will get!
i once imported 10m keys into a wallet.dat, the wallet was several gigs and bitcoind couldnt use it anymore and created a new one. so there is somewhere a upperlimit, i didnt research how much it is.
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
Great tool - incredibly useful!

I am currently importing a large amount of addresses via csv file.
Are there any stats/info on how long it takes for say every thousand addresses imported?
Thanks Smiley
If you have any comments/suggestions/critics I'd be happy 

It would be nice to have some sort of progress bar when executing larger tasks.
I'm still importing the massive csv file - but no idea how much longer it's going to take or if it has frozen.

Edit:
Infact you could add that quite easily - I just checked the dir with wallet.dat and can see that it is still increasing in size which means that the job has not frozen.
wallet.dat is now 80mb - I wonder how big it will get!
Half of my post wasn't posted...
"I'd be happy... to consider them"
And I never imported that many private keys myself so I don't know the speed. Maybe PM the guy who asked me the feature (page 12 or 13) or give it a try.

The progress bar is a good idea, I'll at least put the import speed soon.
Would you mind posting the time it took, your CPU and the number of addresses you imported?
As for the size I'd say 150-200 Mo/Madresses
newbie
Activity: 17
Merit: 0
Great tool - incredibly useful!

I am currently importing a large amount of addresses via csv file.
Are there any stats/info on how long it takes for say every thousand addresses imported?
Thanks Smiley
If you have any comments/suggestions/critics I'd be happy  

It would be nice to have some sort of progress bar when executing larger tasks.
I'm still importing the massive csv file - but no idea how much longer it's going to take or if it has frozen.

Edit:
Infact you could add that quite easily - I just checked the dir with wallet.dat and can see that it is still increasing in size which means that the job has not frozen.
wallet.dat is now 80mb - I wonder how big it will get!
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
Great tool - incredibly useful!

I am currently importing a large amount of addresses via csv file.
Are there any stats/info on how long it takes for say every thousand addresses imported?
Thanks Smiley
If you have any comments/suggestions/critics I'd be happy 
newbie
Activity: 17
Merit: 0
Great tool - incredibly useful!

I am currently importing a large amount of addresses via csv file.
Are there any stats/info on how long it takes for say every thousand addresses imported?
hero member
Activity: 686
Merit: 504
always the student, never the master.
I get an error in setup tools "python 2.7 not found in the registry., even though python is installed. what the fuck? edit: i was running the 64 bit version. on a hunch, i reinstalled with the 32 bit version and voila. thanks for your great prog! works wonders!
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
Did you ever think about including BIP 0038 into pywallet to be able to export encrypted private keys?
Actually no, I left before the BIP concept creation and since I'm back I'm working on several projects so I'm not aware about any BIPs. I know I have to catch up but well...
That definitely seems a good feature to add. I can't give any ETA though, it will vary according to the demand.
legendary
Activity: 2618
Merit: 1252
Did you ever think about including BIP 0038 into pywallet to be able to export encrypted private keys?
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
Could you please report any success so that I know if it works? I don't have Litecoin
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
Fixed in the last version, 2.0.12. It was because of a Python behavior I didn't even know.

It will print this:
Code:
Warning: adress prefix seems bad (128 vs 176)
Just ignore it, it's because Litecoin doesn't use the same private key rules than Bitcoin
sr. member
Activity: 330
Merit: 250
Could you please give me a dummy private key so that I can look at that?

L2FK1cvDnKYiGPoMvikKegsgXUyrFYkzisnPes3ZaiJHBwUcBxZ5

From a quick glance I don't see where the problem can be
I'll work on it in around 3-4 hours and will report info here

Alright, and thank you for the help (and also for this amazing program).
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
From a quick glance I don't see where the problem can be
I'll work on it in around 3-4 hours and will report info here
sr. member
Activity: 330
Merit: 250
Ok... And this?
Code:
pywallet.py --info --importhex --importprivkey 0000000000000000000000000000000000000000000000000000000000000001 --otherversion 18
Code:
Address (version 18): 1EHNa6Q4Jz2uvNExL497mE43ikXhwF6kZm
Privkey (version 18): 5togkrXfR7k4gmqyMdctFpY4heuqup2qtKLicsRt8fyd3wD7gay
Hexprivkey:   0000000000000000000000000000000000000000000000000000000000000001
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
Ok... And this?
Code:
pywallet.py --info --importhex --importprivkey 0000000000000000000000000000000000000000000000000000000000000001 --otherversion 18


Could you please give me a dummy private key so that I can look at that?
sr. member
Activity: 330
Merit: 250
What are you using? WUI or CLI?

What does this give you?
Code:
pywallet.py --info --importprivkey 5J6VanpiC8GjEa3PZVjJwK6xYFE8wfSHzJDzGyxn4ssHu8M3Ajv --otherversion 18
1N8hqxMnpiPVK3pkTj8z2TuYBRFveizeyS


Using CLI.

Code:
Traceback (most recent call last):
  File "C:\Users\USER\Downloads\pywallet.py", line 4518, in
    if not keyinfo(options.key, options.keyishex):
  File "C:\Users\USER\Downloads\pywallet.py", line 2333, in keyinfo
    compressed = is_compressed(sec)
  File "C:\Users\USER\Downloads\pywallet.py", line 1225, in is_compressed
    return len(b) == 33
TypeError: object of type 'bool' has no len()
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
What are you using? WUI or CLI?

What does this give you?
Code:
pywallet.py --info --importprivkey 5J6VanpiC8GjEa3PZVjJwK6xYFE8wfSHzJDzGyxn4ssHu8M3Ajv --otherversion 18
1N8hqxMnpiPVK3pkTj8z2TuYBRFveizeyS
sr. member
Activity: 330
Merit: 250
--otheraddress doesn't seem to work when dumping a Bytecoin wallet.
What is "doesn't work"? What would you want? What do you get? What is written in the console?
I meant --otherversion. The addresses start with 1. If I understand the documentation correctly, they should start with 8 (the Bytecoin default) when I pass in --otherversion=18.
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
--otheraddress doesn't seem to work when dumping a Bytecoin wallet.
What is "doesn't work"? What would you want? What do you get? What is written in the console?
sr. member
Activity: 330
Merit: 250
--otheraddress doesn't seem to work when dumping a Bytecoin wallet.
Pages:
Jump to: