BTC +2.4% ETH -1.2% ERG +5.7% BNB +0.8%
MAINNET
Market Trade Mine Wallet Connect
E

ERG / USDT

Energon Network
$0.0042
+$0.0003 (+7.69%)
24h High $0.0045
24h Low $0.0039
24h Volume --
Market Cap --
Network Hash --

Order Book

Live
Price (USDT) Amount (ERG) Total
Spread 0.42%

Trade

USDT
ERG
Available 1,245.00 USDT
Total 0.00 USDT
Fee (0.1%) 0.00 USDT

Recent Trades

Time Price Amount

Network Overview

#
--
Block Height
+1 since last hour
%
--
Difficulty
Retargeting enabled
H
--
Network Hashrate
Growing
S
--
Circulating Supply
50 ERG / block
T
--
Block Time
~2 minutes
P
--
Active Peers
Network healthy

Why Energon?

Proof of Work

True decentralization. No premine, no ICO. Mine ERG with standard SHA-256D hardware. Solo mining supported.

Self-Custody

Your keys, your coins. Native wallet with bech32 addresses. Full node validation. No intermediaries.

Fast Settlement

~2 minute block targets. Quick confirmations for everyday transactions. Difficulty retargeting keeps blocks steady.

Transparent

Full blockchain API. Live stats. Public seed node. Open source. Anyone can audit, verify, or build on top.

Join the Network

Run a full node, mine solo, or build applications. Energon is permissionless — no accounts, no KYC, no gatekeepers.

1

Download

Get energond and energon-cli for Linux x86_64.

2

Configure

Create ~/.energon/energon.conf with your RPC credentials.

3

Connect

Point to seed.energon.network and start syncing.

4

Mine or Build

Use energon-cli generatetoaddress or build on the JSON-RPC API.

energon-cli
$ wget https://seed.energon.network/downloads/energon-latest-linux.tar.gz
$ tar xzf energon-latest-linux.tar.gz
$ mkdir -p ~/.energon
$ cat > ~/.energon/energon.conf <<'EOF'
# Network
port=17777
listen=1
server=1
dnsseed=1

# RPC (local only)
rpcuser=myuser
rpcpassword=$(openssl rand -base64 32)
rpcallowip=127.0.0.1/32
rpcbind=127.0.0.1
rpcport=17779
EOF

$ ./energond -daemon
$ ./energon-cli getblockchaininfo
{ "blocks": 672, "difficulty": 1.0, ... }

$ ./energon-cli getnewaddress wallet1
bc1q...

$ ./energon-cli generatetoaddress 1 bc1q...
[ "00000000..." ]

Downloads

Linux x86_64

Daemon + CLI + TX + Util

Download
SHA256: 0cc91e003864aae10dce9ee6572c5891b38e382dc75ce2e9ecf45c3caeafcc04...

Source Code

Full energon-core tree

Download
SHA256: f33e47e27b61c81d3a33632a0e86f607ca6ec938e3d4ced12d502c5aec1ca79b...

Wallet Guide

Setup + security best practices

Read Guide