All Projects → jgarzik → Cpuminer

jgarzik / Cpuminer

Licence: other
CPU miner for bitcoin

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Cpuminer

Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+36.14%)
Mutual labels:  bitcoin, mining
Pyminer
Python miner for bitcoin
Stars: ✭ 610 (-10.03%)
Mutual labels:  bitcoin, mining
Odyn
A prototype anonymous proof-of-work blockchain
Stars: ✭ 13 (-98.08%)
Mutual labels:  bitcoin, mining
Multipoolminer
Monitors crypto mining pools in real-time in order to find the most profitable for your machine. Controls any miner that is available via command line.
Stars: ✭ 750 (+10.62%)
Mutual labels:  bitcoin, mining
Rainbowminer
GPU/CPU Mining script with intelligent profit-switching between miningpools, algorithms, miners, using all possible combinations of devices (NVIDIA, AMD, CPU). Features: actively maintained, uses the top actual miner programs (Bminer, Ccminer, Claymore, Dstm, EnemyZ, Sgminer, T-rex and more) easy setup wizard, webinterface, auto update.
Stars: ✭ 158 (-76.7%)
Mutual labels:  bitcoin, mining
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-94.4%)
Mutual labels:  bitcoin, mining
Nplusminer
NPlusMiner + GUI | NVIDIA/AMD/CPU miner | AI | Autoupdate | MultiRig remote management
Stars: ✭ 75 (-88.94%)
Mutual labels:  bitcoin, mining
Bitcoin in a nutshell
Книга о том, как действительно работает Bitcoin
Stars: ✭ 98 (-85.55%)
Mutual labels:  bitcoin, mining
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-79.5%)
Mutual labels:  bitcoin, mining
My First Bitcoin Miner
For the curious minds who want to understand how Bitcoin Blockchain works!
Stars: ✭ 110 (-83.78%)
Mutual labels:  bitcoin, mining
Bcoin
Javascript bitcoin library for node.js and browsers
Stars: ✭ 2,625 (+287.17%)
Mutual labels:  bitcoin, mining
Antminer Monitor
Cryptocurrency ASIC mining hardware monitor using a simple web interface
Stars: ✭ 176 (-74.04%)
Mutual labels:  bitcoin, mining
Minera
Minera is a web interface to monitor and manage mining devices
Stars: ✭ 337 (-50.29%)
Mutual labels:  bitcoin, mining
Nbminer
NVIDIA & AMD GPU Miner for ETH, RVN, GRIN, BEAM, CFX, AE, SERO
Stars: ✭ 568 (-16.22%)
Mutual labels:  mining
Service My Wallet V3
Blockchain Wallet API Service
Stars: ✭ 644 (-5.01%)
Mutual labels:  bitcoin
Deep Trading Agent
Deep Reinforcement Learning based Trading Agent for Bitcoin
Stars: ✭ 573 (-15.49%)
Mutual labels:  bitcoin
Bitcoin Trading Dca
Bitcoin investing using Dollar Cost Averaging
Stars: ✭ 573 (-15.49%)
Mutual labels:  bitcoin
Coiniumserv
Next-gen crypto currency mining pool software
Stars: ✭ 651 (-3.98%)
Mutual labels:  bitcoin
Electrumx
Alternative implementation of spesmilo/electrum-server
Stars: ✭ 624 (-7.96%)
Mutual labels:  bitcoin
Lionshare Desktop
🦁 Simple cryptocurrency price and portfolio monitor for macOS
Stars: ✭ 570 (-15.93%)
Mutual labels:  bitcoin

This is a multi-threaded CPU miner for bitcoin.

License: See COPYING for details.

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

Basic *nix build instructions: ./autogen.sh # only needed if building from git repo CFLAGS="-O3 -Wall -msse2" ./configure make

Basic WIN32 build instructions (on Fedora 13; requires mingw32): ./autogen.sh # only needed if building from git repo rm -f mingw32-config.cache MINGW32_CFLAGS="-O3 -Wall -msse2" mingw32-configure make ./mknsis.sh

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

Also many issues and FAQs are covered in the forum thread dedicated to this program, https://bitcointalk.org/?topic=1925.0;all

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].