All Projects → sumoprojects → Sumoeasyminer

sumoprojects / Sumoeasyminer

Licence: other
The most easy, intuitive CPU miner for cryptonote-based cryptocurrency

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sumoeasyminer

Xmrig
RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner
Stars: ✭ 6,372 (+8175.32%)
Mutual labels:  cryptocurrency, monero, miner
React Coin Hive
Mine cryptocurrency while your users haven't engaged with your content lately
Stars: ✭ 153 (+98.7%)
Mutual labels:  cryptocurrency, monero, miner
Cnrig
Static CryptoNight CPU miner for Linux + automatic updates
Stars: ✭ 45 (-41.56%)
Mutual labels:  cryptocurrency, monero, miner
Xmr Miner
Web-based Cryptocurrency miner, built with Vue.js
Stars: ✭ 444 (+476.62%)
Mutual labels:  cryptocurrency, monero
coin-hive-proxy
Deprecated. Use CoinHive Stratum instead.
Stars: ✭ 33 (-57.14%)
Mutual labels:  miner, monero
Coin Hive Stratum
use CoinHive's JavaScript miner on any stratum pool
Stars: ✭ 380 (+393.51%)
Mutual labels:  cryptocurrency, monero
Webminerpool
Complete sources for a monero webminer.
Stars: ✭ 175 (+127.27%)
Mutual labels:  cryptocurrency, monero
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+8345.45%)
Mutual labels:  cryptocurrency, monero
Deepminer
deepMiner webminer proxy (update for cryptoNight R)
Stars: ✭ 497 (+545.45%)
Mutual labels:  monero, miner
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 (+874.03%)
Mutual labels:  monero, miner
Awesome Monero
Curated list of links of useful resources for the Monero crypto-currency
Stars: ✭ 15 (-80.52%)
Mutual labels:  cryptocurrency, monero
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (-54.55%)
Mutual labels:  miner, monero
SilentCryptoMiner
A Silent (Hidden) Free Crypto Miner Builder - Supports ETH, ETC, XMR and many more.
Stars: ✭ 547 (+610.39%)
Mutual labels:  miner, monero
Vue Coin Hive
Start mining coins in your Vue projects in 1 second.
Stars: ✭ 14 (-81.82%)
Mutual labels:  cryptocurrency, monero
Minerinthemiddle
Stars: ✭ 46 (-40.26%)
Mutual labels:  monero, miner
Nicehashquickminer
Super simple & easy Windows 10 cryptocurrency miner made by NiceHash.
Stars: ✭ 211 (+174.03%)
Mutual labels:  cryptocurrency, miner
Cpuminer Multi
Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Stars: ✭ 499 (+548.05%)
Mutual labels:  cryptocurrency, monero
Creepminer
Burstcoin C++ CPU and GPU Miner
Stars: ✭ 169 (+119.48%)
Mutual labels:  cryptocurrency, miner
Monero Testnet Sandbox
Monero (XMR) testnet sandbox with 3 daemons and 3 wallets
Stars: ✭ 12 (-84.42%)
Mutual labels:  cryptocurrency, monero
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-29.87%)
Mutual labels:  cryptocurrency, monero

Sumo Easy Miner

Copyright (c) 2017, Sumokoin.org

The most easy, intuitive CPU miner for cryptonote-based cryptocurrencies like SUMOKOIN (SUMO), Monero (XMR), Aeon (AEON) etc.

USAGE

Download

Windows and Mac OS X

Visit https://github.com/sumoprojects/SumoEasyMiner/releases.

Linux

Install Dependencies

  • sudo apt-get install cmake gcc python-dev python-pip python-pyside
  • pip install psutil

Compile library and run

  • cd /path/to/cryptonight-hash-lib
  • cmake .

The last lines of the output should look something like this:

-- Configuring done
-- Generating done
-- Build files have been written to: /path/to/cryptonight-hash-lib
  • make

The last lines of the output should look something like this:

[100%] Linking C shared library cryptonite_hash.so
[100%] Built target cryptonite_hash
  • Copy just created cryptonite_hash.so from cryptonight-hash-lib folder to /path/to/SumoEasyMiner/libs folder.
- Run the miner with `python sumominer.py`
- Start mining
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].