BitFinite Core v3.0.1 — DNS seed bootstrap
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 discovery —
seed.bitfinitechain.orgis now a built-in DNS seed, so a fresh node finds the network on its own (noaddnodeneeded). - 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.