← pool

mining Brisvia on NurseryPool

Everything specific to Brisvia on this pool.

general documentation

start in two minutes

  1. Get a BRVA address from the brisvia.com wallet.
  2. Install Brisvia Desktop.
  3. Run the command below.
  4. Open your miner page.

brisvia.com/downloads  Brisvia Desktop · Brisvia Miner · Brisvia XMRig

No registration, no account.

settings at a glance

algorithmRandomX (rx/brva)
host and portbrva.nurserypool.com:6655 · :6656
difficultyautomatic (vardiff)
pool fee1 %
payout threshold1 BRVA
block maturity101 confirmations
block reward50 BRVA

how your share is computed

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 install

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.

if something is wrong

one honest word

Brisvia is a very young coin.