Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theqrl/qrandomx
https://github.com/theqrl/qrandomx
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/theqrl/qrandomx
- Owner: theQRL
- License: gpl-3.0
- Created: 2019-11-04T14:56:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T19:13:27.000Z (8 months ago)
- Last Synced: 2024-03-19T20:33:22.451Z (8 months ago)
- Language: Python
- Size: 103 KB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![PyPI version](https://badge.fury.io/py/pyqrandomx.svg)](https://badge.fury.io/py/pyqrandomx)
[![CircleCI](https://circleci.com/gh/theQRL/qrandomx.svg?style=shield)](https://circleci.com/gh/theQRL/qrandomx)
[![GPL3 licensed](https://img.shields.io/badge/license-GPL3-blue.svg)](https://raw.githubusercontent.com/theQRL/qrandomx/master/LICENSE)# QRandomX
This library (derived from [RandomX](https://github.com/tevador/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 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|Webassembly (JS) | :question: | :question: | :question: |
|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/](https://brew.sh/)
Now install some dependencies
```bash
brew install cmake python3 swig hwloc boost
pip3 install pyqrandomx
```## License
*This library is distributed under the GPL3 software license