github RunOnFlux/fluxd v9.0.6

latest releases: v9.1.0-rc1, v9.0.6-master-25255482725
5 months ago

Flux v9.0.6 — Proof of Useful Work v2

Release Overview

The v9.0.6 release features a bug fix in undo state. Read more about the bug here #267.

Read more about v9.0.0 release here https://github.com/RunOnFlux/fluxd/releases/tag/v9.0.0

Whitepaper of PoUW v2

https://jetpack2_38080.app.runonflux.io/ipfs/QmW3TNPx5Ru3u3UhXf8GqyVNS3avSsttqjamhF395qe17M

How to Upgrade

Automatic Updates

If you're running a Flux node with automatic updates enabled, this release will be deployed automatically according to your update schedule.

Manual Installation

From Binary Releases:

  1. Download the appropriate binary for your platform from the GitHub releases page
  2. Stop your current Flux daemon: flux-cli stop
  3. Replace the old binaries with the new ones
  4. Restart your Flux daemon: ./fluxd -daemon

From Debian Package:

# Download and install the .deb package for your architecture
wget https://github.com/RunOnFlux/fluxd/releases/download/v9.0.6/flux-amd64-v9.0.6.deb
sudo dpkg -i flux-amd64-9.0.6.deb

Building from Source:

git clone https://github.com/RunOnFlux/fluxd.git
cd fluxd
git checkout v9.0.6
./zcutil/build.sh

Using APT:


CDN, Bootstrap:


Full Changelog: v9.0.5...v9.0.6

Don't miss a new fluxd release

NewReleases is sending notifications on new releases.