ShorelineCrypto / cheetah_cpuminer

MIT License
1 stars 1 forks source link

cheeta_cpuminer

Warning: this software only works on older verison of python 2.7 or python2. This software will not work in newest python 3 versions.

Youtube Video Tutorial

Part 1 https://www.youtube.com/watch?v=sdOoPvAjzlE

Part2 https://www.youtube.com/watch?v=nHnRJvJRzZg

https://www.youtube.com/watch?v=Zj7NLMeNSOQ

What is Cheetah_Cpuminer?

Nengcoin (NENG) blockchain has 3rd generation dynamic difficulty adjustment algorithm "randomSpike" which may trigger ASIC miners to get stuck on NENG blockchain finding no blocks from several minutes to several hours.

Cheetah_cpuminer will automatically start mining at local PC when ASIC/GPU miners get stuck. Cheeta_cpuminer will stop mining when ASIC miners are smoothly generating blocks

CPU Minable Coin - Nengcoin (NENG)

Because of randomSpike algorithm on top of scrypt, Nengcoin is CPU Minable. Users can easily set up full node for mining at Home Windows PC, Mac, Linux, Chromebook or android phones using this open sourced cheetah software.

Research on the first forked 50 blocks on v1.2.0 core confirmed that ASIC/GPU miners mined 66% of 50 blocks, CPU miners mined the remaining 34%.

Android Mining with Cheetah_Cpuminer

Android phone (64 bits arm64 or32 bits armhf) has a slightly different operation workflow compared to computers. Please check out web guide for Android CPU Mining through UserLand app at: https://github.com/ShorelineCrypto/NengCoin/tree/master/doc/Android_Userland_App

The Cheetah CPU mining operation portion of Android mining setup is actually same as below desktop/laptop linux guides. Instead of running cheetah in computer terminal, you run cheetah inside android UserLand app's linux terminal.

Chromebook Mining with Cheetah_Cpuminer

Chromebook (x64 or arm) has a slightly different operation workflow compared to computers. Please check out web guide for Chromebook CPU Mining through Linux (beta) app at: https://github.com/ShorelineCrypto/NengCoin/tree/master/doc/Chromebook

The Cheetah CPU mining operation portion of Chromebook mining setup is actually same as below desktop/laptop linux guides. Instead of running cheetah in computer terminal, you run cheetah inside chromebook's linux terminal.

Linux - Ubuntu/Debian/MX Linux/Linux Mint/Arch/Manjaro/Fedora/openSUSE

How to Install Cheetah_Cpuminer

     sudo pip2 install python-bitcoinrpc

How to Run Cheetah_Cpuminer

How to Install Cheetah_Cpuminer

     curl https://bootstrap.pypa.io/pip/2.7/get-pip.py  -o get-pip.py
     sudo  python2 get-pip.py
     sudo pip2 install python-bitcoinrpc

How to Run Cheetah_Cpuminer

How to Install Cheetah_Cpuminer

How to Run Cheetah_Cpuminer

     python main.py --interval 10 --cpu 2

In newer version of Linux or macOS, many times the python 2.7 path is "python2" so that the command should be:

     python2 main.py --interval 10 --cpu 2

License

Cheetah_Cpuminer is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.