Bitcoin Forum
August 06, 2026, 09:24:56 AM *
News: COLDCARD users only: critical vulnerability risks funds stored on COLDCARD devices; immediate action required
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] (BTF) BitFlash - first vision Satoshi (CPU RandomX/Fair launch)  (Read 93 times)
BitflashS (OP)
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
August 04, 2026, 10:46:22 PM
 #1

Introduction
BitFlash - CPU-only cryptocurrency. A revival of Bitcoin 0.1.0 with RandomX proof of work and anonymous .btf addressing over Nostr.

What it is
Bitflash keeps Satoshi's original consensus rules and replaces two things:

RandomX proof of work. Memory-hard algorithm used by Monero. A laptop competes equally with a server. ASICs and GPUs have no advantage.

Anonymous addressing. Every node has a .btf address derived from its public key, similar to a Tor .onion. Nodes reach each other through encrypted rendezvous tunnels, so no port forwarding is needed and a node behind CGNAT works normally.

No premine. No ICO. 50 BTF per block, halving on schedule, 21M cap, ~2 minute blocks.

What .btf does and does not hide
Worth being precise, because the difference matters if you are relying on it.

A peer you reach over .btf does not learn your IP. All outbound connections go through a rendezvous tunnel; there is no IP-based peer dialling left in the node. The relay forwards encrypted bytes and cannot read or alter them.

The rendezvous relay does see your IP. It has to — it is the thing your TCP connection terminates on. Relays are run by volunteers, so treat that as a party who knows you are on the network.

The node still listens on 8433. Nothing dials by IP any more, but the listener is still there, so anyone who already knows your address and can reach that port may connect directly. If that matters to you, firewall it.

This is unlinkability between peers, not anonymity against a network observer. It is not Tor.

Specification
Ticker   BTF
Proof of work   RandomX (CPU, memory-hard)
Block time   ~2 minutes
Difficulty retarget   every 30 blocks (~1 hour)
Block reward   50 BTF, halving every 210,000 blocks
Halving interval   ~292 days at target block time
Max supply   21,000,000 BTF
Coinbase maturity   100 blocks (~3.3 hours) before mined coins can be spent
Max signature ops   20,000 per block
P2P port   8433
Addressing   .btf rendezvous — see the caveats above
Premine   None
Pool server   Built-in — .btf rendezvous only
Wallet recovery   Twelve-word phrase (BIP39 + BIP32), plus file backup

Source and wallets
Source: https://github.com/bitflash-coin/bitflash-core/
Wallet: https://github.com/bitflash-coin/bitflash-core/releases/tag/v1.0.0

Quick start
Linux: make the
Code:
.AppImage
executable and run it.

Windows: extract the
Code:
 -windows.zip
and run
Code:
Bitflash-core.exe
.

Your wallet and chain data live in %APPDATA%\Bitflash (Windows) or ~/.bitflash (Linux) and are shared by every version, so upgrading is just replacing the binary. Never delete that directory to "fix" something without a backup — it holds your keys.

Mining
Open Options from the menu bar. Under Mining Mode:

Solo — mine directly to your wallet. Default.

Operator — run a pool. The pool server uses
Code:
.btf
rendezvous only. The window shows the pool's .btf address, discovered pools, and owed payouts.

Pool announcements are published on Nostr with live status fields, so external tools can query the latest pool state by .btf address.

Participant — mine to someone else's pool. Enter or select the pool's .btf address and enable Start Mining.

SRBMiner and XMRig connect to operator pools through the .btf path:

Code:
SRBMiner-MULTI --algorithm randomx --pool POOL_BTF_ADDRESS --wallet YOUR_BTF_ADDRESS --password x
xmrig -a rx/0 -o POOL_BTF_ADDRESS -u YOUR_BTF_ADDRESS -p x

Community
Discord: https://discord.gg/TJG6vnXS9
lightbit
Member
**
Offline

Activity: 430
Merit: 89


View Profile WWW
August 05, 2026, 04:07:55 AM
 #2

Hey — I run Chainquiry, a searchable crypto project directory, and I’d like to invite your team to submit a free listing.  Smiley

It includes your official links, network, launch date and project information after editorial review:

https://chainquiry.com/list-your-project/

CHAINQUIRY — Discover, Research & Verify Crypto Projects
Free Project Listings | Official Thread
bogdan198
Copper Member
Jr. Member
*
Offline

Activity: 360
Merit: 5


View Profile
August 05, 2026, 09:35:09 PM
 #3

Why did you decide to use a 'technology' in your project whose flaws were fixed back in 2012? Why is it impossible to recover your wallet using wallet.dat, requiring the full transaction database for restoration instead? Do you just enjoy using something ancient and broken? Who's actually going to use your network besides yourself then? )))
And where's the website? Where's the block explorer? Or do you really think a single GitHub repository is enough for anyone to pay attention to your shitcoin?
BitflashS (OP)
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
August 05, 2026, 10:58:53 PM
 #4

We will present a detailed roadmap tomorrow, including information regarding exchanges.
Mining available and active
First exchanges will be added soon
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!