Skip to main content
Fuego is an open-source decentralized blockchain network that lets you send and receive funds privately, earn interest on deposits, and exchange encrypted messages — all without any central authority. The Fuego Suite gives you every tool you need: a full node daemon, a command-line wallet, a terminal user interface, a standalone miner, and a JSON-RPC payment gateway for application integrations.

Quick Start

Get Fuego running and send your first transaction in minutes.

Installation

Build or download Fuego binaries for Linux, macOS, Windows, and ARM.

CLI Wallet

Manage XFG from the command line with the simplewallet tool.

API Reference

Integrate Fuego into your application with the JSON-RPC API.

What you can do with Fuego

Private Transactions

Send XFG using ring signatures — transactions are untraceable and unlinkable.

Decentralized Deposits

Lock XFG in a time deposit to earn interest, with no bank required.

Run a Node

Participate in the network by running a full node with fuegod.

Mine XFG

Contribute proof-of-work and earn block rewards with the built-in miner.

Get started in three steps

1

Install the Fuego Suite

Build from source or download a pre-built binary for your platform. See Installation for full instructions.
2

Start the daemon and sync

Run ./fuegod to start your node. The daemon connects to the Fuego P2P network and downloads the blockchain automatically.
3

Create a wallet and receive XFG

Run ./simplewallet --generate-new-wallet my.wallet to create your first wallet, then share your fire… address to receive funds.
For a graphical experience, check out the Fuego Desktop Wallet or use the built-in Terminal User Interface (TUI).