Bitcoin Forum
May 04, 2024, 10:17:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Gridseed mining difficulties in SHA-256 mode  (Read 4485 times)
Bluestream (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 10, 2014, 11:45:10 AM
 #1

Hi everyone! To start with, hopefully this post is in the correct place, my apologies if it isn't. Im very new to the whole bitcoin mining thing so please be gentle Smiley OK, so finally after a solid week of learning, programming and pulling my hair out, I have some basic understanding of mining. Let me tell you my hardware setup then I'll get to my problems. I am running a Raspberry Pi B+ with Raspberian operation system and I'm using 3 dual mode Gridseed miners running off cgminer 3.7.2
I have figured out how to get them to mine in scrypt mode but I can't change the frequency of the units individually, I can only change all of them at the same time. My next problem is that I have tried mining on 2 Bitcoin sites (Slush's pool being one of them) and I can't get my miners to work with Slush's pool at all, so I used another site and managed to get my Gridseeds to mine BUT, again I can't change the individual frequency and they only mine in scrypt mode, also all shares are rejected. I have followed the instructions/tutorials and they should be working in GH/s in BTC mode but I'm getting KH/s. I have also noticed that while searching the internet for the command codes, they seem to vary slightly, this makes it awfully difficult to track down the correct code that works.

This is the scrypt code that works for me when I mine scrypt currency;

sudo ./cgminer --scrypt -o stratum+tcp://(server address):port -u (my username) -p (my password) --gridseed-options freq=850

This code gets the miners running but not correctly;

sudo ./cgminer -o stratum+tcp://(server address):port -u (my username) -p (my password)

I have tried many variations but this code starts and runs the miners for scrypt. So basically if anyone can help me and tell me why I'm getting KH/s when trying to mine bitcoin and what the correct code is to mine SHA-256 currency and also how to change the frequency of each unit, I would be most grateful. Like I said earlier, I'm new but I learn pretty quickly but just can't figure this one out. Smiley Many thanks
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714817822
Hero Member
*
Offline Offline

Posts: 1714817822

View Profile Personal Message (Offline)

Ignore
1714817822
Reply with quote  #2

1714817822
Report to moderator
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000


https://gliph.me/hUF


View Profile
September 10, 2014, 06:09:48 PM
 #2

[...] My next problem is that I have tried mining on 2 Bitcoin sites (Slush's pool being one of them) and I can't get my miners to work with Slush's pool at all, so I used another site and managed to get my Gridseeds to mine BUT, again I can't change the individual frequency and they only mine in scrypt mode, also all shares are rejected. [...]

You will have to mine with scrypt on a pool that supports scrypt. Slush's bitcoin pool won't.


As for settings, I used part of https://github.com/davidmaitland/Gridseed-PiMiner and it worked out of the box for me. Did my own tweaks to it, but their config file containing
Quote
"baud=115200,freq=850,chips=5,modules=1,usefifo=0,btc=16"
works. You don't say which Gridseeds you are using though.

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
Bluestream (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 10, 2014, 08:30:11 PM
 #3

Im not too sure on what model the Gridseeds are, but here's a link to where I got them from maybe it would help?

http://www.ebay.co.uk/itm/3-x-Gridseed-Scrypt-SHA56-USB-miners-/251609438070?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2047675.l2557&nma=true&si=u2IlOU7kDQH9DF3qu92kBVebaZI%253D&orig_cvip=true&rt=nc

All I know is that they are ASIC dual miners and are suppose to be able to mine both litecoin and bitcoin currencies. Im currently mining for scrypt coins as I cannot figure out why it won't mine for bitcoins. I have set up the pools correctly and slushs pool apparently doesn't exist according to the miners. thanks
Axiste
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
September 11, 2014, 10:56:24 AM
 #4

you need something like cgminer-dmaxl, which will do SHA256 on Gridseeds, but wont give you individual clock speeds. (most miners dont support it)

individual clocks can be done on scrypt using cpuminer-gc3355, and tends to be the most stable for scrypt mining on gridseed minis.


on cgminer dmaxl i used: cgminer.exe --sha256 -o stratum+tcp://etc -u user -p pass -o --gridseed-options=baud=115200,freq=800,chips=5,modules=1,usefifo=0,btc=16

note that dmaxl can be used to run dual mode (sha256 and scrypt) at the same time, by launching an sha256 instance first, then another in scrypt
eg

1st batch file: cgminer.exe --sha256 -o stratum+tcp://etc -u user -p pass -o --gridseed-options=baud=115200,freq=750,chips=5,modules=1,usefifo=0,btc=16
2nd batch file: cgminer.exe --scrypt -o stratum+tcp://etc -u user -p pass -o

If my advice has helped you out, feel free to throw some Satoshi's my way!
BTC: 1Nq7hrRDamdnNiTBaFxEn5DuZYS9kD3tbJ
Running a Full Node Smiley
Bluestream (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 13, 2014, 11:21:13 PM
 #5

Hi all, thanks for the replies so far, I entered the command line as suggested and even though my miners will start working, they still only mine in Kh/s and not the GH/s as required. They are suppose to be produce 300kh/s each or up to 11Gh/s each on sha256 mode. I am trying to mine a sha256 base pool and not a scrypt pool so I not I have that right which bring me to one of 2 possibilities. Either 1) the command line code is still wrong or 2) I have been had and the miners I have are not the ones advertised. I'm not really bothered about the scrypt based currency, its more the sha256 I.E. bitcoin that I would like to mine, but still no joy Embarrassed
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
September 13, 2014, 11:25:24 PM
 #6

Hi all, thanks for the replies so far, I entered the command line as suggested and even though my miners will start working, they still only mine in Kh/s and not the GH/s as required. They are suppose to be produce 300kh/s each or up to 11Gh/s each on sha256 mode. I am trying to mine a sha256 base pool and not a scrypt pool so I not I have that right which bring me to one of 2 possibilities. Either 1) the command line code is still wrong or 2) I have been had and the miners I have are not the ones advertised. I'm not really bothered about the scrypt based currency, its more the sha256 I.E. bitcoin that I would like to mine, but still no joy Embarrassed

It's not "the" scrypt based currency, It's "a" scrypt based currency. There are many.
You should also note that you will earn more on scrypt than on SHA-256. No one uses the Gridseeds to mine bitcoin anyway, because it's stupid.
Axiste
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
September 14, 2014, 06:26:32 AM
 #7

You are using raspbian, seriously as I last stated, https://github.com/dmaxl/cgminer/

Get that installed, then use the command

cgminer --sha256 -o stratum+tcp://pool-url:port -u user -p pass -o --gridseed-options=baud=115200,freq=850,chips=5,modules=1,usefifo=0,btc=16

Below is a pic of Minera (a dashboard built ontop of raspbian) running Dual mode, the SSH instance bottom right is CGMiner Dmaxl running SHA256, and the Minera dashboard in the background is running another CGMiner Dmaxl in Scrypt mode, on 10 Gridseeds Mini's (and a single Antminer U1 in sha256)

http://ocau.com/pix/eqqs3

If my advice has helped you out, feel free to throw some Satoshi's my way!
BTC: 1Nq7hrRDamdnNiTBaFxEn5DuZYS9kD3tbJ
Running a Full Node Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!