Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

cpuminer for xmg (sole mining)

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

magi-dev/obsolete-magi-minerd

 
 

Repository files navigation

This is a multi-threaded CPU miner for M7/Magi (XMG).

YOU MUST SET THE EXTRANONCE PARAMETER IN THE CONF FILE TO BE ABLE TO MINE
WITH MULTIPLE MACHINES CONNECTED TO A SINGLE DAEMON. SEE exmaple-cfg.json
A DIFFERENT NONCE IS REQUIRED FOR **EACH** MINER

License: GPLv2.  See COPYING for details.

Dependencies:
	libcurl			http://curl.haxx.se/libcurl/
	libgmp			http://gmplib.org/
	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 libcurl4-openssl-dev

Basic *nix or MinGW64 build instructions:
	./autogen.sh		# only needed if building from git repo
	CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure
	make

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

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
	
Scrypts: magi-minerd.sh, magi-minerd.bat; change rpcport, rpc user and pass accordinly. 

About

cpuminer for xmg (sole mining)

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.4%
  • C 37.4%
  • Shell 0.2%