How to Start Mining on SatoshiPool
This guide walks you through everything you need to start mining Bitcoin Puzzle 71. You only need an NVIDIA GPU and basic computer skills.
What You Need
- NVIDIA GPU with at least 2GB VRAM (GTX 900 series or newer)
- Linux (Ubuntu recommended) or Windows with WSL
- CUDA installed (version 12.3+ recommended)
- Basic command line knowledge
- A Bitcoin wallet address for rewards
Step 1: Register
Go to puzzle.satoshipool.org and click Register. You need:
- Nickname — choose a unique name (visible on the leaderboard)
- Bitcoin address — where rewards will be sent
- Password — used to authenticate your worker
No email, no ID, no personal information needed.
Step 2: Download
Get the files from the official GitHub repository: FastscanGPU on GitHub
- fastscan — the GPU mining binary (works on Linux and Windows)
- pool_worker.py — the pool client script
- gtableX.bin + gtableY.bin — precomputed tables (download from Google Drive)
Make them executable:
chmod +x pool_worker.py
Windows users: If using the .exe version, you also need
libssl-3-x64.dll and libcrypto-3-x64.dll in the same directory.
Step 3: Connect
Run the worker with your registered nickname and password:
--worker YourNickname --password YourPassword \
--binary ./fastscan
Step 4: Monitor Your Progress
Once connected, your GPU will start scanning. You can:
- Watch your stats on puzzle.satoshipool.org
- See the leaderboard with all miners
- Check your keys scanned, speed, and pool share
- Track real-time progress on the main page dashboard
Tips for Best Performance
- One GPU = one worker — use different names like YourNick-GPU0, YourNick-GPU1
- Keep your system updated — latest NVIDIA drivers and CUDA version
- Monitor your GPU temperature — keep it under 80°C for longevity
- Join the Telegram group for support and updates
Need Help?
Join our Telegram group for support. The community and operator are active and ready to help.
That's it! You're now mining Bitcoin Puzzle 71. Every chunk you scan is a chance to find the key. Good luck!