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 yetUnofficial 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.
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
Command-line build only. Needs an NVIDIA GPU, its driver, and CUDA.
Command line — Not published yetSet it up
Five steps, in order. Stuck? See Questions.
-
1Install the NVIDIA driver
Install the driver for your NVIDIA card, then restart.
Check: run
nvidia-smiin a terminal (Windows: press Start, typecmd, Enter). It should print your card's name. -
2Install CUDA
Install CUDA 12.x or 13.x - whichever matches your driver. It is not bundled with the download.
-
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. -
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.
-
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 onmineralone is enough.
Getting paid
Split by the work each address did.
No referrer? Your share is unchanged.
Servers and the node.
Earnings follow the work your miner sent in. Amounts under the minimum roll into the next payout.
Referrals
Put your address in the referrer field of the miner's
config.json and share that copy. Every machine that mines
with it credits you the 10% referral
share — the miners' own share is unchanged.
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.