diff --git a/README.md b/README.md index 6462b84..b145f34 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ -# SumoEasyMiner +# Sumo Easy Miner Copyright (c) 2017, Sumokoin.org -The most easy, intuitive CPU miner for cryptonote-based cryptocurrency +The most easy, intuitive CPU miner for cryptonote-based cryptocurrencies like SUMOKOIN (SUMO), Monero (XMR), Aeon (AEON) etc. -![](http://www.sumokoin.org/images/easy-miner-features_1500x1100.png) +![](http://www.sumokoin.org/images/easy-miner-features_1080x1100.png) + +** USAGE ** + +1. Clone the repo: + + git clone https://github.com/sumoprojects/SumoEasyMiner SumoEasyMiner + +1. Build cryptonight hashing library from [cryptonight-hash-lib](https://github.com/sumoprojects/cryptonight-hash-lib) and put it to `libs` sub-directory. + +2. Run the miner: + + python sumominer.py \ No newline at end of file