1. Basic Network Identity

Standard AetherCoin P2P port (9335).

2. Seed Nodes & Discovery

node1.aether-coin.asia seed2.aether-coin.asia
Hardcoded nodes for initial peer discovery. Click a pill above to add it.
dnsseed.aether-coin.asia

3. RPC Security (Integration)

SECURE LOCALHOST BINDING ONLY: The RPC server is locked to 127.0.0.1 (localhost). Do not bind RPC interfaces to public IPs (e.g. 0.0.0.0) or allow external IPs, as doing so will compromise your wallet security.
RECOMMENDATION: Using plain rpcuser and rpcpassword stores credentials in plaintext. For production systems, we highly recommend using rpcauth for enhanced security.
You can generate a secure rpcauth configuration using the Bitcoin standard Python script:
python rpcauth.py username
Download rpcauth.py
Paste the generated rpcauth credential. E.g. username:8f6a9c...$a4b2c8...

4. Performance & Features

Required for the Block Explorer to function correctly.