Proof of Work · Live Mainnet · $SAT

Sound money from the outer system

Saturn is a proof-of-work cryptocurrency forked from Bitcoin Core — the most battle-tested codebase in crypto — running live on its own mainnet. No VC allocation. No promises. Just blocks.

SHA-256Consensus · PoW
LIVEMainnet status
:9999P2P Port
21MMax supply · SAT
Why Saturn

Built on proven rails, launched the honest way

Most new chains reinvent consensus to justify a token sale. Saturn takes the opposite path: inherit what already works, keep it open, and let the network earn its value.

[ CORE ]

Bitcoin Core lineage

Saturn is a direct fork of Bitcoin Core with its own genesis, network magic, and ports — fifteen years of security research, inherited on day one.

[ WORK ]

Proof of work, actually

Blocks are earned with hashpower, not allocated in a spreadsheet. The early network is CPU-minable — anyone with a machine can participate.

[ OPEN ]

Fully open source

Every line of the node, the explorer, and the network config is public on GitHub. Verify it, build it, fork it — that's the point.

[ LIVE ]

Real running mainnet

Not a testnet, not a roadmap slide. Saturn's chain is producing blocks right now, with a public block explorer to prove it.

Saturn Core Desktop

Node, wallet, and miner — one install

No compiling, no config files. Saturn Core for Windows runs a full node, creates and backs up wallets, and points its miner at the network pool with automatic worker naming. Install it, generate an address, start hashing.

Saturn Core v0.1.0 — Beta
# everything the app handles for you
 Built-in Saturn full node
 Wallet creation & backup
 Address generation
 One-click pool mining
 Real-time pool statistics
 Network status monitoring

# pool endpoint (built in)
stratum+tcp://pool.saturn.boats:3333

Download & install

Windows x64 installer, direct from the official GitHub release.

Create your wallet

Generate a SAT address and save your backup — the app walks you through it.

Hit start

The miner connects to pool.saturn.boats:3333 and your worker shows up in pool stats live.

v0.1.0 BETA · WINDOWS X64 · macOS & LINUX VERSIONS IN DEVELOPMENT — COMING SOON

For operators

Prefer the command line? Build from source

Saturn builds anywhere Bitcoin Core builds — Linux, macOS, containers. Run a headless node, or point any SHA-256d miner at the pool directly.

Clone the source

Grab the full node from GitHub. Everything you need is in one repo.

Build the node

Standard autotools flow: ./autogen.sh, ./configure, make.

Sync the chain

Start saturnd and connect to the network on port 9999.

Point your miner

Aim any SHA-256d miner at your local node and start earning SAT.

saturn-node — zsh
# get the code
$ git clone https://github.com/saturn-cash/saturn
$ cd saturn

# build
$ ./autogen.sh && ./configure && make

# run the daemon
$ ./src/saturnd -daemon
Saturn Core starting…

# check the chain
$ ./src/saturn-cli getblockchaininfo
{ "chain": "main", "blocks": … }

# or aim any sha256d miner at the pool
$ cpuminer -a sha256d \
    -o stratum+tcp://pool.saturn.boats:3333 \
    -u YOUR_SAT_ADDRESS -p x
Transparency

Watch the chain breathe

Every block, every transaction, every address — indexed live at the Saturn block explorer. Open infrastructure means you never have to take our word for anything.

Ecosystem

Everything orbits the chain

The node is the sun; everything else is a satellite. Here's what's live and what's in flight.

Saturn Core DesktopNode, wallet & pool miner in one Windows app. ● Live — v0.1.0 Beta
Mining Poolpool.saturn.boats:3333 — stratum for any SHA-256d miner, live stats in-app. ● Live — Stratum
Saturn Node SourceFull node & wallet source, forked from Bitcoin Core. ● Live — GitHub Block ExplorerLive chain data — blocks, transactions, addresses. ● Live — explorer.saturn.boats @saturn_cashAnnouncements, milestones, and network updates. ● Live — X / Twitter
macOS & Linux AppsSaturn Core Desktop for Mac and Linux, in active development. ◌ Coming soon
Exchange ListingsApplications submitted to TradeOgre, NonKYC, CoinGecko & CoinMarketCap. ◌ In flight