Compare commits

..

No commits in common. "master" and "v1.2.1" have entirely different histories.

2 changed files with 361 additions and 3392 deletions

16
README
View File

@ -31,16 +31,18 @@ Options:
Dependencies:
Install dependencies:
Debian-based Linux:
aptitude install build-essential python-dev python-twisted python-bsddb3
aptitude install build-esential python-dev python-twisted python-bsddb3
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
OSX, proposed by defxor:
1. Install Macports from http://www.macports.org/
2. sudo port install python27 python_select
3. sudo python_select python27
4. sudo port select --set python python27
5. sudo port install py-bsddb
6. sudo port install py27-twisted
Windows:
1. Install Python 2.7

3737
pywallet.py Normal file → Executable file

File diff suppressed because one or more lines are too long