TOS Network Information
Comprehensive information about the TOS Network’s current status, statistics, and infrastructure.
Network Status
Mainnet Information
| Parameter | Value |
|---|---|
| Network Name | TOS Mainnet |
| Chain ID | 1 |
| Block Time | 1 second (instant finality) |
| Current Block Height | Live Block Explorer |
| Network Hashrate | Live Statistics |
| Active Nodes | 500+ worldwide |
Network Health
🟢 Network Status: HEALTHY
🟢 Block Production: NORMAL (1.0s avg)
🟢 Transaction Processing: NORMAL
🟢 Consensus: STABLEBlock Explorer
Official Explorer
- URL: https://explorer.tos.network
- Features: Blocks, transactions, addresses, smart contracts
- API: RESTful API available
- Real-time Updates: WebSocket support
Explorer Features
- Block Information: Height, timestamp, miner, transactions
- Transaction Details: Inputs, outputs, fees, privacy status
- Address Analytics: Balance, history, transaction patterns
- Smart Contract Viewer: Bytecode, ABI, execution logs
- Mining Statistics: Hashrate, difficulty, pool distribution
Network Statistics
TOS Network is currently in development. Live network statistics will be available after mainnet launch.
API Response Format (Example)
{
"network": {
"block_height": "<current_height>",
"block_time_avg": "1s (target)",
"hashrate": "<live_data>",
"difficulty": "<live_data>",
"active_addresses": "<live_data>",
"total_transactions": "<live_data>"
},
"mining": {
"traditional_hashrate": "<live_data>",
"mining_hashrate": "<live_data>",
"mining_percentage": "<live_data>",
"active_miners": "<live_data>"
}
}Node Information
Seed Nodes
# Add these to your tos.conf file
addnode=seed1.tos.network:2080
addnode=seed2.tos.network:2080
addnode=seed3.tos.network:2080
addnode=seed4.tos.network:2080
addnode=seed5.tos.network:2080Node Requirements
Minimum Requirements:
- CPU: 2 cores, 2.0 GHz
- RAM: 4 GB
- Storage: 100 GB SSD
- Network: 10 Mbps upload/download
- OS: Linux, macOS, Windows
Recommended Requirements:
- CPU: 4+ cores, 3.0+ GHz
- RAM: 8+ GB
- Storage: 500+ GB NVMe SSD
- Network: 100+ Mbps fiber
- OS: Linux (Ubuntu 20.04+)
Mining Pools
Mining pools will be available after mainnet launch. Community members interested in running pools can follow our documentation for pool operator setup.
API Endpoints
Public APIs
Mainnet RPC:
HTTP: https://mainnet-rpc.tos.network
WSS: wss://mainnet-ws.tos.networkTestnet RPC:
HTTP: https://testnet-rpc.tos.network
WSS: wss://testnet-ws.tos.networkRate Limits
| Endpoint Type | Rate Limit | Burst Limit |
|---|---|---|
| Public RPC | 100 req/min | 200 req/min |
| WebSocket | 1000 msg/min | 2000 msg/min |
| Block Explorer API | 60 req/min | 120 req/min |
Example API Calls
# Get current block height
curl -X POST https://mainnet-rpc.tos.network \
-H "Content-Type: application/json" \
-d '{"method":"get_height","params":{}}'
# Get network statistics
curl -X POST https://mainnet-rpc.tos.network \
-H "Content-Type: application/json" \
-d '{"method":"get_info","params":{}}'
# Get block by height
curl -X POST https://mainnet-rpc.tos.network \
-H "Content-Type: application/json" \
-d '{"method":"get_block","params":{"height":1000000}}'Network Upgrades
Recent Upgrades
| Version | Date | Features |
|---|---|---|
| v2.1.0 | 2024-03-15 | Performance improvements |
| v2.0.5 | 2024-02-28 | Smart contract gas optimization |
| v2.0.0 | 2024-01-20 | BlockDAG stability improvements |
Upcoming Upgrades
| Version | ETA | Features |
|---|---|---|
| v2.2.0 | Q2 2024 | Cross-chain bridge support |
| v2.3.0 | Q3 2024 | Advanced privacy features |
| v3.0.0 | Q4 2024 | Major consensus improvements |
Security Information
Network Security
TOS Network implements multiple security layers including BlockDAG consensus and cryptographic verification. Detailed security metrics will be published after mainnet launch and security audits.
Bug Bounty Program
- Critical: Up to $50,000 TOS
- High: Up to $20,000 TOS
- Medium: Up to $5,000 TOS
- Low: Up to $1,000 TOS
Contact: [email protected]
Community Resources
Official Channels
- Home Page: https://tos.network
- Discord: https://discord.tos.network
- Telegram: https://t.me/tos_network
- Twitter: https://x.com/tos_network
- GitHub: https://github.com/tos-network
Developer Resources
- GitHub: https://github.com/tos-network
- Documentation: https://docs.tos.network
- Developer Chat: https://discord.tos.network
Monitoring and Alerts
Real-time Monitoring
- Network Status: https://status.tos.network
- Mining Statistics: https://mining.tos.network
- API Health: https://api-status.tos.network
Notification Services
# Subscribe to network alerts
curl -X POST https://alerts.tos.network/subscribe \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]",
"alerts": ["network_issues", "upgrades", "security"]
}'FAQ
Common Questions
Q: How do I connect to the mainnet?
A: Use the seed nodes listed above or connect to mainnet-rpc.tos.network.
Q: What’s the minimum stake for running a node? A: There’s no minimum stake required - TOS uses Proof of Work, not Proof of Stake.
Q: How often are network statistics updated? A: Block explorer and statistics are updated in real-time with each new block (every 1 second).
Q: Is there a testnet available?
A: Yes, connect to testnet-rpc.tos.network for testing and development.
Contact Information
- General Support: [email protected]
- Technical Issues: [email protected]
- Security Reports: [email protected]
- Business Inquiries: [email protected]
“Don’t Trust, Verify it” - All network data is cryptographically verifiable through the blockchain.