ATMN Project Overview
Welcome to the Antimony (ATMN) cryptocurrency network! This documentation provides comprehensive guides for mining, setting up nodes, running mining pools, and integrating with our network.
What is ATMN?
Antimony (ATMN) is a decentralized cryptocurrency network designed for high-performance mining and consensus. Features include:
- Proof-of-Work (PoW) consensus mechanism
- Distributed mining pools for network resilience
- JSON-RPC API for seamless integration
- Rosetta API for blockchain data access
- Cross-platform support (Windows, Linux, macOS)
Main Services
🔗 Mining Pool: https://miningpool.carphatian.ro
🔍 Block Explorer: https://explorer.carphatian.ro
💰 Web Wallet: https://miningpool.carphatian.ro/web-wallet.html
📚 Documentation: https://miningpool.carphatian.ro/docs.html
🔍 Block Explorer: https://explorer.carphatian.ro
💰 Web Wallet: https://miningpool.carphatian.ro/web-wallet.html
📚 Documentation: https://miningpool.carphatian.ro/docs.html
Quick Start Guide
For Miners
- Download a mining client
- Configure pool: miningpool.carphatian.ro:3001
- Start mining with your wallet address
- Monitor earnings at Web Wallet
For Pool Operators
- Set up ATMN full node
- Install mining pool software
- Configure API connections
- Monitor pool statistics
Mining Guide
Getting Started
Mining ATMN validates transactions and secures the network through Proof-of-Work consensus.
Requirements
- Compatible GPU or CPU mining hardware
- Mining client software
- ATMN wallet address
- Stable internet connection
- 4GB+ RAM
Mining Pool Details
| Parameter | Value |
|---|---|
| Block Reward | 50 ATMN |
| Block Time | ~30 seconds |
| Pool Fee | 2% |
| Min Payout | 1 ATMN |
| Payout Frequency | Daily |
Mining Pool Setup
Running Your Own Pool
Requirements: Linux server, 8GB+ RAM, 100GB+ storage, 100Mbps+ bandwidth
Configuration
| Setting | Value |
|---|---|
| Pool Port | 3001 |
| RPC Host | 127.0.0.1:8332 |
| Pool Fee | 2% |
| Min Difficulty | 1 |
Full Node Setup
System Requirements
- CPU: x86-64 dual-core 2.4GHz+
- RAM: 4GB minimum, 8GB recommended
- Storage: 100GB SSD
- Bandwidth: 10Mbps+
- OS: Linux, Windows, or macOS
Mining Client Software
GPU Mining (NVIDIA)
Client: CudaMiner
Requirements: CUDA 11.0+, NVIDIA GPU 2GB+
Supported: Windows, Linux
Requirements: CUDA 11.0+, NVIDIA GPU 2GB+
Supported: Windows, Linux
./cudaminer -o stratum+tcp://miningpool.carphatian.ro:3001 \
-u YOUR_WALLET -p x
CPU Mining
Client: cpuminer-opt
Requirements: 4GB+ RAM
Supported: Windows, Linux, macOS
Requirements: 4GB+ RAM
Supported: Windows, Linux, macOS
./cpuminer -a atmn -o stratum+tcp://miningpool.carphatian.ro:3001 \
-u YOUR_WALLET -p x --threads=4
API Reference
JSON-RPC Connection
| Parameter | Value |
|---|---|
| Host | api.atmn.network |
| Port | 8332 |
| Protocol | HTTP/HTTPS |
Pool API Endpoints
| Endpoint | Method | Port |
|---|---|---|
| /api/mining/workers | GET | 3001 |
| /api/mining/stats | GET | 3001 |
| /api/wallets/{address}/balance | GET | 3001 |
Rosetta API
Rosetta Implementation
| Feature | Status |
|---|---|
| Network API | ✓ Implemented |
| Block API | ✓ Implemented |
| Mempool API | ✓ Implemented |
| Construction API | ✓ Implemented |
Connection
Base URL: http://api.atmn.network:8080
Network: atmn_mainnet
Version: 1.4.2
Network Specifications
Network Parameters
| Parameter | Value |
|---|---|
| Network | Antimony (ATMN) |
| Consensus | Proof-of-Work |
| Block Time | ~30 seconds |
| Block Reward | 50 ATMN |
| Max Supply | 21,000,000 ATMN |
Port Assignments
| Service | Port | Protocol |
|---|---|---|
| Mining Pool | 3001 | Stratum+TCP |
| JSON-RPC | 8332 | HTTP/HTTPS |
| P2P Network | 8333 | TCP |
| Rosetta API | 8080 | HTTP |
| Web Wallet | 443 | HTTPS |
Troubleshooting
Connection Issues
- Check pool address: miningpool.carphatian.ro:3001
- Verify firewall allows port 3001
- Test: telnet miningpool.carphatian.ro 3001
Mining Issues
- High reject rate: Check system time sync (NTP)
- No payouts: Verify wallet address
- Driver errors: Update GPU drivers
Support
Email: support@atmn.network
Discord: https://discord.gg/atmn
GitHub: https://github.com/atmn
Discord: https://discord.gg/atmn
GitHub: https://github.com/atmn