Bitcoin Forum
May 11, 2024, 10:35:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: scrypt miner GIG Job  (Read 442 times)
thecryptoconsultant (OP)
Full Member
***
Offline Offline

Activity: 130
Merit: 100

thecryptoconsultant.com


View Profile WWW
May 12, 2017, 08:32:21 PM
 #1

HI all,

Newbie miner Alert, I received my two gridseeds blades with the power supply , I have my raspberry PI ... all is working now I need to connect all this together
1/ there is too much information to read
2/ I am new to raspberry pi game
3 / all the rest

I would like to have my set up and running, I think I need cgminer + something more.

Please private message me if you are interested in helping me set up my stuff with a quote. For someone with the similar set up it should be pretty easy.

Please feel comment if you want to send me towards what I should read.
Thanks a lot guys !

Victor

TheCryptoConsultant.com is time-saving and trustworthy.
1715423722
Hero Member
*
Offline Offline

Posts: 1715423722

View Profile Personal Message (Offline)

Ignore
1715423722
Reply with quote  #2

1715423722
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
findblocks.com
Sr. Member
****
Offline Offline

Activity: 515
Merit: 250



View Profile WWW
May 12, 2017, 08:33:36 PM
 #2

hi mate send me a message i use the same setup Smiley

We Do Private Pools / Block Explorers / New Coins / Send us a inbox
Findblocks Pool - http://findblocks.Net
ab1jx
Member
**
Offline Offline

Activity: 79
Merit: 18


View Profile WWW
May 13, 2017, 05:30:35 PM
 #3

Yup, I've had mine a couple weeks.  Thinking about another one, but it only earns about $4/month.  I use it with an old Linux laptop, but I've got a few Pis, no spare monitors right now so I use my $1 laptop (HP, circa 2008).

Load a Rasbian onto a SD card, a 32 gig one is probably plenty big enough.  The main mining software is cgminer or bfgminer, one was based on the other so they're very similar.  There are maybe dozens of forks (variants) of each.  I use a cgminer by dmaxl from https://github.com/dmaxl/cgminer/archive/master.zip  Most recent cgminers don't do scrypt or gridseed, this does both.  You'll need libcurl, libusb, probably something else, it's in the readme in cgminer.  The forum at raspberrypi.org is good, but most people there aren't really into mining.  Here is good but most seem to use Windows.  Install Synaptic to make managing packages much easier.  Don't sweat the Raspbian updates, once a month is plenty often enough.

Sign up at litecoinpool.org.  I start my cgminer with the script:

#!/bin/sh
./cgminer --scrypt --no-submit-stale --user ab1jx.7 --pass 7 --api-listen \
--net-delay --url stratum+tcp://us.litecoinpool.org:3333

(replace the ab1jx stuff with your username)

But I also have a cgminer.conf with the magic line:
  "gridseed-options": "freq=700"
to speed it up.  You can go up to maybe 900 I've read, I'm having a little trouble with this happening, trying to narrow down what causes it.
thecryptoconsultant (OP)
Full Member
***
Offline Offline

Activity: 130
Merit: 100

thecryptoconsultant.com


View Profile WWW
May 15, 2017, 09:50:12 AM
 #4

Thank you ab1jx for your reply, I will look into it !

TheCryptoConsultant.com is time-saving and trustworthy.
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!