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:
- Download the appropriate binary for your platform from the GitHub releases page
- Stop your current Flux daemon:
flux-cli stop - Replace the old binaries with the new ones
- 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.debBuilding from Source:
git clone https://github.com/RunOnFlux/fluxd.git
cd fluxd
git checkout v9.0.6
./zcutil/build.shUsing APT:
- Follow instructions on https://apt.runonflux.io
CDN, Bootstrap:
Full Changelog: v9.0.5...v9.0.6