TUTORIAL - HOW TO MINE SOLO ON WINDOWS DEVICES USING CPU

If the source code is not available don't trust any app that says it can mine, if is not compiled by you could be a scam! Compile your own binaries to be sure!


Some Tips:

  • Always download mining software from official and trusted sources.
  • Regularly update your mining software to ensure compatibility with the latest network protocols and security patches.
  • Monitor your mining operation regularly for any irregularities or suspicious activity.
  • Consider using a dedicated mining device or computer to avoid potential security risks to your personal or work devices.
  • Ensure you have a reliable internet connection and sufficient power supply to maintain uninterrupted mining operations.
  • Keep your mining address and credentials secure to prevent unauthorized access to your mining rewards.

1: Download cpuminer from github: https://github.com/pooler/cpuminer/releases

2: Unzip the latest version you downloaded x32 or x64

3: Open Command Prompt, go to directory where you unzipped

4: Start cpuminer :

minerd.exe -o stratum+tcp://pool.vkbit.com:3333 -u [bitcoin_address].[workername] -p x -a sha256d -R 10

Or with thread limitation ( -t 2 ) how many threads (depending on how many CPUs you have on your device)

minerd.exe -o stratum+tcp://pool.vkbit.com:3333 -u [bitcoin_address].[workername] -p x -a sha256d -R 10 -t 2

Next thing is to monitor your miner on our website https://vkbit.com

App can run in background, if you want to quit press CTRL + c