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
Install the Fuego Suite
Build from source or download a pre-built binary for your platform. See Installation for full instructions.
Start the daemon and sync
Run
./fuegod to start your node. The daemon connects to the Fuego P2P network and downloads the blockchain automatically.For a graphical experience, check out the Fuego Desktop Wallet or use the built-in Terminal User Interface (TUI).