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.
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:
POOL (PPLNS) — add --pool and point it at the pool:
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:
Linux — terminal:
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).
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).