Skip to content

Releases: RunOnFlux/fluxd

v7.2.0-gh-test

20 Jun 12:06
ca54a04
Compare
Choose a tag to compare
Gh action (#246)

* adjust rust

* adjust order

* use rust 1.64

* test fix

* disable rust

* fix

* disable i386, cross compile arm

* improve arm strip

Flux v7.2.0-gh_action-15769900524

20 Jun 02:39
0681a71
Compare
Choose a tag to compare
Pre-release
add deb folder

Flux v7.2.0-gh_action-15760977404

19 Jun 15:13
0681a71
Compare
Choose a tag to compare
Pre-release
add deb folder

v7.2.0

26 Dec 11:06
1b599ba
Compare
Choose a tag to compare

Flux, Your Gateway to a Decentralized World

v7.2.0

This release adds support for Flux OS Arcane image

Release Highlights

  • Flux OS Arcane image support
  • Database compaction and pruning of undo state for Flux Nodes.
    • ~9GB of data is removed on Flux Nodes bringing the chain size from 44GB to 35GB
  • Disabling deprecation capability
    • Flux Daemon will now not deprecate
  • Fixes displaying payment_address for P2SH (multisig) Flux Nodes
  • Updates verification keys

Full Changelog

https://raw.githubusercontent.com/RunOnFlux/fluxd/master/doc/release-notes/release-notes-7.2.0.md

SHA256 v7.2.0

aac3a9581fb8e8f3215ddd3de9721fdb6e9d90ef65d3fa73a495d7451dd480ef  Flux-amd64-v7.2.0.tar.gz
830dcef8b6bafa9b65ff2c42e861150c5be446793a9ad0d356f5b44680c4bc37  Flux-arm64-v7.2.0.tar.gz
30c5cebd7a95f79f8a4b1b69a3f5e4304343b513f18cec6b4d3550176475b3d6  Flux-macOS-v7.2.0.tar.gz
b582a15480351f65f8142a5ea4552f0f8c18d3ab108b22d44d88b72c2b64f106  Flux-Windows-v7.2.0.zip
68d04beb8d2a99bd0beef6fcb3f7b8239264e1e57c19d1bfa7e15395510f5ec9  flux_amd64_v7.2.0.deb
8e2cc5ab9fad7727ab933359d6a0dad46d7f6e2b33e352e1ff14ce5b27f81df0  flux_arm64_v7.2.0.deb
604819e155eed54032de85ace18e28a436f8cae9b5080f6e300bdc790869eed1  flux_i386_v7.2.0.deb


bc19df56090859648b1e8067b0333a55f37105e34ceaa8784136246abe7f274b  Fluxbench-amd64-v5.2.0.tar.gz
02e2cce2855eb67a0d5af84385f37a4df011fcea6500932d886dd8ba37d31dfe  Fluxbench-arm64-v5.2.0.tar.gz
9caf7a064df040d32012cc1f036ee0d53af82c5d1085af69d1dd3cdbbc1d94c8  fluxbench_amd64_v5.2.0.deb
aded6aadbafb3e00b72c9d05d6fab1d6fa169d937915c5823894d7be0aa96e65  fluxbench_arm64_v5.2.0.deb
cb9275353a192617b72c0493c3379f805996d4e00264550b3636935f80c732f6  fluxbench_i386_v5.2.0.deb

97fd93bd9cc187b53d21a31f1055ad85ffa9769cf10728b22a52e2791fd0e306  Fluxbench-amd64-v5.2.1.tar.gz
4d1c15d4134295753e8f6b9bba4e7419d9cc71940720f6eefa0dab483e46ada3  Fluxbench-arm64-v5.2.1.tar.gz
e15a06a6097ab051ab8a08e8f041f96ccea663ea804aa7e05dae582728f79659  Fluxbench-i386-v5.2.1.tar.gz
e15b2fbdec595d1f2754b848e4c30ca65b5243bd981e3c1e92db66147e6d37a3  fluxbench-amd64-v5.2.1.deb
aebfcb31c1af8e57e9d66246ac50fb53d26f08b0e478e7902fbf486095679b26  fluxbench-arm64-v5.2.1.deb
f8dfced0d04231e919e44a27aaa6e7529ccb2e1de9ccbe9c145ad8bf70bfef02  fluxbench-i386-v5.2.1.deb

You can install Flux from APT repository following instructions at:
https://apt.runonflux.io

Bootstraps:
https://fluxnodeservice.com

v7.1.0

01 Feb 05:47
8c1307d
Compare
Choose a tag to compare

Flux, Your Gateway to a Decentralized World

v7.1.0

This release is bringing back support for zelnode.conf and adds ability for users to set a default change address.

Release Highlights

  • Flux Daemon can now be used with zelnode.conf file for backwards compatibility.

    • zelnode.conf file will be preferred choice if exists. Followed by standard fluxnode.conf file.
    • However we advise everyone to migrate to fluxnode.conf file and delete deprecated zelnode.conf file. Rename of the file is the recommended way for migration.
  • Ability to set a default change address

    • In standard way sending always generates a new change address. This can lead to increasingly large wallet.dat file. Flux Daemon now integrates flags to always send transaction changes to specified address.
    • To allow this type of feature fluxd now allows two new parameters to be passed to fluxd when starting the application or they can be placed in the flux.conf

    defaultchangeaddressmainnet=<valid_mainnet_address>

    defaultchangeaddresstestnet=<valid_testnet_address>

    • The default change address will be assigned if it was passed to the application in either of the mechanisms above, it is a valid address for the network is belongs to, and it will only work with the following rpc calls

    sendmany
    sendtoaddress

    • The rpccall sendfrom defaults to sending the change back to the address that it is sending from. So the default change address will not be used when this rpc is used.

Full Changelog

https://raw.githubusercontent.com/RunOnFlux/fluxd/master/doc/release-notes/release-notes-7.1.0.md

SHA256 v7.1.0

832fe0d7700cf74430f4b464f07706a78ec39b2ec309d3d8230b0dffe9993296  Flux-amd64-v7.1.0tar.gz
7ca876abba8461136d5d0b84f8adef3b8a649d57ba7647c9a5840321d1bbeba7  Flux-arm64-v7.1.0.tar.gz
8f8a76911f3c0fab638a06cd3db96925248822658b90a1092ffa8edfaa1a1b4c  Flux-macOS-v7.1.0.tar.gz
8a3f7a1f1a141264785a5df8df62a4f5507fd285ff315056e621b71bc886f32a  Flux-Windows-v7.1.0.zip
88ea961c22ec67733e762f9027309a60713e2a78f8e62a35e204ad6bbaeb9633  flux_amd64_v7.1.0.deb
18a101ae1d0999f8e259ebe02ad6f00e087ae0ddc67453a3fb120d98b4add5fa  flux_arm64_v7.1.0.deb
eb99e1b493b2a5358af2641b276d64131c40e2737e7320d012253a279848767e  flux_i386_v7.1.0.deb
655eb9e086dab4bb0d85982a0744c7edd361341c7759a05860ecb30089acf203  Fluxbench-amd64-v4.0.1.tar.gz
9f90dd1ff0d87e8bafed28c570294df82f53b8a285cad33cc9b459491f314a4c  Fluxbench-arm64-v4.0.1.tar.gz
686127980835a8e8b26c3dfb2861f1d4e3a4514e9828d9f815789f5243fd30ee  fluxbench_amd64_v4.0.1.deb
b98fa2857ccd61c375393f5a22a9c64da4e4ab34d7a48c1163684085d3303cb6  fluxbench_arm64_v4.0.1.deb
2552202f03f89664b25748e1cc56921679c281ed161a98ee062d49969b3da33a  fluxbench_i386_v4.0.1.deb

You can install Flux from APT repository following instructions at:
https://apt.runonflux.io

Bootstraps:
https://fluxnodeservice.com

v7.0.1

10 Jan 14:18
80f4265
Compare
Choose a tag to compare

Flux, Your Gateway to a Decentralized World

v7.0.1

This release is highly recommended for pool operators, block creators, optional for other node operators.

Release Highlights

  • Fixes a bug when creation of a block could crash a node if a removal of a mempool transaction was needed.

Full Changelog

https://raw.githubusercontent.com/RunOnFlux/fluxd/master/doc/release-notes/release-notes-7.0.1.md

Corresponding Pull Request

#232

v7.0.0

This release is a mandatory release adding support for Pay-2-Script-Hash (P2SH, Multisig) Flux Nodes!

All nodes must update prior blockheight 1549500 (estimation 4th January 2024)

Release Highlights

  • P2SH Nodes
  • New RPC Calls
    • createp2shstarttx (redeemscript) (collateral pubkey) (vps pubkey) (txid) (index) = rawtransaction hex
    • signp2shstarttx (rawtransaction hex) (privatekey)
    • sendp2shstarttx (signed rawtransaction hex)
  • Flux naming conventions
  • Test suite corrections
  • download.runonflux.io CDN service
  • New Benchmarking Keys
  • Support for FluxBench v4.0.0
  • New Testnet, Regtest supporting P2SH nodes
  • Improved macOS building
  • Update MAX_MONEY to correct value
  • Other minor improvements, fixes, corrections

Full Changelog

https://raw.githubusercontent.com/RunOnFlux/fluxd/master/doc/release-notes/release-notes-7.0.0.md

Corresponding Pull Request

#223

SHA256 v7.0.1

d171591673cd926741439b4feee3b5648b985da5ed369c0f06659f170e3cda2c  Flux-amd64-v7.0.1.tar.gz
771c144219de7226f48a3941c2216e97136eac5f31cdda471c7b735a3c20ada8  Flux-arm64-v7.0.1.tar.gz
27f768f71eaf25cf4f784409296e60bc8e1d4fb9123ed6b6f3d80bb6dc8fdf61  Flux-macOS-v7.0.1.tar.gz
b629f3725d07170a064f21d361e77fbcf9c7fcdc13b1e03e49255ed01954fe30  Flux-Windows-v7.0.1.zip
41fc810073606637936910f663094bc3537f8c6e1daaef299e1cc270238e4a69  flux_amd64_v7.0.1.deb
0e1daccb84a744ff73a8cdbe2819232871066f9631ff116c1e9d6e12a0add8e0  flux_arm64_v7.0.1.deb
73c132cb63fdfb322a3a3a36d784ccd90b66fdb99eaf4631237e847913e984eb  flux_i386_v7.0.1.deb
655eb9e086dab4bb0d85982a0744c7edd361341c7759a05860ecb30089acf203  Fluxbench-amd64-v4.0.1.tar.gz
9f90dd1ff0d87e8bafed28c570294df82f53b8a285cad33cc9b459491f314a4c  Fluxbench-arm64--v4.0.1.tar.gz
686127980835a8e8b26c3dfb2861f1d4e3a4514e9828d9f815789f5243fd30ee  fluxbench_amd64_v4.0.1.deb
b98fa2857ccd61c375393f5a22a9c64da4e4ab34d7a48c1163684085d3303cb6  fluxbench_arm64_v4.0.1.deb
2552202f03f89664b25748e1cc56921679c281ed161a98ee062d49969b3da33a  fluxbench_i386_v4.0.1.deb

You can install Flux from APT repository following instructions at:
https://apt.runonflux.io

Bootstraps:
https://fluxnodeservice.com

v7.0.0

30 Nov 03:15
444a845
Compare
Choose a tag to compare

Flux, Your Gateway to a Decentralized World

v7.0.0

This release is a mandatory release adding support for Pay-2-Script-Hash (P2SH, Multisig) Flux Nodes!

All nodes must update prior blockheight 1549500 (estimation 4th January 2024)

Release Highlights

  • P2SH Nodes
  • New RPC Calls
    • createp2shstarttx (redeemscript) (collateral pubkey) (vps pubkey) (txid) (index) = rawtransaction hex
    • signp2shstarttx (rawtransaction hex) (privatekey)
    • sendp2shstarttx (signed rawtransaction hex)
  • Flux naming conventions
  • Test suite corrections
  • download.runonflux.io CDN service
  • New Benchmarking Keys
  • Support for FluxBench v4.0.0
  • New Testnet, Regtest supporting P2SH nodes
  • Improved macOS building
  • Update MAX_MONEY to correct value
  • Other minor improvements, fixes, corrections

Full Changelog

https://raw.githubusercontent.com/RunOnFlux/fluxd/master/doc/release-notes/release-notes-7.0.0.md

Corresponding Pull Request

#223

SHA256

69def7c3315ecb0fe7bab116a03b3ea5636e9c1e83f582af0554b46024c9cf52  Flux-amd64-v7.0.0.tar.gz
fb2c6154fd2a80a28160956172cd3ac32f5870eaf81f139b8efa7690f5fa120e  Flux-arm64-v7.0.0.tar.gz
07b7aa7d7eeda7845033cd4d6e63be784ae05a2688bcace9852066e05d0bd879  Flux-macOS-v7.0.0.tar.gz
09d3888457f35cb7f56e49ee17ea7522b69cb542dbb89e7a39d6a3c2491094d4  Flux-Windows-v7.0.0.zip
f222ecff4f45bec9a9485630a5b8af4419106559512b8076bc41f084302640a7  flux_amd64_v7.0.0.deb
970e6971738517e033559a3e2f89ce18e7dafe23effa2848f4573aca2ad839cd  flux_arm64_v7.0.0.deb
7146646de677e356669b78128c218ed1dc2fd7279bf05169cc41eec1ec324ccd  flux_i386_v7.0.0.deb
5154a68d69d29ca286fd90330932cff8c8c2c45b8f8c3dd6214836c35c444725  Fluxbench-amd64-v4.0.0.tar.gz
cae4c8ca88e2560ca0f0ef164fe14c032f096ace3f0e44069dc76ece23e8fe66  Fluxbench-arm64-v4.0.0.tar.gz
cc8718e7e5a40612965423b273b73879e19a2361c8b4cb9828bf5a682e449b55  fluxbench_amd64_v4.0.0.deb
ca90107de35a384d36316c234000795503e3ccc63c68d81ba78a260c33334255  fluxbench_arm64_v4.0.0.deb
e41b911b90213f28098bd3889245618b711fcc3fefe40d73a2c952fcd5548109  fluxbench_i386_v4.0.0.deb

You can install Flux from APT repository following instructions at:
https://apt.runonflux.io

Bootstraps:
https://fluxnodeservice.com

P2SH nodes - Test Release 1

11 Oct 10:37
Compare
Choose a tag to compare
Pre-release

This is a test release. Do NOT use for production.

v6.2.0

05 May 00:37
f13844a
Compare
Choose a tag to compare

Flux, Your Gateway to a Decentralized World

v6.2.0

This release is an optional release of Flux bringing general improvements and bug fixes

Release Highlights

  • Improvements on starting Flux nodes
  • Improvements on wallets containing many Flux nodes
  • Better caching
  • Optimizations in Flux nodes RPC calls
  • Rate limiter on RPC
  • Better DOS protection
  • Fixes daemon crashes, responsivnes
  • Adjusts logging

Full Changelog

https://raw.githubusercontent.com/RunOnFlux/fluxd/master/doc/release-notes/release-notes-6.2.0.md

SHA256

b8466db14b1c7c5c527387395b4fe75f9cf6de8162c7533178e04f02fa677311  Flux-amd64-v6.2.0.tar.gz
63168086292d7be31e323660b6505ff5166148d718d810393f33fb6f9ece9913  Flux-arm64-v6.2.0.tar.gz
8c674da555cac7e6d277a48976ece0ae3debc2be4e8f124f2f0fbc831b12f77b  Flux-macOS-v6.2.0.tar.gz
58b50041f08a723d26ee4243833e0e3ae081f3f75db468f636bc3558a9e22301  Flux-Windows-v6.2.0.zip
93568ad60a2e7e523abcd204ce6f08a1517d7dc64ef3b33eeaf04a8431e5b01d  flux_amd64_v6.2.0.deb
05d4ee04ec500962824184fdd0816e59b63c9b353df3ace643a625903500c078  flux_arm64_v6.2.0.deb
5e3db35f6e4c3389e45eb769fe2e30b7bc6b20b3f4d11bcfccd2ebe2cb7a4861  flux_i386_v6.2.0.deb
ff04964ac7c78f373e7ef30c84c59f1f83f07b8ef4566817817f97f3578ab666  Fluxbench-amd64-v3.8.0.tar.gz
50a88da87311d87ad0c08d36900a5bb2b1596db498d4595737cec594793348e8  Fluxbench-arm64-v3.8.0.tar.gz
e2899d38169ca6b56d6326f106fb5733a6f5dc43badb4413b2c2b9e68f118189  fluxbench_arm64_v3.8.0.deb
2d4b5fc7be1871c1c86a8a2c797af8ed5f26388bd1fb6e0c51501c312bdbce8c  fluxbench_amd64_v3.8.0.deb
efea048657448fa29c5b2df20148c8b3a7339bf9d639fc846839cff9b86a8ce2  fluxbench_i386_v3.8.0.deb

You can install Flux from APT repository following instructions at:
https://apt.runonflux.io

Bootstraps:
https://fluxnodeservice.com

Testnet Bins

06 May 16:24
f13844a
Compare
Choose a tag to compare
Testnet Bins Pre-release
Pre-release

This is where we put tesnet bins to be used by Testnet Fluxnode install on testnet.