Everything specific to Brisvia on this pool.
brisvia.com/downloads Brisvia Desktop · Brisvia Miner · Brisvia XMRig
No registration, no account.
| algorithm | RandomX (rx/brva) |
| host and port | brva.nurserypool.com:6655 · :6656 |
| difficulty | automatic (vardiff) |
| pool fee | 1 % |
| payout threshold | 1 BRVA |
| block maturity | 101 confirmations |
| block reward | 50 BRVA |
A round runs from one block to the next.
The reward is split in proportion to real work.
A coinbase reward matures after 101 confirmations.
One command. It downloads the official Brisvia miner, checks its SHA-256, asks for your address and a name for this machine, then starts mining in a screen session.
curl -fsSL https://brva.nurserypool.com/dl/install-brva-miner.sh | sh
Piping a script into a shell means running code you have not read. If you would rather check first — and you should:
1 — download it
curl -fsSL -O https://brva.nurserypool.com/dl/install-brva-miner.sh
2 — compare the checksum
sha256sum install-brva-miner.sh
expected:
ee14168355785a67a854944cfca034f78fa3917f1254bed682a2f7266329003b
3 — read it, then run it
less install-brva-miner.sh && sh install-brva-miner.sh
Everything lands in ./brva-miner: no root, no sysctl, no service, no change to your shell. rm -rf brva-miner removes all of it, and a reboot has nothing to undo.
The script ships nothing of ours: it downloads the binaries published by the Brisvia project itself and stops if their SHA-256 does not match. It never asks for anything but your public address.
Brisvia is a very young coin.