Skip to content

OTCoinFoundation/OTCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

111 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺ™ OTCoin (OTC)

OTCoin Version License Python Status

One Transaction. All Chains.

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


πŸš€ Features

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

πŸ“Š Network Stats

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

⚑ Quick Start

1. Install Python

python --version  # Should be 3.10+

2. Install Dependencies

pip install ecdsa websockets

3. Create Your Wallet

python wallet.py

4. Start Mining

python node.py --port 6002 --peers ws://76.13.192.203:6001 --miner YOUR_WALLET_ADDRESS

5. Check Balance via API

curl http://76.13.192.203:5000/api/balance/YOUR_WALLET_ADDRESS

πŸ—οΈ Project Structure

OTCoin/
β”œβ”€β”€ 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

πŸ” Security Features (v2.1)

  • βœ… Merkle Root Verification
  • βœ… Replay Attack Protection
  • βœ… Double Spend Protection
  • βœ… Mempool Spam Protection
  • βœ… Rate Limiting
  • βœ… Minimum Transaction Fee
  • βœ… Genesis Signature
  • βœ… Private Key Encryption (PBKDF2-SHA256)

πŸŒ‰ Cross-Chain Bridge

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%

πŸ† Bug Bounty Program

Severity Reward
πŸ”΄ Critical 10,000 OTC
🟑 Major 5,000 OTC
🟒 Minor 1,000 OTC
πŸ’‘ Improvement 500 OTC

Report to: foundation@otcoin.org


πŸ—ΊοΈ Roadmap

  • βœ… Phase 1 β€” Foundation (Complete)
  • ⚑ Phase 2 β€” Testnet & Community (Active)
  • πŸ”œ Phase 3 β€” Mainnet Launch (Q4 2025)
  • πŸ”œ Phase 4 β€” Ecosystem Expansion (2026)

πŸ“± Community


Β© 2025 OTCoin Foundation β€” One Transaction. All Chains.

About

Ini bisa diakses oleh developer seluruh dunia! 🌍

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors