mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
text
This commit is contained in:
parent
6e3fc012f6
commit
e46b80772b
2 changed files with 15 additions and 6 deletions
|
@ -4,3 +4,5 @@ include electrum
|
||||||
exclude setup.py
|
exclude setup.py
|
||||||
recursive-include ecdsa *.py
|
recursive-include ecdsa *.py
|
||||||
recursive-include aes *.py
|
recursive-include aes *.py
|
||||||
|
include icons.qrc
|
||||||
|
recursive-include icons *
|
||||||
|
|
|
@ -25,17 +25,24 @@ If you use the source from git, you will need to install python-ecdsa and slowae
|
||||||
These packages are included in the tar.gz and zip archives.
|
These packages are included in the tar.gz and zip archives.
|
||||||
|
|
||||||
|
|
||||||
In order to use the gui, you need pygtk and tk.
|
In order to use the gtk gui, you need pygtk and tk.
|
||||||
* apt-get install python-gtk2
|
* apt-get install python-gtk2
|
||||||
* apt-get install python-tk
|
* apt-get install python-tk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
RUN
|
RUN
|
||||||
|
|
||||||
python electrum.py
|
To start the Qt gui, type:
|
||||||
|
python electrum
|
||||||
|
To use the Gtk gui, type:
|
||||||
|
python --gui gtk
|
||||||
|
|
||||||
If arguments are passed to the command line, Electrum will run in text mode.
|
If arguments are passed to the command line, Electrum will run in text mode.
|
||||||
Examples:
|
Examples:
|
||||||
python electrum.py balance
|
python electrum balance
|
||||||
python electrum.py help
|
python electrum help
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
BROWSER CONFIGURATION
|
||||||
|
|
||||||
|
see http://ecdsa.org/bitcoin_URIs.html
|
Loading…
Add table
Reference in a new issue