Skip to Content
ResourcesNetwork Information

TOS Network Information

Comprehensive information about the TOS Network’s current status, statistics, and infrastructure.

Network Status

Mainnet Information

ParameterValue
Network NameTOS Mainnet
Chain ID1
Block Time1 second (instant finality)
Current Block HeightLive Block Explorer 
Network HashrateLive Statistics 
Active Nodes500+ worldwide

Network Health

🟢 Network Status: HEALTHY 🟢 Block Production: NORMAL (1.0s avg) 🟢 Transaction Processing: NORMAL 🟢 Consensus: STABLE

Block 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:2080

Node 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.network

Testnet RPC:

HTTP: https://testnet-rpc.tos.network WSS: wss://testnet-ws.tos.network

Rate Limits

Endpoint TypeRate LimitBurst Limit
Public RPC100 req/min200 req/min
WebSocket1000 msg/min2000 msg/min
Block Explorer API60 req/min120 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

VersionDateFeatures
v2.1.02024-03-15Performance improvements
v2.0.52024-02-28Smart contract gas optimization
v2.0.02024-01-20BlockDAG stability improvements

Upcoming Upgrades

VersionETAFeatures
v2.2.0Q2 2024Cross-chain bridge support
v2.3.0Q3 2024Advanced privacy features
v3.0.0Q4 2024Major 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

Developer Resources

Monitoring and Alerts

Real-time Monitoring

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


“Don’t Trust, Verify it” - All network data is cryptographically verifiable through the blockchain.

Last updated on