Dinero v8.1.12 — current release

Run Dinero. Own your money. Mine DIN.

Dinero v8.1.12 is the current release and the one every node should run. Three activations shipped across v8.1.10–v8.1.12 and are now live on mainnet: CTV and CCV covenants at block 100,000, the shielded Auth and private-covenant epoch reset at 110,000, and DNRS state commitments with contextual transaction-lock enforcement at 111,000. v8.1.11 added the verified height-99,677 V4 fast-sync snapshot and restart-safe snapshot bootstrap; v8.1.12 adds the Apple Silicon Metal mining correction, macOS 13 Ventura Intel builds, and convergence and QUIC fixes.

Desktop users Use the signed v8.1.12 macOS wallet (Apple Silicon: the metal-fix1 build) or DineroDPI Native 1.3.5. Fresh nodes can fast-sync from the V4 AssumeUTXO snapshot at height 99,677 and validate earlier history in the background.
Node operators Use the one-command Linux installer, Windows Server installer, or macOS operator tarball for long-lived nodes.
Network status v8.1.10–v8.1.12 are consensus releases, not drop-in maintenance: CTV/CCV (block 100,000), the shielded Auth epoch reset (110,000), and DNRS commitments plus contextual transaction locks (111,000) have all activated on mainnet. Operators and miners must run compatible software to validate past those heights — upgrade to v8.1.12 and confirm with dinero-cli getblockchaininfo (contextual_locks_active: true). The Auth reset does not preserve spendability of pre-reset shielded notes.

Mine Dinero in one minute

Dinero SV2 Miner v0.2.8 is a standalone CPU and GPU miner with an immersive live terminal dashboard. This release ships both variants — the GPU binaries use Metal on macOS and OpenCL on Linux and Windows — and an unspecified --reward-mode now resolves to shared, so pass --reward-mode solo if you want miner-owned all-or-nothing coinbases. CPU and GPU install with separate commands below, so you always know which miner you are running; one more command starts shared mining to your own din1p… reward address. No node, configuration file, or chain sync required.

CPU miner · macOS · Linux · Chromebook

Detects Apple Silicon, Intel macOS, or Linux; downloads the current release; verifies its SHA-256 digest; and installs dinero-miner to ~/.local/bin. Both macOS builds are Developer ID signed by DineroLabs LLC and accepted by Apple’s notarization service. On a Chromebook, enable Linux (Settings → Advanced → Developers → “Linux development environment”), open Terminal, and paste the same command.

curl -fsSL https://raw.githubusercontent.com/DineroLabs/dinero-sv2/main/scripts/install.sh | sh

CPU miner · Windows PowerShell

Same flow for Windows x64: resolves the latest miner release, verifies the SHA-256 digest, installs dinero-miner.exe under %LOCALAPPDATA%\DineroMiner\bin, and adds it to your PATH. The binary is digitally signed (Authenticode, Microsoft-verified publisher), so Windows recognizes its publisher instead of flagging an unknown download. Open a new terminal after installing.

irm https://raw.githubusercontent.com/DineroLabs/dinero-sv2/main/scripts/install.ps1 | iex

Start shared CPU mining

Replace YOUR_DIN1_ADDRESS with your complete Dinero reward address. This example uses two CPU threads, connects securely to pool.dinerolabs.org:4444, and opens the new full-screen SV2 dashboard with 31 live hashing rows, full candidate hashes, accepted/rejected shares, connection health, session work, and network events. Ctrl-C stops cleanly and restores your terminal.

cd "$HOME/.local/bin" && ./dinero-miner --address "YOUR_DIN1_ADDRESS" --reward-mode shared --threads 2

GPU miner · macOS · Linux

Installs dinero-gpu-miner beside the CPU miner — they do not replace each other. Uses Metal on macOS (Apple Silicon and Intel) and OpenCL on Linux x86_64. There is no GPU build for Linux aarch64; the script says so and points you at the CPU miner instead of failing on a missing download.

curl -fsSL https://raw.githubusercontent.com/DineroLabs/dinero-sv2/main/scripts/install-gpu.sh | sh

GPU miner · Windows PowerShell

Installs dinero-gpu-miner.exe under %LOCALAPPDATA%\DineroMiner\bin, alongside the CPU miner, and adds it to your PATH. Uses OpenCL (or CUDA when an NVIDIA driver and runtime are present). Open a new terminal after installing.

irm https://raw.githubusercontent.com/DineroLabs/dinero-sv2/main/scripts/install-gpu.ps1 | iex

Start shared GPU mining

Note the command is not the same as the CPU one: the GPU miner has no --threads. It picks its backend automatically (--backend auto), so Metal on macOS, otherwise CUDA when available and OpenCL when not. Same reward address, same shared mode, same dashboard.

cd "$HOME/.local/bin" && ./dinero-gpu-miner --address "YOUR_DIN1_ADDRESS" --reward-mode shared
cd "$env:LOCALAPPDATA\DineroMiner\bin"; .\dinero-gpu-miner.exe --address "YOUR_DIN1_ADDRESS" --reward-mode shared

Windows start command

After installing in PowerShell, open a new PowerShell window, replace the reward-address placeholder, and run:

cd "$env:LOCALAPPDATA\DineroMiner\bin"; .\dinero-miner.exe --address "YOUR_DIN1_ADDRESS" --reward-mode shared --threads 2

Run a pool

A Dinero pool pays every contributing miner directly in the block’s coinbase, split by share weight, at the moment a block is found. There are no balances on an operator’s books, no payout run, and no withdrawal queue — so a pool operator never holds anyone else’s coins, and cannot lose or take them. The operator’s fee is an output in the same block, which means any miner can verify what was taken by reading the chain instead of trusting a dashboard.

Why host one

You never hold your miners’ coins. Consensus pays them, in the block. Your fee is provable rather than asserted. You stop depending on someone else’s server, and you choose which transactions go into the blocks you find. And you can pool with people who never have to trust you — sharing variance without anyone custodying anyone’s funds.

The trade-off: every paid miner needs an output in every block, so this suits pools of tens of miners rather than thousands.

What you need

A Linux server (x86_64 or aarch64) with a public IP, one open inbound port, a din1p… address for your fee, and a Dinero node on the same host. The node is not optional: the pool gets block templates from it and submits found blocks through it. That is the point — every pool operator is also a node operator.

Fresh installs prefer the fleet’s signed daily snapshot and retain the release snapshot as an automatic fallback. The installer verifies the daily Ed25519 manifest and payload hash; the node then binds its Utreexo state to its own proof-of-work-validated header chain and validates earlier history in the background.

Install the pool

Downloads the current release, verifies its SHA-256 digest, generates your pool’s Noise static key and an operator token, installs a systemd unit, and starts the service. It refuses to install if there is no node on the host, rather than leaving you a pool that starts, looks healthy, and serves nobody.

curl -fsSL https://raw.githubusercontent.com/DineroLabs/dinero-sv2/main/scripts/install-pool.sh | sudo sh -s -- --payout-address din1pYOURADDRESS

Give your miners the pool’s public key

This is the step people miss. The installer prints your pool’s Noise public key; publish it somewhere your miners can check it against. Pinning that key is what stops anyone impersonating your pool. A miner that connects without it still works, but the connection is unpinned (trust-on-first-use) and the miner says so.

dinero-miner --address YOUR_DIN1_ADDRESS --reward-mode shared --pool your.host:4444 --server-pubkey YOUR_POOL_PUBKEY

Watch your pool

The pool exposes a read-only status endpoint: connected miners, payout-window depth, template-producer health, share counters, and each contributor’s share of the next block. It is loopback-only and plain HTTP by design — a process that handles money should not also carry a TLS stack — so reach it from another machine over an SSH tunnel, or put a reverse proxy in front of it.

ssh -N -L 4445:127.0.0.1:4445 you@your.host
curl -H "Authorization: Bearer $(cat /etc/dinero-sv2/ops-token)" http://127.0.0.1:4445/status

The Dinero desktop wallet reads the same endpoint in its Pool tab, and reads your fee earnings from the chain rather than from the pool — so the earnings figure keeps working even when the pool is down, which is when you most want to look.

What you actually earn

Your fee is a percentage of the blocks your pool finds, so with no miners it is nothing, and on a network this size hosting a pool is not a business. The reasons to run one are that you stop depending on somebody else’s server, you choose your own transaction selection, and you can mine alongside people without any of you holding the others’ money.

Current downloads

These are the verified Dinero v8.1.12 artifacts plus the separately published DineroDPI macOS Native 1.3.5. Older releases remain available in their respective archives for provenance.

🍎 macOS

Signed, Apple-notarized builds for Apple Silicon and Intel, including the native DineroDPI app, which also covers Intel Macs on macOS 13.

macOS Wallet · dinero-qt
Stable

Signed, Apple-notarized, and stapled builds for Apple Silicon and Intel Macs. Apple Silicon downloads are the metal-fix1 correction: the original v8.1.12 ARM build omitted the embedded Metal mining backend and misreported the active GPU backend, and is superseded. Requires macOS 14 (Sonoma) or newer — the bundled Qt 6.11 frameworks do not run on Ventura or older. Intel Macs capped on macOS 13 (Ventura) now have dedicated builds — see the Ventura downloads below — so the DineroDPI route is no longer the only option. The DineroDPI Native Intel build remains available as a full wallet, node, and miner, as does the headless operator tarball plus the Dinero miner. Drag dinero-qt.app to Applications and launch. Bundles the wallet, embedded daemon, CLI tools, seeder, and miner helpers.

Dinero-v8.1.12-macOS-arm64-metal-fix1.dmg / macOS-x86_64.dmg
DineroDPI macOS Native
1.3.5 · Native

The SwiftUI/AppKit Dinero wallet, full Utreexo node, and miner — a separate native app, not dinero-qt. Now also available as a separate Intel build for macOS 13 (Ventura) and newer — older Intel Macs that cannot run Sonoma get the full native wallet, node, and miner. Version 1.3.5, Developer ID signed by DineroLabs LLC, Apple-notarized, and stapled. Apple Silicon on macOS 14+; a separate Intel build covers macOS 13+.

DineroDPI-1.3.5.dmg

🪟 Windows (x64)

Authenticode-signed installers — Microsoft-verified publisher — for the desktop wallet and the headless node service.

Windows Desktop
Stable

The v8.1.12 dinero-qt graphical wallet and full node for Windows x64, digitally signed (Authenticode, Microsoft-verified publisher). Installs the wallet, embedded daemon, CLI tools, and miners. A portable operator zip (binaries, no installer) is also available on the release page.

Dinero-8.1.12-windows-x86_64-Setup.exe
Windows Node
Stable

The v8.1.12 headless Windows node installer, digitally signed (Authenticode, Microsoft-verified publisher). It registers dinerod as a restartable Windows Service, includes the height-99,677 snapshot, and preserves chain and wallet data across upgrades and uninstall.

Dinero-Server-8.1.12-windows-x86_64-Setup.exe

🐧 Linux (x86_64)

One-command node install, native packages, and portable archives for servers and desktops.

Linux Node
Stable

Best choice for Linux x86_64 operators. The one-command installer fetches the current stable dinerod, dinero-cli, and v4 snapshot, verifies GitHub SHA256 digests, installs the binaries to /usr/local/bin, and creates a systemd service.

curl -fsSL https://dinerolabs.org/install.sh | sudo bash
Linux x86_64 Bundle
Stable

Verified v8.1.12 Linux archive for x86_64 systems, carrying the release binaries in one bundle. Node operators can also use the one-command installer below.

dinero-linux-x86_64-8.1.12.tar.gz
Linux Server .deb
Debian package

The headless node as a native Debian/Ubuntu package: dinerod, dinero-cli, tools, and a systemd unit, installed and upgraded through dpkg/apt. The service is not auto-started — the operator stays in control.

dinero-core_8.1.12-1_amd64.deb
Linux Desktop · dinero-qt
Stable

The complete graphical wallet and full-node desktop stack for x86_64 Linux. Choose the portable AppImage, Debian/Ubuntu package, or portable Qt archive; all three include the embedded daemon, CLI tools, seeder, and miner helpers.

dinero-v8.1.12-linux-x86_64.AppImage

🐳 Docker

Containerized node for any x86_64 Linux host.

Docker
Stable

Official container image for x86_64 Linux hosts, published to GitHub Container Registry alongside each release. Runs the same verified dinerod as the Linux bundle, with the fast-sync snapshot flow built in. The newest published image tag is 8.1.11; a v8.1.12 image has not been pushed yet.

docker run -d --name dinero -v dinero-data:/data -p 20999:20999 ghcr.io/dinerolabs/dinero-v8:8.1.12

Operators & servers

Headless node packaging. dinerod runs as a service / daemon for operators who want a long-lived public node.

Windows Server installer

NSIS install to C:\Program Files\Dinero-Server\. Registers dinerod as a Windows Service (auto-start, datadir under C:\ProgramData\Dinero, failure-restart policy). No Start Menu shortcuts. Wallets + chain data survive uninstall.

Dinero-Server-8.1.12-windows-x86_64-Setup.exe
Download server installer

macOS headless daemon

Native operator archives with dinerod and dinero-cli for both Apple Silicon and Intel Macs. Use them for headless nodes or local testing without the Qt wallet bundle.

dinero-operator-v8.1.12-macOS-arm64.tar.gz / macOS-x86_64.tar.gz

Linux systemd installer

Ubuntu 24.04+ x86_64 install script. Discovers the current stable release, verifies the core and CLI assets, prefers the signed daily snapshot with the release snapshot as fallback, creates the dinero system user, writes dinero.service, and starts the node under /var/lib/dinero.

curl -fsSL https://dinerolabs.org/install.sh | sudo bash
View install.sh

Linux server daemon (v8.1.12)

Current v8.1.12 server-safe bundle. It carries the block-100,000 covenant, block-110,000 shielded Auth, and block-111,000 contextual-lock rules, the height-99,677 AssumeUTXO snapshot, and the restart-safe snapshot bootstrap from v8.1.11. Extract, verify the digest, and run under systemd.

dinero-linux-x86_64-8.1.12.tar.gz

Power-user archives

Raw archives and release metadata for manual installs, mirrors, and operators who do not want a platform installer.

Linux bundle / macOS operator archives / snapshot and manifests

Checksums

The v8.1.12 release publishes checksum files for Windows, macOS, Linux, and the AssumeUTXO snapshot. GitHub also exposes a digest for every individual asset.

SHA256SUMS-macos-8.1.12 / SHA256SUMS-linux-x86_64-8.1.12

Release notes

Consensus and reliability releases: CTV/CCV activated at block 100,000 (v8.1.10), the height-99,677 V4 snapshot and restart-safe fast-sync (v8.1.11), and the shielded Auth reset at 110,000, DNRS commitments and transaction locks at 111,000, and the Apple Silicon Metal correction (v8.1.12).

Dinero v8.1.12
Open v8.1.12 release

What's in v8.1.12

v8.1.12 closes out a three-release consensus and reliability series. v8.1.10 was the mandatory readiness release for the coupled CTV/CCV covenant profile at block 100,000; v8.1.11 bundled the verified height-99,677 V4 snapshot and made fresh fast-sync datadirs restart safely; v8.1.12 activates the shielded Auth epoch reset at 110,000 and DNRS state commitments with contextual transaction locks at 111,000, and corrects the Apple Silicon Metal miner. All three heights have passed on mainnet.

Consensus activations — now live

Operators and miners must run compatible software before validating each height; v8.1.12 carries all three rule sets.

  • Block 100,000 (v8.1.10): OP_CHECKTEMPLATEVERIFY and Dinero's OP_CHECKCONTRACTVERIFY activated atomically under a shared constant. OP_CHECKSIGFROMSTACK and OP_TXHASH stay dormant.
  • Block 110,000 (v8.1.12): shielded Auth and private-covenant epoch reset. It does not preserve spendability of pre-reset shielded notes.
  • Block 111,000 (v8.1.12): DNRS state commitments and absolute/relative transaction-lock enforcement across admission, mining, validation, and replay.
  • Operator check: dinero-cli getblockchaininfo reports contextual_locks_active: true; verify the consensus checksum from the release readiness evidence with dinero-cli getconsensusinfo.

Snapshot and restart reliability

v8.1.11 bundles the verified mainnet height-99,677 V4 snapshot across Qt, macOS, Linux, and Windows; v8.1.12 adds DNRS-bound v5 snapshot support while the bundled snapshots remain legacy v4.

  • Restart-safe fast-sync: the verified snapshot base header is persisted and restored, so a fresh fast-sync datadir restarts without a populated height index.
  • Header-first rows: header-first database rows are distinguished from legacy metadata when the full base block arrives; the older lifecycle fallback for interrupted upgrades is retained.
  • Authenticated snapshots: the Linux installer prefers the Ed25519-signed daily snapshot and falls back to the release snapshot. Forged v5 snapshots are rejected; publisher signatures remain mandatory for legacy v4 snapshots.
  • Publisher pipeline: a candidate is retained until burial, validated with a real node, then published atomically. Automatic publisher discovery is not included.

Wallet, mining, and platforms

Wallet recovery, shielded state, and cross-platform work from v8.1.10 and v8.1.12, plus the Apple Silicon mining correction.

  • Apple Silicon Metal (metal-fix1): the original v8.1.12 ARM Qt build omitted the embedded Metal mining backend and displayed "Metal active" while falling back to CPU. The corrected build enables Metal and reports the actual runtime backend, including fallback and stopped states. Every Apple Silicon link on this page points to the corrected build.
  • Wallet recovery: persistent shielded anchor history across restart and reorg, stronger mnemonic import/rebinding and zero-watch-script recovery, consolidation single-flight protections, and improved QR URI interoperability.
  • Platforms: dedicated macOS 13 Ventura Intel builds on Qt 6.5, Windows installers with CUDA 12.2 support (physical GPU qualification remains open), and Qt covenant navigation, miner/Core version display, and pool accounting presentation.
  • Networking: convergence and QUIC fixes with regression coverage; the release notes do not claim every historical intermittent issue is closed.

Fast-sync snapshot

v8.1.12 bundles the preferred height-99,677 V4 fast-sync snapshot with its normalized daemon manifest, publisher manifest, and Ed25519 signature, plus a height-73,035 compatibility fallback; both are legacy v4. The release snapshot remains an offline and mirror-failure fallback. The public Linux installer prefers the newer signed daily snapshot; the daemon requires its base on the proof-of-work-validated header chain and verifies the Utreexo root against that header.

dinero-assumeutxo-99677-v4.dat

Live block ticker

Connecting

Pulled from the same public RPC feed as the Dinero block explorer. Updates automatically so visitors can see the chain moving before they download anything.

Latest height
--
waiting for block
Latest block
--
click through for full details
Hashrate
--
difficulty --
Supply
--
DIN circulating
Windowsv8.1.12 Server installer
macOSDineroDPI Native 1.3.5 + dinero-qt v8.1.12
Linuxv8.1.12 desktop AppImage / .deb / Qt archive + operator bundle
NetworkDynamic P2P active, relay bootstrap live

Verify before running

Always check your download before launch. macOS artifacts are Developer ID signed and Apple-notarized; Windows artifacts are Authenticode-signed with a Microsoft-verified publisher (Mirsad Hajdarevic). SmartScreen may still show a new-publisher prompt until the certificate builds download reputation.

Windows wallet installer

certutil -hashfile Dinero-8.1.12-windows-x86_64-Setup.exe SHA256
# Expected:
c833ee85f97d5baa88137a1292a00ea11047b56439f2c2018ed9ef43f8f82b1b

Windows Server installer

certutil -hashfile Dinero-Server-8.1.12-windows-x86_64-Setup.exe SHA256
# Expected:
f9790a0131e2e22945567b8f3bda6b43fbe1318d8f71b0d7efa0a2616e5132d3

Linux x86_64 bundle

shasum -a 256 dinero-linux-x86_64-8.1.12.tar.gz
# Expected:
4caac7fb4658eb7d9a06d8d40e5d9b5f160c0495e0ce871d3a349a6b0b1e48c1

Linux desktop AppImage

shasum -a 256 dinero-v8.1.12-linux-x86_64.AppImage
# Expected:
fcb2411357e858040c6d0c27289cff3d6f1ab1eab55b928da017edd450a61c55

Linux desktop package

shasum -a 256 dinero-qt-desktop_8.1.12-1_amd64.deb
# Expected:
be4e3cdde524e261c43cd78a0a757cfa32e8387b037dc036e44431c00a11d46a

Linux portable Qt archive

shasum -a 256 dinero-v8.1.12-linux-x86_64-qt.tar.gz
# Expected:
2979138069b72e4eed55efcb6e87a2efa222475280e25a970b891ea556a7a48c

Height-99,677 V4 snapshot

shasum -a 256 dinero-assumeutxo-99677-v4.dat
# Expected:
d4b8d88c2fe765aa627ed0bc12205b2cfba6e4fa50aeb72fd9924990e83c29fd

DineroDPI macOS Native 1.3.5

shasum -a 256 DineroDPI-1.3.5.dmg
# Expected:
bd122c9c7205c52bdba6baf236bceaa8f1e73b49381febbef6d5f53cf2baa598

spctl -a -vvv -t install DineroDPI-1.3.5.dmg
# Expected:
accepted
source=Notarized Developer ID

dinero-qt macOS DMG

shasum -a 256 Dinero-v8.1.12-macOS-arm64-metal-fix1.dmg
# Expected:
ecebcf3420488eda75e461dfa5bab65a5ab0bf348a946aba8118a7188fccb7aa

macOS app zip

shasum -a 256 Dinero-v8.1.12-macOS-arm64-metal-fix1-qt.zip
# Expected:
750163896b2f063001ce800c18cd7c46fa60ba23c5df71acc05110242ece0b50

dinero-qt macOS Intel DMG

shasum -a 256 Dinero-v8.1.12-macOS-x86_64.dmg
# Expected:
ac44dd04dc73bef4ac07f05bdb358acf026afa44970ae8854675d0e2ef674129

macOS Intel app zip

shasum -a 256 Dinero-v8.1.12-macOS-x86_64-qt.zip
# Expected:
3a0030eff227df317c4cbeb47fe8fca75d2efe49dd4a2b449a0fb4486ebcc0cc

macOS operator archive — Apple Silicon

shasum -a 256 dinero-operator-v8.1.12-macOS-arm64.tar.gz
# Expected:
30c51c9e0f9e8acb516770ff01024920e0609617ee2674bdc4796874095ee285

macOS operator archive — Intel

shasum -a 256 dinero-operator-v8.1.12-macOS-x86_64.tar.gz
# Expected:
f53e9d790670c1ac8960f423a1b3d61de1059931d0d8257f4d803e06625e9fcb

macOS checksum file

wget https://github.com/DineroLabs/dinero-v8/releases/download/v8.1.12/SHA256SUMS-macos-8.1.12
shasum -a 256 -c SHA256SUMS-macos-8.1.12

Linux checksum file

wget https://github.com/DineroLabs/dinero-v8/releases/download/v8.1.12/SHA256SUMS-linux-x86_64-8.1.12
shasum -a 256 -c SHA256SUMS-linux-x86_64-8.1.12

Linux desktop checksum file

wget https://github.com/DineroLabs/dinero-v8/releases/download/v8.1.12/SHA256SUMS-linux-x86_64-desktop-8.1.12
shasum -a 256 -c SHA256SUMS-linux-x86_64-desktop-8.1.12

macOS Intel desktop checksum file

wget https://github.com/DineroLabs/dinero-v8/releases/download/v8.1.12/SHA256SUMS-macos-x86_64-desktop-8.1.12
shasum -a 256 -c SHA256SUMS-macos-x86_64-desktop-8.1.12

macOS notarization

spctl --assess --type open --context context:primary-signature -vv Dinero-v8.1.12-macOS-arm64-metal-fix1.dmg
# Expected:
accepted
source=Notarized Developer ID

Run a node

Datadirs follow the native convention for each install mode. The important part is simple: run the wallet or daemon, keep it online, and let it participate in peer discovery.

Platform / mode Default datadir Use case
Windows desktop / Core zip %APPDATA%\Dinero Windows application-data convention
macOS desktop ~/Library/Application Support/Dinero macOS application-data convention
Windows Server installer C:\ProgramData\Dinero Windows Service convention; survives uninstall
Linux install script / systemd service /var/lib/dinero FHS/systemd daemon under the dinero service user; installed from the current stable tarballs
Linux source build / developer ~/.dinero Standard Linux CLI/daemon dot-directory convention
Linux CLI/operator tarballs ~/.dinero Manual operator use without systemd installer

Ubuntu node quick start

curl -fsSL https://dinerolabs.org/install.sh | sudo bash
sudo systemctl status dinero --no-pager
dinero-cli -datadir=/var/lib/dinero getnetworkinfo

macOS operator quick start

tar -xzf dinero-operator-v8.1.12-macOS-arm64.tar.gz
cd dinero-operator-v8.1.12-macOS-arm64
./bin/dinerod
./bin/dinero-cli getnetworkinfo

Good to know

  • The v8.1.12 Windows installers are Authenticode-signed (Microsoft-verified publisher: Mirsad Hajdarevic). SmartScreen may still show a new-publisher prompt until the certificate builds download reputation; verify the SHA256 above and, if prompted, click "More info" → "Run anyway".
  • The published v8.1.12 binaries carry the consensus rules for blocks 100,000, 110,000, and 111,000, all of which have activated on mainnet. Verify the runtime consensus checksum with dinero-cli getconsensusinfo against the release readiness evidence before starting the daemon.
  • Linux v8.1.12 ships verified graphical AppImage, Debian/Ubuntu, and portable Qt packages alongside the headless operator bundle. The node installer extracts dinerod and dinero-cli from the operator archive, prefers the signed daily snapshot, and falls back to the newest snapshot bundled with the release.
  • Dynamic P2P is active in conservative slow-churn mode. It is designed to improve peer diversity gradually, not churn aggressively.
  • Relay/NAT traversal is useful infrastructure, but the long-term goal is broader community-run peers and relays, not dependence on Dinero Labs bootstrap nodes.