Coder Social home page Coder Social logo

ProgPOW Cuda about swarm HOT 4 CLOSED

maynardminer avatar maynardminer commented on July 22, 2024
ProgPOW Cuda

from swarm.

Comments (4)

MaynardMiner avatar MaynardMiner commented on July 22, 2024

Nvidia users are reporting an NVRTC error as well. I am investigating.

from swarm.

MaynardMiner avatar MaynardMiner commented on July 22, 2024

I believe the version now contained in 2.0.5 is not free from errors, and was compiled correctly.

Please post if you have issues, will leave open for a bit.

from swarm.

MaynardMiner avatar MaynardMiner commented on July 22, 2024

Proposed fix did not work.

I will try to compile a 9.2 version, by their exact specifications, rather then trying to inject Cuda-10.0 toolkit, and see if that gives better success for users.

from swarm.

MaynardMiner avatar MaynardMiner commented on July 22, 2024

It has been determined, and pointed out in discord that the issue with ProgPOW miner in linux, is that it does not dlopen() NVRTC.

This means that in order to use ProgPOW, you must compile miner natively on rig.

HiveOS has a version that is compiled to their OS, but if you updated drivers- You broke the shared links.

I created the following script for users. I will not give support on its use:

#!/usr/bin/env bash

cd

##Download Cuda
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_10.1.105-1_amd64.deb
##dpkg it
sudo dpkg -i cuda-repo-ubuntu1604_10.1.105-1_amd64.deb
##add key
sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub
##update key
sudo apt-get update
##install it
sudo apt-get install cuda-toolkit-10-1 -y


##ProgPOW

##Increase /tmp folder size
sudo mount -o remount,size=5G /tmp/
##Install cmake
sudo apt install cmake -y
##clone Repo
git clone https://github.com/BitcoinInterestOfficial/ProgPOW.git
##cd to ProgPow
cd ProgPOW
##Install OpenCL
sudo apt-get install mesa-common-dev -y
##Update git
git submodule update --init --recursive
##mkdir build
mkdir build
cd build
cmake ..
cmake --build . --config Release

## Copy newly created binary, move to SWARM.2.0.8
cd
cd ProgPOW/build/ethminer
cp -u ethminer /hive/miners/custom/SWARM.2.0.8/bin/progminer-1/
chmod +x /hive/miners/custom/SWARM.2.0.8/bin/progminer-1/progminer

https://github.com/BitcoinInterestOfficial/ProgPOW
see DOC for more details

from swarm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.