Skip to content

Releases: bitfinitechain/bitfinite-core

BitFinite Core v3.0.2 — correct version reporting + GUI wallet

Choose a tag to compare

@bitfinitechain bitfinitechain released this 31 Jul 13:17

Drop-in upgrade from v3.0.0 / v3.0.1. No reindex, no wallet migration, no consensus change — stop the node, swap the binaries, start it again.

What's in this release

  • Binaries now report their real version. v3.0.1 builds printed v3.0.0 because the version was hardcoded in src/clientversion.h and the CMake plumbing that should have supplied it had gone stale after the project rename. The version now lives in exactly one place — project(... VERSION) in the top-level CMakeLists.txt.
  • bitfinite-qt GUI wallet is included in both the Linux and Windows packages.

Also included, from v3.0.1

  • New DNS seedseed.bitfinitechain.org, a live crawler, is now the primary peer-discovery source instead of the three static seed-N hostnames. Faster, more reliable bootstrap from cold.
  • Sync trust anchorsnMinimumChainWork and defaultAssumeValid were both 0x00, meaning a syncing node would accept any chain presented to it. They are now pinned to a well-buried block, which hardens initial sync against a fake low-work chain and speeds it up.

Neither anchor changes block validity, so upgraded and non-upgraded nodes remain on the same chain.

Verify

sha256sum -c SHA256SUMS

BitFinite Core v3.0.1 — DNS seed bootstrap

Choose a tag to compare

@bitfinitechain bitfinitechain released this 31 Jul 08:43

First publicly published BitFinite Core release. Earlier tags were drafts, so this is the first build anyone can download and run.

What's in it

  • Automatic peer discoveryseed.bitfinitechain.org is now a built-in DNS seed, so a fresh node finds the network on its own (no addnode needed).
  • Help/docs links point at the real BitFinite channels.
  • Security contact: bitfinitechain@proton.me.
  • Build/packaging fixes (reproducible Docker cross-build, no stray build output).

Downloads

Platform File
Linux x86_64 bitfinite-v3.0.1-x86_64-linux.tar.gz
Windows x86_64 bitfinite-v3.0.1-x86_64-windows.zip

Verify with SHA256SUMS (sha256sum -c SHA256SUMS).

Quick start

tar xzf bitfinite-v3.0.1-x86_64-linux.tar.gz
./bitfinite-v3.0.1-x86_64-linux/bin/bitfinited -daemon

It syncs from the DNS seed automatically. Mining, wallet and explorer links: https://bitfinitechain.org/pools

Built with the depends cross-compile toolchain in Docker; binaries are stripped and checksummed.