Skip to content

Magic Money - Version 0.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 02:10
· 63 commits to main since this release

Magic Money - Version 0.6.1

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.1)

A security release for Solana, plus fixes to the Connected Sites screen introduced in 0.6.0.

What's New — Solana dApp Safety

  • See what you're signing. Solana signing prompts previously showed only the transaction's size in bytes. They now show the real SOL and token balance changes, who pays the fee, and every instruction — decoded for the System, SPL Token, Token-2022, Associated Token Account and Memo programs. Because Solana transactions can invoke any program, the wallet also simulates each one and reports what actually happens, not just what it claims.
  • Dangerous instructions are called out by name, including the ones drainers rely on: handing over control of a token account, granting another account permission to spend your tokens, closing accounts, and burning tokens. Programs the wallet cannot read are flagged rather than passed over in silence.
  • Transactions that fail simulation are flagged before you sign one and waste a fee.
  • The site asking is now always shown. Solana prompts previously displayed no origin at all, so there was no way to tell which site had asked.
  • Solana requests now require a connection. Message and transaction signing previously worked for any page open in the in-app browser, connected or not.
  • Phishing protection for wallet sign-in. When a site asks you to sign in, the wallet now checks the domain named in the message against the site actually asking. A page pretending to be a well-known marketplace is flagged even when its message text is a perfect copy. Adds full Sign In With Solana (SIWS) support.

Fixes

  • Connected Sites now shows each site's name and icon. The Disconnect button no longer stretches across the row and pushes the site name off screen.

Downloads

  • 🪟 WindowsMagicMoney-Wallet-Setup-0.6.1.exe
  • 🍎 macOS (Apple Silicon)MagicMoney-Wallet-0.6.1-arm64.dmg
  • 🐧 LinuxMagicMoney-Wallet-0.6.1.AppImage or magicmoney-wallet_0.6.1_amd64.deb
  • 📱 Androidmagicmoney-android-v0.6.1.apk
  • 🧩 Chrome extensionmagicmoney-extension-v0.6.1.zip
  • 🍏 iOS (unsigned, sideload)magicmoney-ios-v0.6.1-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.6.0...v0.6.1

Built by criptoejesus