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 the SASEUL miner, paste your 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 140 MB
SHA-256 · 64277ac4c6ac6e4de364d1a09fb11a61b4444b7886ec43c165527c57ff6779c8
Command line 123 MB
SHA-256 · 24a5313b436eac203290d8e87c3684cd3772a0da7f79f9d2d7723fd0f57bab9c
Linux

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

Command line 162 MB
SHA-256 · dd706a7e59269bcf0fcf80627b23d2b41b67a8da39311d363e7c7364dfa4b65d

Verify a file: Windows certutil -hashfile <file> SHA256 · Linux sha256sum <file> — compare with the hash under its button, not with anything inside the zip.

Set it up

Six 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 start <your address> (Windows: miner.exe start <your address>). It mines in the background: miner status shows how it is doing, miner stop ends it. The address is saved on first use; from then on miner start alone is enough.

  6. 6Set how much GPU it uses

    Out of the box the miner uses 25% of the card and yields it often, so the machine stays usable while it mines.

    On a dedicated rig, run it flat out: miner start <your address> --gpu-percent 100. The flag applies to that run only; to make it stick, open config.json next to the miner (created on first run) and set "gpu_percent": 100. The file is re-read while mining, so an edit takes effect without a restart - unless the same flag was given on the command line, which wins for that run.

    The second knob, --max-stall-ms (max_stall_ms in the file), is how long the card may be held in one go: lower is smoother to sit at, higher is faster. Window version: both are sliders on the Mine tab.

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.

Not here? Ask on Telegram