tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 06, 2026, 03:49:39 AM |
|
Bitcoin 09 (09C)The coin that you can mine like it's 2009. I made Bitcoin 09 because I wanted to bring back the part of Bitcoin most of us missed: mining on a normal computer when the coins were worth nothing. Bitcoin 09 keeps Bitcoin's economics and changes one thing: the proof of work. It uses Argon2id instead of SHA-256 so CPUs can mine it. Basic specsName: Bitcoin 09 Ticker: 09C Algorithm: Argon2id, 64 MiB memory cost Block target: 10 minutes Difficulty retarget: 2016 blocks Max supply: 21,000,000 Block reward: 50 09C Halving: every 210,000 blocks Premine: none Allocation: none Genesis reward: burned / unspendable Model: UTXO Signatures: Ed25519 Block size: 1 MB
Genesisba685f741a04ddad03d37500ff354ce3887e64dd9cb6154ae236952792e90c3f
Genesis message: the coin that you can mine like it's 2009
Source and releaseshttps://github.com/krutftw/bitcoin09 https://github.com/krutftw/bitcoin09/releases/tag/v0.1.2
Seed nodeThe seed is built into v0.1.2, so you can just run: Or from source: git clone https://github.com/krutftw/bitcoin09 cd bitcoin09 go build ./cmd/btc09 ./btc09 node -mine
Notes09C has no price. It may never have one. There is no premine, no allocation, no ICO, no airdrop and no reserved dev wallet. Every spendable coin starts from public mining after genesis. I launched it, so I will answer technical questions here.
|
|
|
|
|
weesdr
Newbie
Online
Activity: 38
Merit: 0
|
 |
July 06, 2026, 06:01:10 AM |
|
Peer 82.22.32.82 timed out while mining
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 06, 2026, 06:46:03 AM |
|
Thanks for the heads up. The node could mine a stale local block, then fail to catch up cleanly from the seed because block sync was requesting the wrong next height and sending too much at once. Fixed in v0.1.7: - bounded block sync - fork catch-up fixed - peers sending invalid old-fork blocks are disconnected - seed send queues are no longer backing up Latest release: https://github.com/krutftw/bitcoin09/releases/tag/v0.1.7If your node is stuck or timing out, stop it, download v0.1.7, then run: btc09 node -mine My node caught up from height 177 to 251 after the fix, so this should resolve it.
|
|
|
|
|
longdi
Newbie

Activity: 7
Merit: 0
|
 |
July 06, 2026, 11:32:37 AM |
|
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 06, 2026, 12:12:40 PM |
|
Thanks, added the pool link to my notes. Quick network update: Latest release is now v0.1.9: https://github.com/krutftw/bitcoin09/releases/latestExplorer: http://82.22.32.82:8009Seed: 82.22.32.82:9009 If you mined on an early build, please upgrade. Older clients can get stuck on stale forks from before the sync and retarget fixes. The seed and explorer are live right now, with the network around height 367 and 13 peers when I checked.
|
|
|
|
|
weesdr
Newbie
Online
Activity: 38
Merit: 0
|
 |
July 06, 2026, 03:01:02 PM |
|
How to run node without mining?
I also noticed that the balance in the node is slow in showing up the balance. In my case, it took several minutes for the balance to show in node, while explorer is already showing the balance
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 06, 2026, 03:35:42 PM |
|
Run it without mining by leaving off `-mine`: btc09 node Mining only starts when you add `-mine`. On the balance delay: the wallet does not read from the public explorer. It calculates balance from your own local synced chain. So if your node is still catching up, the public explorer can show the balance first. That was slower than it should be in v0.1.9, so I pushed v0.1.10. Fresh sync now uses larger bounded block batches, and the node logs balance changes as soon as the local chain sees them instead of only waiting for the regular status heartbeat. Latest release: https://github.com/krutftw/bitcoin09/releases/latestIf the coins are mined block rewards, they still need 100 blocks before they are spendable.
|
|
|
|
|
|
|
BoozyTalking
Newbie

Activity: 388
Merit: 0
|
 |
July 07, 2026, 07:22:35 AM |
|
Where to get gpu miner? Coz people mine with GPU on tutuit pool.
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 07, 2026, 10:09:33 AM |
|
No official 09C GPU miner right now. The tutuit pool uses NTMminer for pool mining, but for Bitcoin 09 the -a btc09 backend is CPU. NTMminer is a multi-algo miner, and it has GPU support for some other coins/algos, so that part can be confusing.
Current command is still: NTMminer -a btc09 -o hk.tutuit.xyz:8344 -u YOUR_09C_ADDRESS The pool hashrate/miner list only shows connected payout addresses and hashrate. It does not mean there is an official GPU miner for 09C.
|
|
|
|
|
BoozyTalking
Newbie

Activity: 388
Merit: 0
|
 |
July 07, 2026, 10:42:12 AM |
|
Stats from pool: Pool Hashrate - 24.65 KH/s Workers: 12
What CPU can mine ~2KH/s on argon2id algo? scam.
|
|
|
|
|
weesdr
Newbie
Online
Activity: 38
Merit: 0
|
 |
July 07, 2026, 11:10:18 AM |
|
Stats from pool: Pool Hashrate - 24.65 KH/s Workers: 12
What CPU can mine ~2KH/s on argon2id algo? scam.
You never mine in pool before? 12 miners. Each miner can use the same worker. So 2kh/s can be multiple CPU rigs, not just one
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 07, 2026, 11:18:35 AM |
|
Stats from pool: Pool Hashrate - 24.65 KH/s Workers: 12
What CPU can mine ~2KH/s on argon2id algo? scam.
You are reading the pool number wrong. The pool “workers/miners” number is not guaranteed to be 12 physical CPUs. It is pool-side connected payout addresses/workers. One 09C address can be used by multiple rigs, and NTMminer also supports worker names. So 24.65 KH/s / 12 does not mean one CPU is doing 2 KH/s. For btc09, the current public NTMminer docs list Bitcoin 09 as Argon2id 64MiB, CPU-only. NTMminer has CUDA/GPU support for other algorithms, but not for the btc09 backend.
|
|
|
|
|
BoozyTalking
Newbie

Activity: 388
Merit: 0
|
 |
July 07, 2026, 01:07:22 PM |
|
Lol, no matter how much workers/users mine it on pool. No one cpu can make even 1KH/s on that algo. And i don't believe someone is using EPYC cpu farms for mining coin without any price. Just someone use gpu/fpga mining there.
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 07, 2026, 02:25:06 PM |
|
Small update. v0.1.12 is out: https://github.com/krutftw/bitcoin09/releases/tag/v0.1.12This is not a fork or consensus change. It just cleans up a wallet/send mistake people were hitting. `-seeds` is the peer list used to broadcast a transaction. It is not a wallet seed/private key option. If someone runs `btc09 send -seed ...` now, the client gives a clearer error instead of the normal flag error. Send example: btc09 wallet list btc09 send -to THEIR_09C_ADDRESS -amount 100 -seeds 82.22.32.82:9009
Also added a public 09C market / OTC board: https://krutftw.github.io/bitcoin09/markets.htmlIt is for community buy/sell offers and completed-trade records while 09C is still early and not exchange-listed. It is not an official exchange and it does not set an official 09C price. A price only means what that buyer and seller agreed for that trade. Discord trading channel is open too: https://discord.gg/fUuGzwRTzPUse small trades first and keep private wallet/payment details out of public posts.
|
|
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 09, 2026, 08:42:49 AM |
|
Small update. The temporary launch URLs have been replaced with the real domain now: Site: https://btc09.orgExplorer: https://explorer.btc09.orgSeed node: seed.btc09.org:9009 Release: https://github.com/krutftw/bitcoin09/releases/latestv0.1.18 is the current public release. There is no mining rule change and no chain reset. It just moves the default public seed to the new hostname and cleans up the public endpoints. The OTC market page is also live here: https://btc09.org/markets.htmlThis is not an exchange and it does not set an official price. It is just a public board for early community buy/sell posts and completed-trade references. Discord also has an optional escrow bot for small trades, but off-chain payment is still between buyer and seller. The old temporary sslip.io links now redirect to the new domain.
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
July 12, 2026, 12:02:31 PM |
|
Bitcoin 09 v0.1.22 is live. This is an infrastructure and reliability release: seed.btc09.org:9009 now runs on a dedicated P2P-only server. The former seed and community nodes remain as fallbacks, so older clients still work. Fixed the OTC reply bug that could leave commands stuck on thinking. Manual Discord or website posts are not bot escrow orders. Use /trade list for IDs the bot can accept. There are no consensus or wallet changes. Download and checksums: https://github.com/krutftw/bitcoin09/releases/tag/v0.1.22
|
|
|
|
|
tradi3 (OP)
Newbie

Activity: 12
Merit: 0
|
 |
August 03, 2026, 03:57:36 AM |
|
bump.
|
|
|
|
|
|