https://github.com/sumoprojects/sumoeasyminer
The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
https://github.com/sumoprojects/sumoeasyminer
aeon cryptocurrency cryptonight cryptonight-light cryptonote easy-to-use miner monero sumokoin
Last synced: 10 months ago
JSON representation
The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
- Host: GitHub
- URL: https://github.com/sumoprojects/sumoeasyminer
- Owner: sumoprojects
- License: other
- Created: 2017-09-16T05:20:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T06:37:44.000Z (about 8 years ago)
- Last Synced: 2025-04-06T21:14:13.400Z (about 1 year ago)
- Topics: aeon, cryptocurrency, cryptonight, cryptonight-light, cryptonote, easy-to-use, miner, monero, sumokoin
- Language: Python
- Size: 338 KB
- Stars: 89
- Watchers: 17
- Forks: 62
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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**
- Clone `git clone https://github.com/sumoprojects/SumoEasyMiner SumoEasyMiner` or [download SumoEasyMiner repo](https://github.com/sumoprojects/SumoEasyMiner/archive/master.zip).
- Clone `git clone https://github.com/sumoprojects/cryptonight-hash-lib cryptonight-hash-lib` or [download cryptonight-hash-lib repo](https://github.com/sumoprojects/cryptonight-hash-lib/archive/master.zip).
### 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
```