Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Red-Siri/Optimized-SiriCoinPCMiner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimized Siricoin PC Miner

Optimized Siricoin PC miner reaching 800 KH/s or more!
image

Setup

Windows:

Go over to releases and download the exe, it's as fast as the python script ;)

Linux:

You have two options:

a) Download the pre-compiled binary (Slower)
then run chmod +x SiriCoinPCMiner
To run: ./SiriCoinPCMiner

b) Install python 3 and run it using the script (faster)

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.9
pip3 install -r requirements.txt
python3 SiriCoinPCMiner.py

Extra step on ARM:
You have to run

pip3 uninstall sha3
pip3 install pysha3

before starting the miner!

Happy mining! Feel free to fork and submit issues!

About

Unofficial optimized PC Miner for SiriCoin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%