OTCoin is a sovereign, independent blockchain network built from scratch β combining the security of Bitcoin, the programmability of Ethereum, and the privacy of Monero.
π Website β’ π Whitepaper β’ π Dashboard β’ π Explorer β’ π± Telegram β’ π¦ Twitter
| Feature | Status | Description |
|---|---|---|
| βοΈ Blockchain Core | β Live | Full Proof of Work with SHA-256 |
| π Wallet System | β Live | ECDSA secp256k1 cryptography |
| π P2P Network | β Live | WebSocket node network |
| π€ Smart Contracts | β Live | Token, DeFi, NFT, Voting |
| π Privacy Layer | β Live | Stealth Address, Ring Signature |
| β‘ Lightning Network | β Live | 1000+ tx/sec instant payments |
| π Cross-Chain Bridge | β Live | OTC β BTC, ETH, SOL, BNB |
| π± Web Wallet | β Live | Browser-based wallet |
| π Block Explorer | β Live | Real-time blockchain explorer |
| π Mining Dashboard | β Live | Live mining statistics |
| π‘οΈ Security v2.1 | β Live | 7 security enhancements |
| π Notifications | β Live | Telegram mining alerts |
Total Supply : 51,000,000 OTC (Hard Cap)
Block Reward : 50 OTC (Halving every 210,000 blocks)
Algorithm : SHA-256 Proof of Work
Cryptography : ECDSA secp256k1
Network ID : otcoin-mainnet-v2
Node URL : ws://76.13.192.203:6001
API : http://76.13.192.203:5000/api/stats
python --version # Should be 3.10+pip install ecdsa websocketspython wallet.pypython node.py --port 6002 --peers ws://76.13.192.203:6001 --miner YOUR_WALLET_ADDRESScurl http://76.13.192.203:5000/api/balance/YOUR_WALLET_ADDRESSOTCoin/
βββ blockchain.py # Core blockchain
βββ wallet.py # ECDSA wallet
βββ node.py # P2P network
βββ miner.py # Mining script
βββ smart_contract.py # Smart contracts
βββ privacy.py # Privacy layer
βββ lightning.py # Lightning Network
βββ bridge.py # Cross-chain bridge
βββ api_server.py # REST API
βββ index.html # Website
βββ explorer.html # Block explorer
βββ wallet.html # Web wallet
βββ dashboard.html # Mining dashboard
βββ roadmap.html # Roadmap
βββ build.html # Developer guide
βββ get-started.html # Getting started
- β Merkle Root Verification
- β Replay Attack Protection
- β Double Spend Protection
- β Mempool Spam Protection
- β Rate Limiting
- β Minimum Transaction Fee
- β Genesis Signature
- β Private Key Encryption (PBKDF2-SHA256)
| Chain | Rate | Fee |
|---|---|---|
| Bitcoin (BTC) | 1 OTC = 0.000002 BTC | 0.1% |
| Ethereum (ETH) | 1 OTC = 0.00003 ETH | 0.1% |
| Solana (SOL) | 1 OTC = 0.0005 SOL | 0.1% |
| BNB Chain | 1 OTC = 0.0001 BNB | 0.1% |
| Severity | Reward |
|---|---|
| π΄ Critical | 10,000 OTC |
| π‘ Major | 5,000 OTC |
| π’ Minor | 1,000 OTC |
| π‘ Improvement | 500 OTC |
Report to: foundation@otcoin.org
- β Phase 1 β Foundation (Complete)
- β‘ Phase 2 β Testnet & Community (Active)
- π Phase 3 β Mainnet Launch (Q4 2025)
- π Phase 4 β Ecosystem Expansion (2026)
- π Website: otcoin.org
- π± Telegram: t.me/+MGYkB80BhlwzNGQ1
- π¦ Twitter/X: @OTCoinOfficial
- π§ Email: foundation@otcoin.org
Β© 2025 OTCoin Foundation β One Transaction. All Chains.