Bitcoin Forum
May 24, 2024, 05:43:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [AUTO SWITCH] ScryptGuild (BTC Guild) Beta - Multipool Done Right on: April 06, 2014, 01:33:16 AM
I'd like to know how to create a schedule to reboot or restart cgminer.
You could try CGwatcher.  That will monitor it, restart it at specified intervals if required, restart it if it misbehaves, etc.

I find the hash rate varies throughout the day, presumably something to do with the bandwidth available in the area.  Mine goes from a high of around 220K, falls to around 190K during late afternoon and evening, then climbs back up again.  That's on what is supposedly a high speed fibre optic connection; if I switch everything over to an ADSL line (I have both available) it drops by at least a quarter at any time of day.  BTC mining on Slush's pool using BFGminer varies in the same way.

If you aren't using your gridseeds in dual mode, use BFGminer - no HW errors and averaging about 355k/hs per device at 850. http://cryptomining-blog.com/1883-download-the-latest-bfgminer-3-99-0-for-windows-with-gridseed-asic-support/

I'll look into it.  Cgminer is reporting 360kh each (total 7.2 MH) as well. So did BFGminer on Windows.   Its the pool that says different.  I know the pool is an estimate but not by THAT huge a difference.

If this is bfginer for Rasp Pi, I'll check it out.

Be careful there are a lot of cgminer 3.7.2 versions out there. They are not all equal. I had a early version that did not detect a USB issue and the unit appeared to be mining but is you looked closely the accepted shares for one tor two units would stop increasing. switch to a new version that displays the serial numbers and allows individual clock setting and this version would show a unit dropping off due to a USB error. I wrote a script to monitor cgminer via the API and stop and restart cgminer if a unit stops working. you need to have --api-allow and --api-listen w:127.0.0.1 command line settings.

Here is a copy of the script. Don't judge my programming skills by this script it was a quick hack. I called the script "check_cgminer". It assumes you have a startup script called "start.sh" in the directory "/home/pi". The crontab entry I use is "*/5 *   * * *   root    /home/pi/check_cgminer". This checks the that all the gridseeds are healthy every 5 minutes.

if you run the script with the -v option it outputs diagnostic data. "./check_cgminer -v"

Good luck.

#------------------------ BEGIN ---------------------------------------
#!/usr/bin/perl

$verbose = 0;
$restart = 0;

if ($ARGV[0] eq "-v")
{
        $verbose = 1;
}

 my $cmd = 'echo "{\"command\":\"devs\"}" | nc 127.0.0.1 4028';
 my $res = `$cmd`;

 $res =~ s/["]//g;

if ($verbose)
{
        print "Results:\n$res\n\n";
}

while ($res =~ m/ASC:(\d+),Name:(.+?),ID:(\d+),Enabled:(.+?),(.*?),(.*?),(.*?),(.*?),(.*?),(.*?),(.*?),(.*?),(.*?),Last\sValid\sWork:(.*?),/g)
{
        if ( $4  eq "N" )
        {
                $restart = 1;
        }
        $msg =  '{ ASC ' . $1 . ' , ' . $2 . ' ' . $3 . ' , Enabled ' . $4 . ' ,  Valid Work ' . $14 .' }';

        $cmd2 = 'date --date=@' . $14 . '' ;
        my $lvw = `$cmd2`;
        $lvw =~ s/\n//g;
        if ($verbose)
        {
                print "Device Data: $msg $lvw\n";
        }
        $results .= 'Device Data: '. $msg . ' ' . $lvw . "\n";
}

if ($restart)
{
        sleep(5);
        print "CGMINER needs to be restarted\n";
        my $cmd = 'echo "{\"command\":\"quit\"}" | nc 127.0.0.1 4028';
        my $res = `$cmd`;
        print "CGMINER Reply $res\n";
        sleep(10);

        my $cmd = 'sudo /home/pi/start.sh';
        my $res = `$cmd`;

        my $cmd = 'date >> /tmp/restart.log';
        my $res = `$cmd`;
}

#------------------------ END ---------------------------------------





2  Economy / Service Announcements / Re: [ANN] CryptFolio.com - keep track of your cryptocurrencies! (BTC/LTC/NMC/...) on: April 05, 2014, 07:47:18 PM
Could you look into adding ScryptGuild to your mining list
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [AUTO SWITCH] ScryptGuild (BTC Guild) Beta - Multipool Done Right on: April 03, 2014, 09:20:38 PM
i like this pool, but it's a pity that it does not grow.
finding some way to lower the fees could do the trick i guess.

Are you suggesting that I should be paying you a bonus as well?  Because the only fee on the pool at the moment is the 1% trading fee, which is optional.

no, I get that is actually Cryptsy.

Anyway, i think that i will have to leave the pool since i'm mining with 10 Gridseeds on a raspberry pi from yesterday, and the raspberry resets the asics every 1-2 hours, so this seems very costly with the anti-poolhopping features of the PPLNS used.
In fact I'm making even less of what i used to make with vgas and half the hashpower.


That is Odd. I have been mining here for almost two weeks with 10 gridseed units with a Raspberry with no major issues. I do have an issue where a gridseed will have a USB buss error and drop out once every 5-10 hours. I have a script detect this and restart cgminer. I have an average of 3400 KH/s. I do have the default difficulty set to 256. The restarts do not seen to effect the overall KH/s rate.


 
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [AUTO SWITCH] ScryptGuild (BTC Guild) Beta - Multipool Done Right on: March 27, 2014, 08:12:19 PM
ScryptGuild,

I notice that my Doge Auto payment has not processed. It had been working fine with the trigger amount set to 5000 coins. Now my balance is at 12000 and no payments have been sent since 3/26/14 at 09:00. Other coins are processing Ok just Doge not working.

Thanks

Had a small problem that hit yesterday and wasn't reported.  Basically ScryptGuild credits your account before the coins from the blocks are spendable (we don't wait for the block to mature, just wait until it has a few confirmations to avoid orphans).  We had a burst of blocks at one point that resulted in the pool not having enough *spendable* coins to pay out.  Normally this wouldn't be a problem, the next hour the auto payout would run again and catch up.  However, what ended up happening was the script that constantly loads coins onto Cryptsy ran after that failed automatic payout, sending most of our spendable coins to Cryptsy except for the minimum amount that it is set to keep local.  This wasn't enough to hit payouts, so the cycle kept repeating itself.

I've disabled the Cryptsy auto-refill script for today (the balances on Cryptsy should be enough to handle about a week worth of conversions at this point).  The DOGE payouts should get cleared up within a few hours.

The payout was processed. This afternoon.

Thanks
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [AUTO SWITCH] ScryptGuild (BTC Guild) Beta - Multipool Done Right on: March 27, 2014, 12:25:50 PM
ScryptGuild,

I notice that my Doge Auto payment has not processed. It had been working fine with the trigger amount set to 5000 coins. Now my balance is at 12000 and no payments have been sent since 3/26/14 at 09:00. Other coins are processing Ok just Doge not working.

Thanks
6  Other / Beginners & Help / Re: n00b advice and help pls on: May 15, 2013, 11:01:09 AM
Mortus,

I don't think there is any real advantages other than being able to mine several types of coins at the same time.

MrBSmith


LTC LUwVTpW14FvbfVFz7YNNhjsA3FUZUXQgDu
BTC 1KkGkBPsMMyV8ccgsywgQmVgmpZL5fEQzc
7  Other / Beginners & Help / Re: Hello, cant decide on GPU on: May 14, 2013, 07:56:43 PM
What are you planning to mine SHA-256 or Scrypt?

It make a little bit of difference on what models of cards to buy. The usual debate is between 7950 VS 7970. I would go with a 7950 (cheaper and less wattage).  You will want too minimise your power consumption and go with as few as GPU's as possible. For power supplies you need to look at the amount is 12V amps delivered not total wattage. GPU's eat amps like crazy. A good 850 supply Corsair Bronze will drive 2-3 7950's or 2 7970.

MrBSmith

LTC LUwVTpW14FvbfVFz7YNNhjsA3FUZUXQgDu
BTC 1KkGkBPsMMyV8ccgsywgQmVgmpZL5fEQzc
8  Other / Beginners & Help / Re: linux vs windows on: May 14, 2013, 07:43:54 PM
The big difference is Lean and Mean network speed vs. MS Bloat on windows. That being said you get what you pay for. Linux requires a lot of care and feeding for initial setup and work for every alt coin out there require a recompile of code. Windows the executables are available to download no mess no fuss.

Linux is not for everyone. If you are a software engineer linux is a given for mining rigs. For the avearge Joe windows is easier for the masses. performance is a wash that are about the same. Windows has better drivers and over clocking utils. Linux has lower network latency and will run for days/weeks without locking up.

9  Other / Beginners & Help / Re: Solo vs Pools on: May 14, 2013, 07:00:48 PM
I would not solo mine LTC with less than 100,000 KHs or 100 MHs.

Solo Mining at difficuty 605 will give you on average the following:
100,000 KHs = 3 blocks (150) LTC per day
10,000 Khs = 1 block (50) LTC every 3 days
1,000 Khs = 1 block (50 LTC) every 30 days

Pooled mining at the current difficulty 605 will give you the following:
100,000 Khs = 166 LTC / day
10,000 KHs = 16.6 LTC / day
1,000 KHs = 1.66 LTC / day

Try using a LTC calculator like the on at https://www.litecoinpool.org/calc

MrBSmith

LTC LUwVTpW14FvbfVFz7YNNhjsA3FUZUXQgDu
BTC 1KkGkBPsMMyV8ccgsywgQmVgmpZL5fEQzc
10  Other / Beginners & Help / Re: n00b advice and help pls on: May 14, 2013, 06:04:02 PM
Mortus,

It is easy, in the /etc/bamt/bamt.conf file there is a place to specify a pool file for each GPU You can specifiy the same pools file or a seperate on for each GPU.

example:

gpu0:

# Omitted lines

# Omitted lines

  pool_file: /etc/bamt/pools_0

# Omitted lines

# Omitted lines

gpu1:

# Omitted lines

# Omitted lines

  pool_file: /etc/bamt/pools_1

# Omitted lines

# Omitted lines

gpu2:

# Omitted lines

# Omitted lines

  pool_file: /etc/bamt/pools_2

# Omitted lines

# Omitted lines


Then you need to create three pool files in the /etc/bamt directory called pools_1, pools_2, pools_3




11  Other / Beginners & Help / Anyone Else Scammed by pwc.hackshardgaming.net Pool on: May 14, 2013, 04:33:55 PM
I mined on the site http://pwc.hackshardgaming.net pool for Powercion for 6 hours at 2000+ KHs and was up to 22 coins and the payout was 1.2 coins per round. The site was taken offline. claims were made that there was an error in the calculations and people were under paid. All the global shares were deleted and 6 coins were paid to all miners. I was paid 28 coins. Adminstrator claimed all coins were distributed at no profit. I figure there were at least 70+ coins owed me for the current coins waiting to confirm. Admin also posted later he had 6K pwc coins for sale. The site is now down. Anyone else bitten by this site?

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!