Giter Site home page Giter Site logo

Comments (11)

Shadpw2 avatar Shadpw2 commented on August 18, 2024

I'm running into the same issue. Using pi 4B 4G model + Newpack Miner

image

from cgminer-gekko.

Shadpw2 avatar Shadpw2 commented on August 18, 2024

I'm running into the same issue. Using pi 4B 4G model + Newpack Miner

image

Found a fix:

check to make sure gekko device is still functional
remove gekko from pi

sudo apt update
sudo dmesg -C

insert gekko into pi

dmesg
cd cgminer-gekko

run application as normal.

from cgminer-gekko.

TurtleZaMortal avatar TurtleZaMortal commented on August 18, 2024

How do I access CGminer I'm wanting to get into crypto mining and was told CGminer is a good place to start but I don't know where to access it

from cgminer-gekko.

Shadpw2 avatar Shadpw2 commented on August 18, 2024

you need to install it with a terminal following the readme instructions.

from cgminer-gekko.

wareck avatar wareck commented on August 18, 2024

Hi, there is no problem on raspberry bulleyes 32 bits.
I'm installing bulleyes 64 bit on a raspberry pi and check
I'll give an update in few minutes

best regards
wareck

from cgminer-gekko.

wareck avatar wareck commented on August 18, 2024

Hello
i've just tested it , no problem...

Double check you tune the system to acces to USB:
(acces privilege on usb fail , cgminer detect the newpac as GSH device but do not have access to it)

cd cgminer-gekko
sudo usermod -a -G dialout,plugdev $USER
sudo cp 01-cgminer.rules /etc/udev/rules.d/
then reboot and try again.

I used 2021-10-30-raspios-bullseye-arm64 , a powered usb hub and a 2pac miner

image

after 5 minutes of mining :

image

from cgminer-gekko.

USBMinerK9 avatar USBMinerK9 commented on August 18, 2024

Hi Wareck,

I ran into the same issues, all on 3 different OS's. 32 and 64 bit Raspberry Pi and Ubuntu. I receive the following message:

[2022-01-23 22:44:30.934] Started cgminer 4.12.0-wrk
[2022-01-23 22:44:30.936] Probing for an alive pool
[2022-01-23 22:44:31.147] Pool 0 difficulty changed to 8192
[2022-01-23 22:44:32.103] No devices detected!
[2022-01-23 22:44:32.103] Waiting for USB hotplug devices or press q to quit
[2022-01-23 22:44:32.104] Network diff set to 26.6T

My devices are plugged in via a USB Hub. I've verified the USB Hub (BitCoin Merch) is working as it does read it.

I did attempt your fix in regards to:
cd cgminer-gekko
sudo usermod -a -G dialout,plugdev $USER
sudo cp 01-cgminer.rules /etc/udev/rules.d/
then reboot and try again.

But still had the same error.

I'm using 10-30 rasps bullseye arm 64 lite

Any ideas?

from cgminer-gekko.

wareck avatar wareck commented on August 18, 2024

Hello
What kind of usb miner you use ?

First , be sure you build cgminer with gekko usb support
(this software will work for several usbminer but not all ! be sure you have a compatible miner)

try this
cd cgminer-gekko
./autogen.sh
./configure --enable-gekko
make

Then check your usbs :
lsusb

it will list you all usb found on your system (usb root, usb hub and miners)

then:
./cgminer -ndevs

it will answer if cgminer find your usb

if nothing found, you have to check your hub driver ou hub itself
(disconnect hub and connect one miner directly on the raspberry, if it works it's hub issue)

do not forget that there is no enough power from the raspberry to drive usbminer, you need a powered usb hub

from cgminer-gekko.

USBMinerK9 avatar USBMinerK9 commented on August 18, 2024

I'm using 6 CompacF's. I'm currently overclocking them to 475mhz and averaging 1.337 TH/s.
It's been working just great, no issues now, for the past hour.

0: GSF 10050982: BM1397:01+ 475.00MHz T:475 P:475 (27:13) | 100% WU:100% | 330.3G / 287.9Gh/s WU:4022.0/m
2: GSF 10051059: BM1397:01+ 475.00MHz T:475 P:475 (27:13) | 100% WU:100% | 270.8G / 316.7Gh/s WU:4424.7/m
5: GSF 10051042: BM1397:01+ 475.00MHz T:475 P:475 (27:13) | 100% WU:100% | 257.8G / 255.9Gh/s WU:3574.4/m
39: GSF 10050983: BM1397:01+ 190.00MHz T:190 P:168 (67:34) | 73.1% WU:^73% | 89.31G / 72.72Gh/s WU:1015.9/m
40: GSF 10050986: BM1397:01+ 290.00MHz T:475 P:475 (44:22) | 100% WU:100% | 156.7G / 235.6Gh/s WU:3291.5/m
41: GSF 10051043: BM1397:01+ 390.00MHz T:475 P:475 (33:16) | 78.2% WU:100% | 205.9G / 236.7Gh/s WU:3307.8/m

from cgminer-gekko.

NikonicImagery avatar NikonicImagery commented on August 18, 2024

Thank you for the help with this. I have been working on connecting the gekkoscience newpac as well but I have one question. After reading the bitcoin.org forum, they suggest Building the cgminer gekko first using PC creating a file text, etc., then attaching it in to the powered up USB Hub connected to Raspberry pi4. Although I found a network connection on my Mac showing the Newpac Stick as a dial up? Has anyone noticed this before? btw, I have a Gekkoscience NewPac 130Gh/s if that makes any difference.

from cgminer-gekko.

wareck avatar wareck commented on August 18, 2024

No problem to use gekko stick on a raspberry Pi 4 with bulleyes.
You just need to use a powered USB Hub because raspberry can't produce enough power to make stick running.

You have to follow the readme.md guide to install and make cgminer.
if you do not have skill with raspberry and linux , use my new script : https://github.com/wareck/raspberry_gekko
It will help you to automatically build a running raspberry with cgminer

from cgminer-gekko.

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.