Skip to content

Magic Money - Version 0.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 22:41
· 69 commits to main since this release

Magic Money - Version 0.6.0

Welcome to Magic Money Beta, a multi-chain self-custody crypto wallet built for the modern developer and power user.

About Magic Money

Magic Money is a multi-chain self-custody wallet available as a Chrome extension, Electron desktop application, and Android app. It is designed to provide seamless interoperability and transaction management across Cardano, Solana, EVM-compatible chains, Bitcoin, Polkadot, Tron, Dogecoin, and privacy-focused networks.

Release Notes (v0.6.0)

A security-focused release for Cardano: you can now read every transaction before you sign it, dApp permissions are scoped per chain, and a bug that could destroy native tokens on an ordinary ADA send has been fixed.

What's New — Cardano dApp Safety

  • See what you're signing. Cardano signing prompts previously showed raw hexadecimal. They now show the recipient, your net ADA and token balance changes, the fee, staking and governance certificates, and any mint or burn — decoded from the transaction itself. Risks that can cost you money (asset burns, script collateral, anything the wallet cannot decode) are called out in a warning band above the amounts.
  • Honest about uncertainty. When the wallet cannot verify every input of a dApp transaction, it says so instead of showing a confident but incomplete figure.
  • Real fees and transaction expiry. Fees are calculated from live network protocol parameters instead of a fixed 0.17 ADA, and transactions now carry a time-to-live so they can no longer sit in a mempool indefinitely and resurface later.
  • Per-chain dApp permissions. Connecting a site for Ethereum no longer silently authorises it for Cardano or Bitcoin. Connected Sites in Settings now shows exactly which chains each site can use, and lets you revoke one chain without disconnecting the rest. Existing connections are migrated and keep working.
  • Every Cardano API call is now gated. Balance, UTxO and collateral reads, and transaction broadcasting, previously worked for any page in the in-app browser. They now require an approved Cardano connection, and broadcasting asks for confirmation.
  • Correct network reporting in Testnet Mode. The wallet reported "mainnet" to dApps while operating on Preprod, so dApps built transactions against the wrong network.
  • iOS: the in-app browser can now download files, saved into the app's folder in the Files app.

Downloads

  • 🪟 WindowsMagicMoney-Wallet-Setup-0.6.0.exe
  • 🍎 macOS (Apple Silicon)MagicMoney-Wallet-0.6.0-arm64.dmg
  • 🐧 LinuxMagicMoney-Wallet-0.6.0.AppImage or magicmoney-wallet_0.6.0_amd64.deb
  • 📱 Androidmagicmoney-android-v0.6.0.apk
  • 🧩 Chrome extensionmagicmoney-extension-v0.6.0.zip
  • 🍏 iOS (unsigned, sideload)magicmoney-ios-v0.6.0-unsigned.ipa

(Other files are auto-update plumbing — the app uses them, so most users can ignore them.)

Key Features

  • Multi-Chain Support: Unified self-custody across EVM networks, Solana, Cardano, Bitcoin, Polkadot, Tron, Dogecoin, Monero, Zcash, and Midnight.
  • Developer-First Workflow: Built-in provider injection for seamless dApp integration.
  • Security-Focused: Local-first, self-custody architecture.
  • Modern Interface: A minimalist, techno-professional design with cyberpunk influences.

Getting Started

As this is a Beta release, please use it with caution and test with non-critical funds.

  1. Installation: Download the appropriate asset above, or clone the repository and follow the build instructions in README.md.
  2. Configuration: Configure your preferred network nodes through Settings.
  3. Feedback: Please report bugs or feature requests through the GitHub Issues tab.

Full Changelog: v0.5.3...v0.6.0

Built by criptoejesus