electrum-bitcoinprivate/debian/control

77 lines
2.7 KiB
Plaintext

Source: electrum-zcash
Section: utils
Priority: optional
Maintainer: Maksym Yuzhakov <zebra.lucky@gmail.com>
Build-Depends:
debhelper (>= 9),
dh-python,
python3-all-dev,
python3-setuptools,
pyqt5-dev-tools,
python3-pyaes (>= 1.6.1),
python3-ecdsa (>= 0.10),
python3-pbkdf2 (>= 1.3),
python3-requests (>= 2.2.1),
python3-qrcode (>= 5.3),
python3-protobuf (>= 3.0.0),
python3-dnspython (>= 1.11.1),
python3-jsonrpclib-pelix (>= 0.3.1),
python3-socks (>= 1.6.5),
python3-pyblake2 (>=0.9.3),
Standards-Version: 4.1.3
Homepage: https://github.com/zebra-lucky/electrum-zcash
X-Python3-Version: >= 3.4
Package: python3-electrum-zcash
Architecture: all
Section: python
Depends:
trezor (>= 0.9.1),
python3-trezor (>= 0.9.1),
keepkey (>= 4.0.2),
python3-keepkey (>= 4.0.2),
python3-btchip (>= 0.1.26),
${misc:Depends},
${python3:Depends},
Description: Easy to use Zcash client - Python module
This package provides a lightweight Zcash client which protects
you from losing your Zcash coins in a backup mistake or computer
failure. Also, Electrum-Zcash does not require waiting time because it does
not download the Zcash blockchain.
.
This package provides the "electrum_zcash" Python 3 module which can be used
to access a Zcash wallet from Python programs.
Package: electrum-zcash
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-electrum-zcash (= ${binary:Version}),
Recommends: python3-pyqt5
Description: Easy to use Zcash client
This package provides a lightweight Zcash client which protects
you from losing your Zcash coins in a backup mistake or computer
failure. Also, Electrum-Zcash does not require waiting time because it does
not download the Zcash blockchain.
.
Features of Electrum-Zcash:
.
* Instant on: Your client does not download the blockchain. It uses a
network of specialized servers that index the blockchain.
* Forgiving: Your wallet can be recovered from a secret seed.
* Safe: Your seed and private keys are encrypted on your hard drive.
They are never sent to the servers.
* Low trust: Information received from the servers is verified using
SPV. Servers are authenticated using SSL.
* No downtimes: Your client is not tied to a particular server; it
will switch instantly if your server is down.
* Ubiquitous: You can use the same wallet on different computers, they
will synchronize automatically.
* Cold Storage: Sign transactions from a computer that is always
offline. Broadcast them using a machine that does not have your keys.
* Reachable: You can export your private keys into other Zcash
clients.
* Established: Electrum-Zcash is open source and was first released in
November 2011.