8000 electrum-dgb/README.rst at master · Electrum-DigiByte/electrum-dgb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 3.33 KB

README.rst

File metadata and controls

74 lines (52 loc) · 3.33 KB
License Latest Release

⚡ Electrum-DGB - Lightweight Digibyte Wallet

Electrum DGB is a lightweight wallet for Digibyte cryptocurrency. It provides a simple, fast, and secure way to manage your DGB tokens. Electrum DGB is designed to be reliable and easy to use across multiple platforms.

✨ Features

  • Fast Transactions: Leverages the speed of Digibyte's blockchain for quick and efficient transactions.
  • Lightweight: No need to download the entire blockchain, making it ideal for fast setup and use.
  • Multi-Platform Support: Compatible with Windows, macOS, and Linux.
  • Security: Supports integration with hardware wallets for enhanced protection.

📥 Download

🛠️ Getting Started

Electrum-DGB is a pure python application. If you want to use the Qt interface, install the Qt dependencies:

`sh sudo apt-get install python3-pyqt5 `

If you downloaded the official package (tar.gz), you can run Electrum-DGB from its root directory without installing it on your system; all the python dependencies are included in the 'packages' directory. To run Electrum-DGB from its root directory, just do:

`sh ./run_electrum `

You can also install Electrum-DGB on your system, by running this command:

`sh sudo apt-get install python3-setuptools python3 -m pip install .[fast] `

This will download and install the Python dependencies used by Electrum-DGB instead of using the 'packages' directory. The 'fast' extra contains some optional dependencies that we think are often useful but they are not strictly needed.

📜 License

This project is licensed under the MIT License. The full text of the license can be found at the following link:

MIT License

👥 Community and Support

  • GitHub Issues: Report bugs or request features by opening an issue in the GitHub repository.
0