CryptoNote protocol
Fuego builds upon CryptoNote, the same foundational privacy protocol used by Monero and a number of other coins. CryptoNote provides core primitives like ring signatures, one-time addresses, and the transaction format — that make Fuego transactions private and untraceable by design.Proof-of-work consensus
New blocks are produced by miners competing to solve a computationally difficult puzzle. The first miner to find a valid solution broadcasts the block to the network, collects the block reward, and the chain advances. This proof-of-work mechanism makes it prohibitively expensive for any single party to rewrite history, since doing so would require outpacing the combined hash power of all honest miners. The network automatically adjusts mining difficulty every block using the Zawy-LWMA algorithm, keeping actual block times close to the target of 480 seconds (8 minutes). This means roughly 180 blocks are produced per day.Transaction propagation
When you send a transaction, your wallet software signs it and submits it to your connected node. That node validates the transaction and forwards it to its peers. Within seconds, the transaction reaches the entire network and sits in the mempool until a miner includes it in the next block. Unconfirmed transactions remain in the mempool for up to 12 hours before they expire.Seed nodes
When a node starts up for the first time, it connects to a set of hard-coded seed nodes to learn about other peers on the network. After that initial handshake, your node builds its own peer list and no longer depends on the seeds. The current seed nodes are:Key network parameters
Block time
480 seconds (~8 minutes) per block
P2P port
Default port 10808
RPC port
Default port 18180
Max supply
8,000,008.8000008 (~8 million XFG)
Minimum mixin
Ring size of at least 8** **on every transaction
Blocks per day
~180 blocks produced each day