SPV · Self-custody
Non-custodial Dogecoin wallet with offline signing and precise fee & coin control.
| Platform | Package | File |
|---|---|---|
| Windows (x64) | Installer | electrum-doge-setup-x64.exe |
| macOS (Universal) | DMG | electrum-doge-universal.dmg |
| Linux (x86_64) | AppImage | electrum-doge-x86_64.AppImage |
Electrum Doge speaks the Electrum protocol for Dogecoin. By default the app connects to a pool of public Electrum-Doge servers. You can select a specific server, pin it, or add your own. Connections are TLS-encrypted with hostname verification; only lightweight queries and Merkle proofs are exchanged, while the seed and private keys never leave your device.
Headers and proofs are verified locally using SPV-style logic. If a server becomes unavailable, the wallet fails over quickly without interrupting your session. For stricter setups you can run your own server and point the wallet to it for end-to-end control.
Trust the key → verify the signature → verify the checksum. Install only if all checks pass.
Import the key and validate its fingerprint from at least two official sources (site + GitHub releases).
gpg --keyserver keys.openpgp.org --recv-keys 0xYOURPUBKEYID gpg --fingerprint 0xYOURPUBKEYID
XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX
Each file ships with a detached .asc signature. Verify before running the binary.
gpg --verify electrum-doge-*.asc electrum-doge-*.{exe,dmg,AppImage}
Compute SHA256 locally and match it with the value shown below.
CertUtil -hashfile electrum-doge-setup-x64.exe SHA256 shasum -a 256 electrum-doge-universal.dmg sha256sum electrum-doge-x86_64.AppImage
Project stewardship, correspondence and support. No walk-in service at the correspondence address.
Everything you wanted to know about Electrum Doge: security model, seed handling, offline signing, servers, fees and more.
No. Electrum Doge is non-custodial: your seed and private keys are generated and stored locally and never leave your device. Servers provide headers, Merkle proofs and network data only. You are always in control of your funds.
Yes. You can run an offline instance of the wallet to keep the seed and keys air-gapped. Prepare an unsigned transaction on an online machine, transfer it (QR/USB) to the offline device to sign, then bring the signed transaction back online and broadcast.
Official builds are available for Windows (x64), macOS (Universal), and Linux (x86_64). See the downloads above for installers and their signatures/checksums.
Fees are size-based and adjustable; you can set a target fee rate or pick from presets. Electrum Doge supports coin control to choose specific UTXOs for privacy/cost optimization.
The wallet connects to Electrum-Doge servers over TLS. Servers supply headers and Merkle proofs, which are verified locally using SPV logic. You may select/pin a public server or run your own. Private keys and seeds are never sent to servers.
Yes. Configure Tor (or any SOCKS5 proxy) in Network settings to hide your IP from servers and add an extra privacy layer. Note that Tor may increase latency; the wallet will still verify data locally.
Each release provides a detached .asc signature and SHA256 checksums. Import the project signing key, verify the signature, and match the checksum. See the Release Integrity section for exact commands.
If it’s a standard BIP39 or Electrum seed compatible with Dogecoin derivation paths, restoration is usually possible. During import, choose the correct derivation path and address type to match where your funds live.
Wallet files are saved under your user profile (platform-specific data directory). You can back up the wallet file and your seed. The seed is the most important part; a seed backup can always recreate the wallet.
SPV verification ensures headers/proofs are checked locally; a malicious server cannot move your funds. If a server fails, the client automatically fails over to another server. You can also pin or run your own server for maximum control.
No. The project does not collect usage analytics or embed trackers. Network connections are limited to your chosen Electrum server (and optional Tor/SOCKS5 proxy).
Use security@electrum-dogecoin.org. We recommend PGP and responsible disclosure. Security inbox is monitored 24/7.