Bitcoin Forum
April 16, 2026, 01:24:11 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN][QTR] Qatrol Coin — Layer-1 blockchain | SHA-256 PoW | CPU mining  (Read 72 times)
Qatrol (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 2


View Profile
April 14, 2026, 05:26:02 PM
 #1

[ANN] QATROL COIN (QTR) — Native Layer-1 on Pure Node.js from Scratch
SHA-256 PoW | P2P | ECDSA P-256 | Not a Fork, Not a Clone, Not a Token


🌐 Website: https://qatrol.ru | 💬 Telegram RU: https://t.me/QatrolCoin 💬 Telegram ENG: https://t.me/QatrolCoinEng | License: MIT


:: WHY THIS IS INTERESTING FOR A TECH GUY ::

I wrote this blockchain alone. It is not a fork of Bitcoin and not a clone of Litecoin.
The codebase is 100 percent original. The goal was not to make yet another coin but to figure out how nodes, P2P, and consensus work in practice and to show it to the community.

What is under the hood:
  • Core: Node.js (no C plus plus dependencies, pure JavaScript).
  • P2P: Custom node synchronization protocol (WebSocket).
  • Cryptography: ECDSA on the P-256 (secp256r1) curve. This is not secp256k1 like Bitcoin uses but a NIST industrial standard with hardware acceleration on CPU. Transactions are verified faster.
  • Wallets: BIP-39 (12 words). The usual standard.


:: NETWORK SPECIFICATION (MAINNET) ::

Quote
Consensus and blocks:
- Algorithm: SHA-256 Proof of Work
- Block time: around 45 seconds
- Difficulty adjustment: Dynamic (DAA), every 15 blocks
- Current difficulty (at the time of posting): around 7

Emission:
- Maximum supply: 1,000,000,000 QTR (fixed forever)
- Model: The entire supply is on the Genesis address. New coins are NOT minted.
- Block reward: 10 QTR (paid from the Genesis fund).
- Halving: None.


:: WHAT A BLOCK LOOKS LIKE (JSON) ::
Code:
{
  "index": 131,
  "prevHash": "00000dbed50c38cfe8b6476aba9f88008b18031d9fdb7996ee80d11236d9e904",
  "timestamp": 1775883750983,
  "transactions": [...],
  "nonce": 11997120,
  "difficulty": 7,
  "miner": "KB2BBFFDCCBD57B17794BA77678549D764BAFD49",
  "hash": "000000b8a017371b92a708bff65506640b8b5b2a9a0527f56b25ac98aedc8965"
}


:: INFRASTRUCTURE AND ECOSYSTEM ::

Mining (CPU)
The network is young and the difficulty is low. A home PC can still find blocks.
  • Public Pool: Works 24/7. PPLNS payouts every 5 minutes. Pool fee: 2 percent.
  • Solo Miner: Available as an .exe file for Windows. Multithreaded, uses all cores.

Wallet
  • Web version (SPA) with client-side encryption.
  • Telegram bot (at QatrolBot) for managing balance from a phone.


:: ROADMAP ::

✅ DONEBlockchain core, P2P protocol, PoW
✅ DONEPublic mining pool with auto payouts
✅ DONEWeb wallet plus Telegram bot
🚧 WIPNative Block Explorer (indexing in progress)
📅 PLANNEDGPU miner (CUDA) — reference implementation
📅 PLANNEDInternal P2P exchange (atomic swaps)


:: DISCLAIMER AND HONESTY ::

This is a technological experiment, a desire to try and develop my own blockchain.

Strengths:
  • Live Mainnet (not a testnet).
  • Clean code without forks (can be studied as a textbook).




[ANN] Qatrol Coin (QTR) - Native Layer-1 Blockchain | Node.js | SHA-256 | P-256 ECDSA | MIT License
Qatrol (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 2


View Profile
April 14, 2026, 05:32:40 PM
 #2

QATROL COIN | NETWORK STATISTICS | APRIL 14 2026

Blocks in network:2,340 (+652 in 24 hours)
Current difficulty:8 (holding steady)
Network hashrate:~126 kH/s (node measurement)
Active miners in pool:1 (total workers: 8 )
Total shares (current round):37
Block reward:16.7 QTR
Node uptime:~48 hours

CURRENT MINER:
1. K6880C825015... — 37 shares | ~889 kH/s


WHAT CHANGED IN 24 HOURS:
- Blocks: +652 (from 1688 to 2340). The network is grinding non-stop.
- Difficulty: steady at 8. The algorithm maintains balance.
- Genesis balance: 999,965,535 QTR (already distributed ~34,465 QTR to miners).
- Total addresses in network: 31. Top-2 miner has earned 11,547 QTR, top-3 miner has earned 7,449 QTR.


WHAT WAS DONE IN 24 HOURS:
- Coin added to Coinsniper
- Applications submitted to Live Coin Watch and FreshCoins
- GitHub repository with technical manifesto prepared for publication
- Work in progress on internal P2P exchange within the community


WHAT IS NEXT:
- Waiting for approval on aggregators (MiningPoolStats, Live Coin Watch)
- Preparing to launch a second node for P2P synchronization testing
- Planning the first mining competition with QTR rewards

🌐 ONLINE STATISTICS | 💬 TELEGRAM CHANNEL
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!