Skip to content

CPU miner for MemoryCoin 2.0

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

glitchman/mmcminer

 
 

Repository files navigation

This is a multi-threaded CPU miner for MemoryCoin 2.0.

License: GPLv2.  See COPYING for details.

Dependencies:
	libcurl			http://curl.haxx.se/libcurl/
	openssl			http://www.openssl.org/
	jansson			http://www.digip.org/jansson/
		(jansson is optional, and is included in-tree)

Ubuntu / Debian:
	sudo apt-get install build-essential autoconf libtool libcurl4-openssl-dev

Basic *nix or MinGW64 build instructions:
	./autogen.sh
	CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure
	make

Usage instructions:  
	Run "minerd --help" to see options. 

On Linux, performance may be slightly increased by reducing system swappiness with 'echo 5 | sudo tee /proc/sys/vm/swappiness > /dev/null' command. Also you may consider turning swap off entirely with 'sudo swapoff -a' if your system has enough RAM.

Solo mining:
	./minerd --url http://127.0.0.1:RPCPORT/ --user RPCUSER --pass RPCPASSWORD --threads 2

Pool mining:
	./minerd --url http://work.mmcpool.com/ --user MMCADDRESS --threads 2

About

CPU miner for MemoryCoin 2.0

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.3%
  • C++ 23.1%
  • Shell 0.6%