GLOBALBOOST / BSTY MINING

How to Mine BSTY.

BSTY uses the Yescrypt proof-of-work algorithm. This guide walks you from wallet setup to a working miner, with current pool directories, miner downloads and copy/paste examples.

ALGORITHMYescrypt
BLOCK TARGET10 min
BEST STARTCPU
PAYOUTYour wallet
Before you start

Pool availability changes. Verify that BSTY/Yescrypt is active on the pool before running your miner. Never mine directly to an exchange deposit address; use a wallet you control.

1Wallet
2Pool
3Miner
4Configure
5Run
6Tune
STEP01
WALLET

Get a BSTY receiving address

Install the GlobalBoost wallet, let it synchronize, then create a receiving address. This address is where pool payouts will be sent.

Tip: Copy your address into a text file so you can paste it into your miner command.
STEP02
POOL

Choose where to mine

For most miners, a pool is easier than solo mining because many CPUs combine work and payouts are distributed according to the pool's rules.

Do not use old ZergPool instructions: ZergPool has discontinued mining operations. Use a currently active pool or directory instead.
STEP03
SOFTWARE

Install a Yescrypt-capable miner

cpuminer-opt is a practical current choice for 64-bit Windows/Linux and explicitly supports the yescrypt algorithm used by GlobalBoost-Y (BSTY).

Windows note: Mining software is sometimes flagged by antivirus products because miners use CPU resources. Download only from the official repository/release page and verify what you install.
STEP04
CONFIGURE

Create your mining command

Get the current stratum address and port directly from your chosen pool. Then replace the placeholders below.

Windows — start-bsty.bat
cpuminer-avx2.exe -a yescrypt ^
-o stratum+tcp://POOL_ADDRESS:PORT ^
-u YOUR_BSTY_WALLET.WORKER1 ^
-p x ^
-t 4

pause
Linux
./cpuminer -a yescrypt \
-o stratum+tcp://POOL_ADDRESS:PORT \
-u YOUR_BSTY_WALLET.WORKER1 \
-p x \
-t 4
-a yescryptSelects BSTY's Yescrypt algorithm.
-oYour pool's current stratum URL and port.
-uYour payout wallet, optionally with a worker name.
-pPool password/options; often x, but follow the pool.
-t 4Number of CPU threads. Start conservatively and tune.
STEP05
RUN

Start mining and confirm accepted shares

  1. Save the Windows file as start-bsty.bat, or make the Linux command executable/run it from the terminal.
  2. Start the miner.
  3. Confirm it reports yescrypt and connects to your chosen pool.
  4. Look for accepted shares. Repeated rejects usually mean a pool/port/configuration issue.
  5. Open the pool dashboard and search your payout address to confirm the worker appears.
STEP06
TUNE

Set threads and control temperature

Start with fewer threads, verify temperatures, then increase gradually. Leaving one or two logical CPU threads free can keep the computer responsive.

WINDOWS

Monitor temperature

Use your motherboard/CPU vendor utility or a trusted hardware monitor and watch package temperature during sustained mining.

LINUX

Watch system load

Use htop, top and your platform's sensor tools to watch CPU utilization and thermals.

If the system throttles, crashes, or runs hotter than the CPU/system manufacturer recommends, reduce threads or stop mining.
HELP?
TROUBLESHOOTING

Common problems

Can't connect

Recheck the pool host, port, protocol, firewall and whether the pool still lists BSTY/Yescrypt.

Rejected shares

Verify -a yescrypt, worker syntax, pool difficulty requirements and that your system clock/network are stable.

Low hashrate

Try the CPU-specific cpuminer-opt binary that matches your processor, reduce background load, and compare thread counts.

No payout

Check the pool's minimum payout, payment schedule and the wallet address shown in your miner command.

READY?

Wallet → Pool → Miner → Yescrypt → Start.

Always confirm current pool details before connecting because mining endpoints, ports and payout rules can change.

Download Miner ↗