Skip to content

Tracercoin Core 0.21.5.5 — Windows x64 Installer (REAL build, pre-mainnet RC1)

Pre-release
Pre-release

Choose a tag to compare

@Tracerfx123 Tracerfx123 released this 27 Jul 14:26
1542765

Tracercoin Core 0.21.5.5 — Windows x64 Installer (REAL build, pre-mainnet RC1)

PRE-RELEASE / TESTING BUILD. This is the first real Tracercoin Windows build — it
supersedes v0.21.5.5-brandtest, which was a placeholder Litecoin build carrying only
Tracercoin art. Everything below is built from actual Tracercoin (TFX) source
(Tracerfx123/blockchain, branch feat/consensus-treasury-win64, PR #1).

What this build actually is

  • Genuine rebranded binaries built from Tracercoin chain source: tracercoind.exe,
    tracercoin-cli.exe, tracercoin-tx.exe, tracercoin-wallet.exe, tracercoin-qt.exe
    (automake targets rebranded — no renamed Litecoin executables).
  • Consensus 2% treasury dev fee baked in: from block height 1, every block's coinbase
    must pay the treasury (tfx1ql6qduelyr9xuz7wv0q7nt3hlr0am0ssqtss8kl) 2% of the block
    subsidy — block 1 must pay it the full, publicly disclosed 168,000,000 TFX premine — or
    the block is rejected by consensus (bad-cb-treasury). Regtest-verified end to end.
  • Tracercoin consensus set: 840M supply, 400 TFX subsidy halving every 840,000 blocks,
    2.5-minute Scrypt blocks, LWMA-1 per-block difficulty, MWEB permanently disabled
    (never-activate), tfx1 bech32 addresses.

⚠️ Caveats — read before installing

  • Mainnet is LIVE (launched 2026-07-28, block 1 mined). Automatic seed discovery is not
    populated yet, so to sync you MUST add the launch node as a peer — see Connect to the
    network
    below. Without a peer the wallet stays at 0 connections and will not sync.
  • Pre-release quality: unsigned installer (no Windows code signing yet) — SmartScreen
    will warn; verify the SHA256 below instead.
  • Known cosmetic issue in THIS rc1 binary: some console help lines still print
    litecoind / litecoin-cli. The full tracercoin* rebrand is merged to main and
    ships in the next build. Functionality is unaffected.

Prerequisites & install

  • Windows 10/11 x64. ~500 MB free disk (fresh chain), 4 GB RAM recommended.
  • No prior software needed; the installer bundles everything (Qt GUI + daemon + tools).
  • Data directory: %APPDATA%\Tracercoin (does not touch any Litecoin/Bitcoin data).
  • Install like a real end user: download tracercoin-0.21.5.5-win64-setup.exe, run it,
    launch Tracercoin Core from the Start Menu.
  • Connect to the network: add addnode=159.65.188.80:9555 to tracercoin.conf in your
    data directory and restart, or run addnode 159.65.188.80 add in Window → Console.
    The wallet then finds peers and syncs the live chain (mainnet P2P port 9555). Full node
    build/run + peer prerequisites: github.com/Tracerfx123/blockchain (README + doc/build-prerequisites.md).
  • Quick validation: Help → About shows Tracercoin Core 0.21.5.5; or run
    tracercoind.exe -regtest + tracercoin-cli.exe -regtest getblockchaininfo.

SHA256

101eaaa4897fe85acab52f50f46f6378c1fdf91218eda2e55c23b1fe73b1ed18  tracercoin-0.21.5.5-win64-setup.exe
c8a099d16d18cb81ddce76efeb21dbac474711e1a614d3238b2fd6de0fdd2207  tracercoin-cli.exe
7c3276cb30aa505f9cfa5677b36739d92df8a0242bab154aef4363dacca2fd5d  tracercoin-qt.exe
0f23a22eb02df66fa46836db1f04ddac5ba4cfa8cb6b7d2cab4b32ad2ab19323  tracercoin-tx.exe
004fcf8dc0570116d807778eed30e42cd423a8d61bf173670fdbf9e9cb4e6337  tracercoin-wallet.exe
0de6ae91dcdeb87c8b86b0c8ab9d49845acbca8c8a999a238a9382fa966e45bc  tracercoind.exe

(Loose .exe hashes are the stripped standalone binaries as packaged inside the installer.)

Build provenance

Cross-compiled x86_64-w64-mingw32 (mingw-w64 13-posix, depends-built Qt 5.9.8) on build
droplet tracercoin-org-mining; NSIS-packaged from share/setup.nsi. Source: PR #1 on
Tracerfx123/blockchain (consensus treasury fee + rebranded build targets + GCC13 fixes).