Skip to content

crypto cpuminer (linux + windows)

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

natangl/cpuminer-multi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and running the Cpuminer docker:

Building:

$ docker build --tag "miner" https://github.com/natangl/cpuminer-multi.git

Running:

$ docker run -td --name miner -p <rpcport>:<rpcport> docker_image
$ docker exec -it miner /bin/bash
$ ./cpuminer -o http://<the ip to connect>:<rpcport> -O <yourpcuser>:<yourrpcpassword> -a sha256d --no-longpoll --no-getwork --coinbase-addr=<the address to which you want to mine>

About

crypto cpuminer (linux + windows)

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 92.4%
  • Assembly 5.4%
  • C++ 1.3%
  • NSIS 0.2%
  • M4 0.2%
  • PHP 0.1%
  • Other 0.4%