Community

Join the PHANTEX Network

Get free PTX from the faucet, connect to public nodes, run your own node, and explore the network. No signup required.

Faucet

Get Free PTX

New to PHANTEX? Get some PTX to register your wallet on-chain and start transacting. Funded by the founder's first 100 mined blocks.

Enter your phtx1... wallet address. One request per address per 24 hours.

10 PTX per claim · 24 hour cooldown · Mainnet · Faucet wallet: phtx1qyxmgr...hee5t

Network

Public Nodes

Connect your wallet or miner to the official PHANTEX seed nodes.

OFFICIALHetzner — Helsinki, Finland 🇫🇮

Seed Node 1

5.78.205.3:20101
RPC: 5.78.205.3:20102
Mining: 5.78.205.3:20100
COMING SOON

Seed Node 2

Additional seed node planned. Run your own →

WebSocket Connection

GUI wallet → Node tab → select PHANTEX Seed Node.

ws://5.78.205.3:20102/ws
Node Operations

Run Your Own Node

Running a full node strengthens the network. Full guide in CHAIN_OPS.md.

Start Node

./phantexd --add-exclusive-node=5.78.205.3:20101

Check Status

curl -s http://localhost:20102/json_rpc \
  -d '{"method":"PTX.GetInfo"}' \
  -H 'Content-Type:application/json'

Restart (systemd)

sudo systemctl restart phantexd
journalctl -u phantexd -f

Reset Chain

sudo systemctl stop phantexd
rm -rf ~/.phantexd/mainnet/
sudo systemctl start phantexd

Network Ports

PortUse
20100Mining
20101P2P
20102RPC
20103Wallet RPC
Get Involved

Join the Community

PHANTEX is open source and community driven. There's no VC, no team fund — just miners, developers, and privacy advocates.

🐙 GitHub

All code is open source. Submit issues, PRs, and contribute to any of the repos.

→ Core blockchain → GUI wallet → Block explorer → Mining pool

⛏ Mine PTX

The best way to support the network is to mine it. CPU-only, no special hardware required.

Mining Guide →