ATMN Documentation

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

Quick Start Guide

For Miners

  1. Download a mining client
  2. Configure pool: miningpool.carphatian.ro:3001
  3. Start mining with your wallet address
  4. Monitor earnings at Web Wallet

For Pool Operators

  1. Set up ATMN full node
  2. Install mining pool software
  3. Configure API connections
  4. 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

ParameterValue
Block Reward50 ATMN
Block Time~30 seconds
Pool Fee2%
Min Payout1 ATMN
Payout FrequencyDaily

Mining Pool Setup

Running Your Own Pool

Requirements: Linux server, 8GB+ RAM, 100GB+ storage, 100Mbps+ bandwidth

Configuration

SettingValue
Pool Port3001
RPC Host127.0.0.1:8332
Pool Fee2%
Min Difficulty1

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
./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
./cpuminer -a atmn -o stratum+tcp://miningpool.carphatian.ro:3001 \ -u YOUR_WALLET -p x --threads=4

API Reference

JSON-RPC Connection

ParameterValue
Hostapi.atmn.network
Port8332
ProtocolHTTP/HTTPS

Pool API Endpoints

EndpointMethodPort
/api/mining/workersGET3001
/api/mining/statsGET3001
/api/wallets/{address}/balanceGET3001

Rosetta API

Rosetta Implementation

FeatureStatus
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

ParameterValue
NetworkAntimony (ATMN)
ConsensusProof-of-Work
Block Time~30 seconds
Block Reward50 ATMN
Max Supply21,000,000 ATMN

Port Assignments

ServicePortProtocol
Mining Pool3001Stratum+TCP
JSON-RPC8332HTTP/HTTPS
P2P Network8333TCP
Rosetta API8080HTTP
Web Wallet443HTTPS

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