https://github.com/llamasoft/xptminer-pts
https://github.com/llamasoft/xptminer-pts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/llamasoft/xptminer-pts
- Owner: llamasoft
- Created: 2014-02-20T23:13:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T20:35:34.000Z (about 11 years ago)
- Last Synced: 2025-01-26T06:08:12.077Z (3 months ago)
- Language: C++
- Size: 496 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xptMiner-PTS, an OpenCL PTS miner
=================================xptMiner is a multi-algorithm miner and reference implementation of the xpt protocol.
xptMiner-PTS is a Protoshare only implimentation of the xptMiner program.xptMiner is by jh00, GPU code by Gigawatt, OpenCL libraries by Girino
This has a 3% donation which can be set using the -f option (-f 5.0 would be 5.0% donation)
Prerequisites
=============**CentOS:**
```
sudo yum groupinstall "Development Tools"
sudo yum install openssl openssl-devel openssh-clients gmp gmp-devel gmp-static git
```**Ubuntu:**
```
sudo apt-get -y install build-essential m4 openssl libssl-dev git libjson0 libjson0-dev libcurl4-openssl-dev
```Building
========
```
git clone https://github.com/llamasoft/xptMiner-PTS.git
cd xptMiner-PTS
make
```