Skip to content

specialista/MicroCoinMiner

 
 

Repository files navigation

MicroCoin Miner

GitHub license Build Status

Use this program to mine MicroCoins

How to build

  1. Clone from github
git clone https://github.com/MicroCoinHU/MicroCoinMiner.git
  1. Update submodules
cd MicroCoinMiner
git submodule init
git submodule update
  1. Build with lazarus
lazbuild MicroCoinMiner.lpi
  1. Copy microcoinsha.cl to output folder
  2. Copy libeay32.dll to output folder
  3. Run
MicroCoinMiner

Command line parameters:

-s wallet/pool server:port, leave empty to default
-n your pool username, optional
-c CPU core count for CPU mining
-d X GPU device for GPU mining
-p X GPU platform for GPU mining

Example for cpu mining (with 4 cores):

MicroCoinMiner -s -n -c 4

Example for GPU mining:

MicroCoinMiner -p 0 -d -s -n

About

MicroCoin official CPU and GPU miner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 98.8%
  • Other 1.2%