Real mining starts on August 1, 2026 · no premine, from the very first block
← Back to brisvia.com

Brisvia

Brisvia Miner — command line (SOLO & POOL)

v1.0.1

Official RandomX command-line miner for Brisvia. One binary mines two ways: SOLO (a block pays your address directly) and POOL (PPLNS — add --pool). TLS on by default. Only download from this page or the official GitHub, and verify the file before running it.

Windows

All files & checksums →

Who it's for

Advanced users on Linux servers, a VPS or Windows machines who want to mine from the command line — solo (full block reward to your address) or on the pool.

How to run it

SOLO — the block you find pays your address directly:

brisvia-solo-miner \ --url solo.brisvia.com:3334 \ --address brv1your-address-here

POOL (PPLNS) — add --pool and point it at the pool:

brisvia-solo-miner --pool \ --url pool.brisvia.com:3333 \ --address brv1your-address-here

Configure with a file or with flags. Pass --config miner.json to load settings from a JSON file, or use the flags directly (--url, --address, --worker, --threads). Flags override the file. Run --help for the full list. Only your public address goes in the file — never your seed or private key.

Endpoints (TLS, on by default): SOLO = solo.brisvia.com:3334 · POOL = pool.brisvia.com:3333. Options: --worker NAME to label the rig, --threads N for the number of threads (default: all cores). Your wallet never leaves your machine — only your public brv1… address is sent.

Verify the download

Compare the SHA-256 fingerprint of your download with the ones we publish in SHA256SUMS.txt.

Windows — PowerShell:

Get-FileHash .\brisvia-solo-miner.exe -Algorithm SHA256

Linux — terminal:

sha256sum -c SHA256SUMS.txt

The Windows .exe is also code-signed: right-click → Properties → Digital Signatures should show Fernando Del Collado. Both binaries are reproducible from source (see the repository's BUILD-INFO.txt).

Mining software may be flagged by antivirus products. Download only from official Brisvia sources and verify the SHA-256 (and, on Windows, the signature) before running it.

Changelog

v1.0.1 · July 2026
  • Added --config (JSON settings file) and --help. The miner itself is unchanged (same rx/brva, SOLO and PPLNS). Windows .exe signed.
v1.0.0 · July 2026
  • First public release. SOLO and PPLNS pool mining in one signed, reproducible binary (Linux + Windows).