Skip to content

Electrum DOGE - The lightweight and secure wallet for Dogecoin, designed for quick transactions and community enthusiasts.

License

Notifications You must be signed in to change notification settings

Electrum-doge/electrum-doge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Electrum-Doge: Lightweight Dogecoin Wallet

License Release

Electrum-Doge is a secure, lightweight, and efficient wallet for managing your Dogecoin assets. Built on the trusted Electrum framework, it provides fast transactions without downloading the full blockchain. Perfect for Dogecoin enthusiasts who prioritize speed and security.


✨ Features

  • 🚀 Lightweight: No need to download the full blockchain.
  • 🔒 Secure Storage: Your private keys are stored locally and encrypted.
  • 🛡 Hardware Wallet Support: Compatible with Ledger and Trezor.
  • 👥 Multisignature Support: Increased security with multiple signatures.
  • 💻 Cross-Platform: Works on Windows, macOS, and Linux.
  • 🥶 Cold Wallet Functionality: Ideal for offline Dogecoin storage.

🛠️ Downloads

Get the latest version of Electrum-Doge for your operating system from the Releases page:


📦 Installation

Running Electrum-Doge Directly

To run Electrum-Doge from the current directory, execute:

./electrum-doge

Installing Electrum-Doge System-Wide

If you prefer to install Electrum-Doge on your system, allowing you to run it from any directory:

sudo python setup.py install
electrum-doge

🏗️ Building Official Packages

Follow these steps to create official Electrum-Doge packages.

General Build Steps

  1. Generate Internationalization Files:

    python mki18n.py
  2. Compile Resource Files:

    pyrcc4 icons.qrc -o gui/qt/icons_rc.py
  3. Create Source Distribution:

    python setup.py sdist --format=zip,gztar

Building for macOS

Using Port-Based Installations

sudo python setup-release.py py2app

Using Homebrew Installations

ARCHFLAGS="-arch i386 -arch x86_64" sudo python setup-release.py py2app --includes sip
  1. Create DMG File:

    sudo hdiutil create -fs HFS+ -volname "Electrum-Doge" -srcfolder dist/Electrum-Doge.app dist/electrum-doge-VERSION-macosx.dmg

📖 Documentation

Comprehensive setup instructions, FAQs, and usage guides are available in the Documentation section of the repository.


📜 License

This project is licensed under the GNU GPL v3.


📈 Keywords

Electrum dogecoin, Dogecoin Wallet, Lightweight Wallet, Secure Dogecoin Wallet, Electrum Fork, Multisig Wallet, Dogecoin Blockchain


👥 Authors

Developed by the Electrum-Doge contributors.

🖥️ Language

Written in Python.