fukikomarga/exodus-fake-balance — explained in plain English
Analysis updated 2026-05-18
Set a custom fake balance for a specific cryptocurrency inside the Exodus wallet display.
Toggle live price feeds so fake balances convert to realistic dollar or euro totals.
Restore the Exodus wallet's original real balances after testing the display change.
| fukikomarga/exodus-fake-balance | develp10/rustinterviewquiestions | general-instinct/instinctrazor | |
|---|---|---|---|
| Stars | 48 | 48 | 48 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 2/5 | 2/5 | 5/5 |
| Audience | general | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires the Exodus wallet app to already be installed and running on Windows or macOS.
This Python tool is designed to alter what the Exodus cryptocurrency desktop wallet displays on screen. It targets the Exodus application running on Windows or macOS and replaces the balance figures shown in the wallet interface with custom numbers you provide. The changes appear across the wallet's portfolio view, exchange tab, and send and receive screens, and they persist through screenshots and screen recordings. The tool works by intercepting the communication channel between the Exodus app's internal processes, patching how the wallet stores and reads balance data from its local cache, and modifying values in memory while the app is running. No data on the actual blockchain is changed, and the tool does not touch your private keys or make any network requests to exchanges or blockchain nodes. The balances visible on the screen are altered, but the actual wallet contents on the blockchain remain unchanged. Configuration is done through a JSON file where you specify which cryptocurrency ticker (such as BTC or ETH) should show which amount. You can set whether the fake balances persist after restarting the wallet, whether live price feeds should be used to convert amounts into accurate dollar or euro totals, and whether the original balances should be restored automatically when you close the tool. The interface is a text menu in a terminal window with numbered options for installing dependencies, configuring target balances, applying the overlay to a running Exodus process, checking the current status, and restoring the original display. The README describes the tool as being for display purposes and notes that it does not modify any real blockchain data. The topics attached to this repository on GitHub include terms related to fake cryptocurrency transactions and flash loan schemes.
A Python tool that overwrites the balance figures shown inside the Exodus crypto wallet app with custom numbers, without changing any real blockchain data.
Mainly Python. The stack also includes Python, JSON.
The README does not state a license for this tool.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.