How To Mine Bitcoin With CPU On Windows and Linux (Debian/Ubuntu)
How To Mine Bitcoin With CPU On Windows and Linux (Debian/Ubuntu)
1 of 3 12/7/20, 12:01 PM
How to Mine Bitcoin with CPU on Windows and Lin... https://medium.com/@shubhamtatvamasi/how-to-mi...
https://github.com/tpruvot/cpuminer-multi/releases
e.g. cpuminer-multi-rel1.3.1-x64.zip
extract the zip file and edit the “RUN-TimeTravel.bat” file
cpuminer-gw64-corei7 -a sha256d -o
stratum+tcp://connect.pool.bitcoin.com:3333 -u
1HmfbfGHey2oTExiQwHag16N1tb8ATSeYv -p c=BTC
Just copy and replace the above line in your .bat file, only change your
wallet address
-a = Algorithm of coin which you are mining
-o = Your pool address and port number
-u = Your wallet address
Now double click on .bat file and your CPU mining will get stated.
./build.sh
#!/bin/bash
./cpuminer -a sha256d -o stratum+tcp://connect.pool.bitcoin.com:3333 -u
1HmfbfGHey2oTExiQwHag16N1tb8ATSeYv -p c=BTC
2 of 3 12/7/20, 12:01 PM
How to Mine Bitcoin with CPU on Windows and Lin... https://medium.com/@shubhamtatvamasi/how-to-mi...
5. Now you have to change your wallet address in the file and save it
chmod +x run.sh
7. Now just run the run.sh and your CPU mining will get stated.
Bitcoin
3 of 3 12/7/20, 12:01 PM