Skip to content

Releases: brisvia/brisvia-miner

Brisvia Miner 1.0.1

Choose a tag to compare

@fernandodcgo-sys fernandodcgo-sys released this 31 Jul 09:24

Quality-of-life update. The miner itself (mining, stratum protocol, RandomX engine and TLS) is unchanged from 1.0.0.

New

  • --config miner.json — configure the miner from a JSON file instead of typing the flags every time. Command-line flags still override the file (precedence: defaults < config.json < flags). See the README for the format. Only public data goes in the file; unknown or secret-looking fields are rejected.
  • -h / --help — prints usage.

Downloads

  • Windows: brisvia-solo-miner-windows-x64.zip (the .exe is Authenticode-signed, SSL.com).
  • Linux: brisvia-solo-miner-linux-x64.tar.gz.

Verify your download against SHA256SUMS.txt. The 1.0.0 assets remain available for reference.

Brisvia Miner v1.0.0 — SOLO + PPLNS

Choose a tag to compare

@fernandodcgo-sys fernandodcgo-sys released this 30 Jul 14:28

Official RandomX CPU miner for the Brisvia (BRVA) network. One binary, two modes:

  • SOLO (default): mine for yourself — a block pays your address directly. Block candidates are durable (they survive reconnects and process restarts).
  • POOL (--pool): PPLNS pool mining — prioritized block submission + local forensic evidence.

TLS is on by default. Linux x86-64 and a self-contained, signed Windows x86-64 build.

The executable keeps its brisvia-solo-miner name for compatibility, but it supports both SOLO and PPLNS pool mining.

Downloads

  • Linux: brisvia-solo-miner-linux-x64.tar.gz
  • Windows: brisvia-solo-miner-windows-x64.zip (or the standalone signed brisvia-solo-miner.exe)

Verify

  • Checksums are in SHA256SUMS.txtsha256sum -c SHA256SUMS.txt.
  • The Windows .exe is Authenticode-signed (Fernando Del Collado, SSL.com) and timestamped. Get-AuthenticodeSignature must report Valid.
  • Reproducible builds: both binaries rebuild bit-for-bit from this tag (see BUILD-INFO.txt).

Mainnet

Starts 1 August 2026, 15:00 UTC.

Usage and full details: see README.md. Licensed under GPLv3.