bb2ebb
|
|
April 19, 2015, 10:31:58 PM |
|
I want to connecting pywallet into wallet.dat, then appear the message C:\Users\adi\AppData\Roaming\Bitcoin>pywallet.py --wallet="wallet.dat"
'ecdsa' package is not installed, pywallet won't be able to sign/verify messages A mandatory option is missing
why
|
|
|
|
Muhammed Zakir
|
|
April 20, 2015, 06:23:24 AM |
|
I want to connecting pywallet into wallet.dat, then appear the message C:\Users\adi\AppData\Roaming\Bitcoin>pywallet.py --wallet="wallet.dat"
'ecdsa' package is not installed, pywallet won't be able to sign/verify messages A mandatory option is missing
why "ecdsa" package is needed to sign/verify messages. If you don't sign/verify messages, it isn't needed. IMHO using localhost is better. Try doing it. I haven't played with Pywallet for sometime now. So I don't remember commands. You can get it by running pywallet.py --help.
|
|
|
|
redsn0w
Legendary
Offline
Activity: 1778
Merit: 1043
#Free market
|
|
April 20, 2015, 12:06:26 PM |
|
I want to connecting pywallet into wallet.dat, then appear the message C:\Users\adi\AppData\Roaming\Bitcoin>pywallet.py --wallet="wallet.dat"
'ecdsa' package is not installed, pywallet won't be able to sign/verify messages A mandatory option is missing
why "ecdsa" package is needed to sign/verify messages. If you don't sign/verify messages, it isn't needed. IMHO using localhost is better. Try doing it. I haven't played with Pywallet for sometime now. So I don't remember commands. You can get it by running pywallet.py --help. It is missing the ecdsa.py 'package' : https://github.com/warner/python-ecdsa you should download it and put it in the python folder (C:\Python27\Lib). You can find the package also here : https://pypi.python.org/pypi/ecdsa/0.13
|
|
|
|
btchris
|
|
April 20, 2015, 01:48:03 PM |
|
I want to connecting pywallet into wallet.dat, then appear the message C:\Users\adi\AppData\Roaming\Bitcoin>pywallet.py --wallet="wallet.dat"
'ecdsa' package is not installed, pywallet won't be able to sign/verify messages A mandatory option is missing
why The first message about 'ecdsa' isn't the big problem, the second one about 'A mandatory option is missing' is a problem. pywallet is expecting another '--some-option' at the command line to tell it what to do.... so the question is what would you like pywallet to do? (Also, like MZ said just above, --help gives you a list of all things it can do, one of which you need to add after --wallet="wallet.dat")
|
|
|
|
lontivero
Full Member
Offline
Activity: 164
Merit: 128
Amazing times are coming
|
|
April 22, 2015, 10:45:11 PM |
|
I am sure this is an great bitcoin wallet but why do python developers call everything pyxxxx? I mean, a chess game is called pychess instead of CrazyBishop, SuperSquare, MikaTal or pow8_2? Once, when I was looking for a calculator I found pycalc. What if everybody do the samething? we would end with jcalc, ncalc, scalacalc, rubycalc, calc++ and so on.
Why do you think the language is important?
|
|
|
|
marcotheminer
Legendary
Offline
Activity: 2072
Merit: 1049
┴puoʎǝq ʞool┴
|
|
May 19, 2015, 05:48:38 PM |
|
Will this work on mac?
|
|
|
|
Muhammed Zakir
|
|
May 19, 2015, 05:50:37 PM |
|
Will this work on mac?
Yes. It's written in Python. P.S. From Github pywallet repo: Dependencies for Mac OS X: 1. Install MacPorts from http://www.macports.org/ 2. sudo port install python27 py27-twisted py27-pip py-bsddb python_select 3. sudo port select --set python python27 4. sudo easy_install ecdsa
|
|
|
|
stayerc
Newbie
Offline
Activity: 31
Merit: 0
|
|
October 12, 2015, 03:30:10 PM |
|
Hi, when I'm trying to run pywallet.py, I get following error stayerc@C855-arch:~/.bitcoin$ ./pywallet.py --web File "./pywallet.py", line 852 _p = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2FL ^ SyntaxError: invalid syntax
Please help
|
|
|
|
matsmyth
Member
Offline
Activity: 61
Merit: 10
|
|
October 26, 2015, 10:37:23 PM |
|
can anyone tell me what the "--otherversion=" parameter would be for gridcoin? or how to find it?
|
|
|
|
LeChatNoir
|
|
October 09, 2016, 03:43:17 PM |
|
Does anyone know how to use this tool to recover Namecoin private keys from a corrupted encrypted wallet?
I've already tried to run the following command but everything it returns are Bitcoin public and private keys. sudo python ./pywallet.py --recover --namecoin --recov_device /dev/sdb --recov_size 16Gio --recov_outputdir /home/username/Desktop/recovery
|
Coinpanion.io - Copy Successful Crypto Traders
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
October 14, 2016, 12:31:34 PM |
|
I am sure this is an great bitcoin wallet but why do python developers call everything pyxxxx? I mean, a chess game is called pychess instead of CrazyBishop, SuperSquare, MikaTal or pow8_2? Once, when I was looking for a calculator I found pycalc. What if everybody do the samething? we would end with jcalc, ncalc, scalacalc, rubycalc, calc++ and so on.
Why do you think the language is important?
I know this is old but 1) I didn't choose the name (I continued the development after joric "disappeared") and 2) there is JCalcHi, when I'm trying to run pywallet.py, I get following error stayerc@C855-arch:~/.bitcoin$ ./pywallet.py --web File "./pywallet.py", line 852 _p = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2FL ^ SyntaxError: invalid syntax
Please help Pywallet requires Python 2, not 3 Does anyone know how to use this tool to recover Namecoin private keys from a corrupted encrypted wallet?
I've already tried to run the following command but everything it returns are Bitcoin public and private keys. sudo python ./pywallet.py --recover --namecoin --recov_device /dev/sdb --recov_size 16Gio --recov_outputdir /home/username/Desktop/recovery
If the wallet is recent I'm afraid you may not be able to recover it (wallet format has changed since I last updated Pywallet) But if it did return public/private keys then you may be lucky In this case this should be rather easy to translate them into Namecoin, but before, do you know how to import a private key into a Namecoin wallet?
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
Dabs
Legendary
Offline
Activity: 3416
Merit: 1912
The Concierge of Crypto
|
|
October 14, 2016, 01:16:27 PM |
|
Hey jackjack, you're alive!
|
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
October 14, 2016, 02:58:17 PM |
|
Hey jackjack, you're alive! Yes I am Still a few weeks left before I can come back for real! BTW I'm looking at the code I produced and I'm kinda ashamed of this ugly code, it's obvious I used pywallet to learn Python That makes me wonder, is it still useful to have something like an updated pywallet? Because I see that the bitcoin clients have included many features and I don't know (I couldn't follow Bitcoin news for months) exactly which ones
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
Dabs
Legendary
Offline
Activity: 3416
Merit: 1912
The Concierge of Crypto
|
|
October 14, 2016, 07:52:09 PM |
|
Yes I am Still a few weeks left before I can come back for real! BTW I'm looking at the code I produced and I'm kinda ashamed of this ugly code, it's obvious I used pywallet to learn Python That makes me wonder, is it still useful to have something like an updated pywallet? Because I see that the bitcoin clients have included many features and I don't know (I couldn't follow Bitcoin news for months) exactly which ones It's good to have an updated pywallet. I would like pywallet to extract private keys in bulk from altcoins that don't have the "dumpwallet" command. To generate a bunch of addresses. Multi-sigs. ... Or if you really hate your ugly code to do it over from scratch (using the old code as a "guide".)
|
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
October 17, 2016, 01:50:46 PM |
|
Yes I am Still a few weeks left before I can come back for real! BTW I'm looking at the code I produced and I'm kinda ashamed of this ugly code, it's obvious I used pywallet to learn Python That makes me wonder, is it still useful to have something like an updated pywallet? Because I see that the bitcoin clients have included many features and I don't know (I couldn't follow Bitcoin news for months) exactly which ones It's good to have an updated pywallet. I would like pywallet to extract private keys in bulk from altcoins that don't have the "dumpwallet" command. To generate a bunch of addresses. Multi-sigs. ... Or if you really hate your ugly code to do it over from scratch (using the old code as a "guide".) I have a rewritten pywallet lying around, I'll have to find it and update it with the features it misses
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
racezefi
Member
Offline
Activity: 80
Merit: 14
|
|
December 21, 2016, 07:38:05 AM |
|
Yes I am Still a few weeks left before I can come back for real! BTW I'm looking at the code I produced and I'm kinda ashamed of this ugly code, it's obvious I used pywallet to learn Python That makes me wonder, is it still useful to have something like an updated pywallet? Because I see that the bitcoin clients have included many features and I don't know (I couldn't follow Bitcoin news for months) exactly which ones It's good to have an updated pywallet. I would like pywallet to extract private keys in bulk from altcoins that don't have the "dumpwallet" command. To generate a bunch of addresses. Multi-sigs. ... Or if you really hate your ugly code to do it over from scratch (using the old code as a "guide".) I have a rewritten pywallet lying around, I'll have to find it and update it with the features it misses Hey man, if you could do it, I'd greatly appreciate it, you'd make my life much easier!
|
|
|
|
|
qvqgg
Newbie
Offline
Activity: 6
Merit: 0
|
|
January 03, 2017, 06:12:15 PM |
|
Pywallet responds with 'Error with Dump Page'. What should I do ?
|
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
January 04, 2017, 11:30:38 PM |
|
Pywallet responds with 'Error with Dump Page'. What should I do ?
If it's a recent wallet it's because pywallet can't read them It will handle them in the next version, no ETA though (a few weeks maybe)
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
sachalamp
Newbie
Offline
Activity: 9
Merit: 0
|
|
January 05, 2017, 10:50:56 AM |
|
Hello, I'm getting this error when I try to install. I did manage to install it 2 years ago on win 8, but now I am running windows 10. http://imgur.com/8VIP52RCan anyone tell me what i'm doing wrong?
|
|
|
|
|