theQRL / qrandomx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version

CircleCI GPL3 licensed

QRandomX

This library (derived from RandomX) currently exposes the following functionality:

  • Python Wrapper for QRandomX hash
  • Mining thread and hybrid callback

Platform support

Linux OSX
10.12
Windows
10
Python 3
Webassembly (JS)
Golang - - -

Installing

Ubuntu

sudo apt -y install swig3.0 python3-dev build-essential cmake libhwloc-dev libboost-dev
pip3 install pyqrandomx

OSX

If you dont have brew yet, then Install brew following the instructions here: https://brew.sh/

Now install some dependencies

brew install cmake python3 swig hwloc boost
pip3 install pyqrandomx

License

*This library is distributed under the GPL3 software license

About

License:GNU General Public License v3.0


Languages

Language:Python 49.5%Language:C++ 38.4%Language:C 6.3%Language:CMake 4.5%Language:SWIG 1.0%Language:Shell 0.1%