Flux is a decentralized cloud infrastructure powered by an incentivized network of independently operated FluxNodes. Fluxd is the blockchain daemon that provides the consensus layer and coin functionality for the Flux ecosystem, including the Flux decentralized cloud and Arcane OS.
- PoUW v2 (Proof of Useful Work): Also known as PON (Proof of Nodes), activated at block 2,020,000 - see the whitepaper
- FluxNode Network: Incentivized node operators power the decentralized cloud infrastructure at cloud.runonflux.com
- Arcane OS: Distributed operating system built on Flux infrastructure
- LWMA3 Difficulty Algorithm: Provides smooth difficulty adjustments
- Delegate System: Supports P2SH-based FluxNode delegation
- fluxd: Full node daemon
- flux-cli: Command-line interface for RPC interaction
- flux-tx: Transaction utility for creating and manipulating transactions
Supported platforms:
- Ubuntu 20.04, 22.04, and 24.04
- Other Linux distributions (see build dependencies)
- macOS
- Windows (via cross-compilation)
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf2.64 libtool ncurses-dev unzip git zlib1g-dev wget curl \
bsdmainutils automake./zcutil/build.sh -j$(nproc)The built binaries will be located in ./src/:
./src/fluxd- daemon./src/flux-cli- CLI tool./src/flux-tx- transaction utility
Fluxd supports various build-time options:
--disable-wallet- Build without wallet support--disable-mining- Build without mining support--disable-zmq- Build without ZeroMQ notifications--disable-proton- Build without AMQP messaging--enable-debug- Build with debug symbols
FluxNodes are incentivized network participants that provide computational resources to the Flux decentralized cloud at cloud.runonflux.com.
For setup instructions, visit the Flux documentation.
- Documentation: docs.runonflux.com
- Website: runonflux.io
- Decentralized Cloud: cloud.runonflux.com
- Block Explorer: explorer.runonflux.io
- PoUW v2 Whitepaper: View whitepaper
- Discord: discord.gg/runonflux
- GitHub Issues: github.com/RunOnFlux/fluxd/issues
- Contributing: See CONTRIBUTING.md
For security vulnerabilities, please email [email protected] following our bug bounty program.
Flux is released under the terms of the MIT license. See COPYING for more information.
Copyright (c) 2018-2025 The Flux Developers Copyright (c) 2016-2019 The Zcash developers Copyright (c) 2009-2019 The Bitcoin Core developers