ThomasV
9ee0614edb
make daemon usable with the GUI
11 years ago
ThomasV
2e410a6368
add missing module qrtextedit
11 years ago
ThomasV
2b2a8d17df
bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative
11 years ago
Andy Weidenbaum
bf7c335060
pyasn1_modules.rfc2459 requires pyasn1-modules
11 years ago
ThomasV
9c0afe429c
add new files and deps to setup
11 years ago
ThomasV
0838b35058
add requests and pbkdf2 dependencies
11 years ago
ThomasV
31226b8a34
add pbkdf2 dependency
11 years ago
ThomasV
a638127185
add paymentrequest to setup.py
11 years ago
ThomasV
7e0711f6ec
move synchronizer class in its own file. abstract wallet class.
11 years ago
ThomasV
a6f9b713f9
fix setup
11 years ago
Maran
bae36d658b
Remove theme image from setup.py
11 years ago
ThomasV
6e30894af6
daemon; initial commit
11 years ago
RunningDroid
d1387262b4
finish removing coinbase cert
11 years ago
ortutay
4edfc6d82e
Coinbase BuyBack plugin
11 years ago
pitchforks
16cc2644db
fix setup.py to make `pip install --user` possible in Linux
added one more fallback to a local directory inside user's HOME, because
/usr/share/electrum for Linux was hardcoded in lib/util.py - see function
appdata_dir()
11 years ago
Bryan Stitt
55e1e4b4bc
flake8 cleanup of ./setup*
11 years ago
thomasv
dfadb97f6a
update setup and MANIFEST.in
11 years ago
ThomasV
5cfbe88f80
website url
11 years ago
ThomasV
6a7264134c
fix paths
11 years ago
ThomasV
2c0814f0d3
simplify gui names
11 years ago
ThomasV
404c1f84d2
generalize plugins to all guis
11 years ago
ThomasV
d51a8d0f25
create a class for transaction dialog
11 years ago
thomasv
69f91ba84b
fix setup.py and a few imports
11 years ago
ThomasV
e40776bcee
separate version_getter module
11 years ago
ThomasV
328315f94b
separate blockchain and network
11 years ago
thomasv
8242e58ddd
fix modules
11 years ago
thomasv
afac84e231
move transaction code and fix issue #280
11 years ago
ThomasV
d47892b690
separate blockchain verifier from transaction verifier
11 years ago
thomasv
630bf5d5f7
add account module
12 years ago
thomasv
de03fbbb12
add account module
12 years ago
Javed Khan
3741d46590
fixes #245 : use alternate datafiles location
12 years ago
thomasv
b526abdc40
add account module
12 years ago
ecdsa
86fd728a47
move network dialog in a new class; simplify interface.get_servers
12 years ago
ecdsa
1cbcea6cbb
add amountedit to package
12 years ago
ecdsa
8889c524b5
add missing files
12 years ago
thomasv
cec2187010
add plugins to package
12 years ago
ecdsa
8f7f511d19
rename gui package
12 years ago
thomasv
a563091f30
separate core and gui in different modules
12 years ago
thomasv
b302aa59d1
add commands to setup.py
12 years ago
Maran
b23c3ff64a
Added qt console to setup fixes #145
12 years ago
Maran
6498ff2bca
Add slush's bitwallet files to setup
12 years ago
bkkcoins
c4ef9185ab
added new sahara theme
12 years ago
thomasv
ba39f8bec0
do not bundle blockchain headers with packages
12 years ago
Maran
6394712392
Implemented receiving addresses to lite gui
12 years ago
ThomasV
3a604e41a8
include text_gui and deserialize in module
12 years ago
thomasv
5a564008d1
add headers file only if it is found
12 years ago
thomasv
dd2302140f
include headers file in package
12 years ago
ThomasV
b018e0ae53
simple payment verification: check targets, use block headers file.
12 years ago
ThomasV
97b726386e
import modules with imp
12 years ago
thomasv
5717b43661
separate bitcoin related functions from wallet.py
12 years ago