SASEUL Mining Pool

Unofficial community pool · not affiliated with or endorsed by the SASEUL project

Mine SASEUL, the easy way.

Download the miner, paste your wallet address, press start. The pool finds the blocks, and every payout lands on the chain — where anyone can check it.

pool hashrate
network
machines mining now
pool share
blocks found
avg time to block
resource block height
banked for payout

Hashrate · 48 h

Machines mining · 48 h

Payouts

Settlements

Mined blocks

Mine SASEUL with your NVIDIA GPU.

Download it, paste your SASEUL address, press Start.

Get the miner

Windows

A windowed build and a command-line build. Both need an NVIDIA GPU, its driver, and CUDA.

Windowed — Not published yet Command line — Not published yet
Linux

Command-line build only. Needs an NVIDIA GPU, its driver, and CUDA.

Command line — Not published yet

Set it up

Five steps, in order. Stuck? See Questions.

  1. 1Install the NVIDIA driver

    Install the driver for your NVIDIA card, then restart.

    Check: run nvidia-smi in a terminal (Windows: press Start, type cmd, Enter). It should print your card's name.

    NVIDIA drivers

  2. 2Install CUDA

    Install CUDA 12.x or 13.x - whichever matches your driver. It is not bundled with the download.

    CUDA Toolkit (12.x or 13.x)

  3. 3Download the miner and unpack it

    Unpack the zip anywhere. There is no installer, and nothing is written outside the folder.

    Linux: make it runnable with chmod +x miner.

  4. 4Check the machine is ready

    Window version: open the System tab. Command line: run miner check (Windows: miner.exe check).

    Either lists every piece the miner needs, marks what is missing, and links to it. Continue when nothing is marked missing.

  5. 5Start mining

    Window: open miner.exe, paste your SASEUL address, press Start mining.

    Command line: miner <your address>. The address is saved after the first run; from then on miner alone is enough.

Questions

Windows says "unknown publisher", or my antivirus removed it.

Antivirus tools flag all mining software - it is a judgement about miners, not a detection of something in this file.

To run it anyway, restore the file and add an exclusion for its folder. To confirm the file is the published one first, see the next question.

How do I check my download is genuine?

Each download's SHA-256 is printed in the download section above. Compute your file's hash and compare. Windows: certutil -hashfile <file> SHA256. Linux: sha256sum <file>.

Compare against this page, not against anything inside the zip.

It says CUDA or NVRTC is missing.

CUDA is not bundled - the version must match your driver.

The System tab (window) or miner check (command line) names the missing piece and links to it. Install it, then check again.

I have CUDA installed and it still says it is missing.

It is probably installed where the miner is not looking, which happens when it came bundled with another program.

miner check (or the System tab) prints the folders it searched and the one it found.

Nothing happens when I double-click it.

The command line build does nothing on double-click - run it from a terminal.

If the window build does not open, install the Microsoft Edge WebView2 runtime; Windows 10 and 11 normally have it already.

Where do I get a SASEUL address?

From any SASEUL wallet. Copy the address and paste it into the miner.

The miner only ever needs the address, never a private key - it has no field for one.

How much does the pool take?

Miners share 80%. 10% goes to referrers, 10% to the pool. If nobody referred you, your share is unchanged.

When do I get paid?

Once a day, from the work the pool accepted from your address. An amount below the minimum rolls into your next payout instead of being eaten by the transfer fee.

Can I mine on more than one machine?

Yes. Use the same address everywhere - earnings add up on it.

Will this slow my computer down?

By default the miner uses a quarter of the GPU and yields it regularly, so the machine stays usable. The sliders are on the Mine tab (--gpu-percent and --max-stall-ms on the command line).

Set 100% on a machine you are not using.

How do I stop it?

Window: press Stop mining. Command line: Ctrl+C, or miner stop from another terminal.

Closing the window does not stop mining - use Stop.