Bitcoin Forum
June 20, 2024, 03:50:16 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
641  Economy / Trading Discussion / Re: Co-Investors Wanted on: April 07, 2014, 11:43:26 PM
Not sure. I have spend thousands on similar products for the FOREX market and at the end of the day none of them have been all that good. Also, I'm not convinced that there is enough volume to accurately predict trends in the ALT coin market.
642  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: April 07, 2014, 11:16:24 PM
This version supports "Per device frequency setting by serial number ":

https://github.com/girnyau/cgminer-gc3355

this version gives me around 10% lesser hashrate then the orginal cgminer .... I did a test with 20 miners ....

I asked for it ... with PM no answer ... so far ...

Sorry to bother you.

I just used your https://github.com/girnyau/cgminer-gc3355

which was compiled in https://bitcointalk.org/index.php?topic=477709.msg5763819#msg5763819 for the raspberry.

Somehow I'm getting around 10% less kh with the same setup .... then with the orginal cgminer from andreed from here https://bitcointalk.org/index.php?topic=477709.msg5539257#msg5539257

... Why does this happen ....?

Interesting. I started using the girnyau version recently but have not noticed this. Will take a closer look. The two versions are not much different from comparing the source code. The dtbartle version went away from setting static freq's and now support increments of 25. The version you referenced is an earlier build of dtbartle that had static freq.

I have considered forking the current dtbartle version with the per miner freq part of girnyau but am still undecided on doing static freq's or increments of 25. If I could figure out how to code increments of 5 that would be great. If static then there is not much benefit over just using girnyau's fork.

My miners are all over the map supporting freq's of 850 - 900+. Most of them do 863.

Are you basing your results on the pool reported hashrates? Contrary to what that one poster spams all over various threads the hashrate reported by pools are inaccurate and should not be used as a basis of your miners performance.

Edit: I'm not using a Pi. I found it too unreliable and like you mentioned about 10% lower hashrate.
643  Economy / Trading Discussion / Re: Co-Investors Wanted on: April 07, 2014, 11:05:15 PM
He has assured me that he will not make the product commercially available - whether he ultimately does or not is not critical at this time but I'll take him at his word for right now because he is a proven commodity in terms of being able to deliver.

Is he willing to sign a contract to this effect? Impose large penalties on breach.
644  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: April 07, 2014, 07:17:26 AM
This version supports "Per device frequency setting by serial number ":

https://github.com/girnyau/cgminer-gc3355
645  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Casino Gaming | Kimoto Enabled! on: April 07, 2014, 05:35:43 AM
Strange..a block hasn't been found in over 3 hours!

Last block found: 2014-04-06 23:46:50
Time right now: 2014-04-07 03:00:26
Check one page back its KGW and the affect of massive multipool hops scryptguild has 3000+MH that will jump onto csc just to find a block n take some small profit..

Ok, that explains why it was also showing such a high diff and huge hash rate at the time. These pools are hopping in for just a block? That's crazy. They get one block and the diff goes stupid high and no one finds the next one for hours... :/
646  Bitcoin / Hardware / Re: My Custom Gridseed Case Build on: April 07, 2014, 04:39:12 AM
Thanks vipgelsi!

...on second thought I think ill save myself the bother and get Male 18 AWG DC Power cords with 5.5x2.1mm connectors like miaviator suggested.

Word of caution: I just measured the DC power cord that came with my miners and they are NOT 18 AWG. My gauge only goes up to 18 AWG but I would guess they are 20 or 22 AWG. Fine for scrypt (I would imagine) but not dual or SHA mining.
647  Bitcoin / Hardware / Re: My Custom Gridseed Case Build on: April 07, 2014, 03:24:16 AM
I purchased 4 of the IBM power supplies. Plan to use the Offset Terminal Lugs miaviator discovered and these barrel plugs with 18 AWG wiring:



Any tips on where to buy the wiring? Home Depot did not have any 18 AWG and Radio Shack I'm sure is over priced.

Something like this should work:

100 FT 18 AWG GAUGE ZIP WIRE RED BLACK STRANDED COPPER POWER GROUND - $13.92
648  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Casino Gaming | Kimoto Enabled! on: April 07, 2014, 03:00:19 AM
Strange..a block hasn't been found in over 3 hours!

Last block found: 2014-04-06 23:46:50
Time right now: 2014-04-07 03:00:26
649  Bitcoin / Hardware / Re: My Custom Gridseed Case Build on: April 06, 2014, 10:04:23 AM
I purchased 4 of the IBM power supplies. Plan to use the Offset Terminal Lugs miaviator discovered and these barrel plugs with 18 AWG wiring:



Any tips on where to buy the wiring? Home Depot did not have any 18 AWG and Radio Shack I'm sure is over priced.
650  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: April 04, 2014, 11:54:44 PM
can someone put my in the right direction to compile this please
https://github.com/nwoolls/bfgminer/tree/feature/gridseed-support-new

I'm assuming you're using Linux (I have no idea how to compile this under Windows nor should you attempt that - there are binaries available).

1) Install prerequisites:

libudev-dev build-essential libcurl4-gnutls-dev yasm libncurses5-dev git autoconf automake

E.g. on ubuntu and its clones you would run:

apt-get install libudev-dev build-essential libcurl4-gnutls-dev yasm libncurses5-dev git autoconf automake


2) run this in your home folder:

git clone https://github.com/nwoolls/bfgminer
cd bfgminer
./autogen.sh
./configure
make


This is just to get you on track, if you have any problems please report back and I'll try to help.

I think you have to use the proper branch with:
Code:
sudo git clone -b feature/gridseed-support git://github.com/nwoolls/bfgminer

Here is what I used on Ubuntu:

Code:
cd~
sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev libudev-dev libusb-1.0-0-dev libevent-dev
sudo git clone -b feature/gridseed-support-new git://github.com/nwoolls/bfgminer
cd bfgminer
sudo ./autogen.sh    # only needed if building from git repo
sudo CFLAGS="-O2 -Wall" ./configure --enable-scrypt --enable-gridseed
sudo make

sudo ./bfgminer --scrypt -S gridseed:all --set-device gridseed:clock=850 -o stratum+tcp://xpool.net:8820 -u WhkG5CHetw5Mcp7VXhNsueSS3Jay43pxCZ -p x

There is a LOT of development going on with this version but I went back to cgminer until they get further along.

Mob, look for the windows binaries from the developer (nwoolls) in this thread: https://bitcointalk.org/index.php?topic=168174.3080
651  Other / Archival / Re: Pictures of your mining rigs! on: April 04, 2014, 08:00:18 PM
My 2.8MHs @ 960W, Quiet Digger. For Sale now!  
Shipping in to EU. Price 1200€ worth of BTC or any popular altcoin.  Cheesy






Nice case. If the data center complains about open rigs I may have to enclose mine in a similar fashion.


^ 5 GPU

^6 GPU

^200mm front fans with GPU fans speed at 80%:


More info: https://bitcointalk.org/index.php?topic=259828
652  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: April 04, 2014, 07:19:00 PM
can someone put my in the right direction to compile this please
https://github.com/nwoolls/bfgminer/tree/feature/gridseed-support-new

Mob, I spent a few hours on this last night...can help you out but from my initial analysis dtbartle cgminer is better right now. What are you doing buying these? Their a rip off at $165 Wink
653  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: April 04, 2014, 07:18:08 PM
Ok, not sure where to post this so for lack of a better place I will put it here for discussion:

KNC is now specifying a MINIMUM of 250 Mh/s for 10K or $40 per 1 Mh/s! Compare that price to performance cost to the Gridseed 5 chip miners (360 Kh/s) and they should be selling for $14.40 each  Shocked

Supposedly KNC is shipping Q2/Q3 2014 but by that time they may increase the hashrate yet again (originally specified at 100 Mh/s about two weeks ago?).
If KNC wasn't a reputable company I would call BS.

I find myself hard pressed to order more Gridseeds at $165/piece  Huh


Just had a thought...wonder if KNC announced their hash rates to slow down Gridseed sales? Would be interesting to know if it had an affect on the sale of Gridseeds and GPUs. I know it stopped me from buying more.

That is actually a pretty good point and valid!

I can tell you it does slow down the gridseed sales. I know someone that was going to order an amount of 600 of them and is now going to buy much much less and invest it into pre orders.

I wish I could get them at 165$ but here in Europe it's more 165€ and above! more often 200 if you buy by the unti
I'm willing to take delivery and send them anywhere in the world as long as you pay the shipping and $10/unit or 1 GS per 20 to compensate for the time.
654  Alternate cryptocurrencies / Altcoin Discussion / Re: Regarding Auroracoin TW exploit on: April 04, 2014, 05:33:12 AM
So however asshole you are BCX, you are an asshole in a good way, thank you!
Please I work hard to be a regular asshole, don't paint me in a good light. Cheesy
~BCX~
I confirm that BCX is an asshole. Smiley

It's good to see BCX still around and kicking....and living up to his namesake. Maybe it's me who hasn't been around as much (just now finding out about this) but I miss the days where he would wreak havoc on a regular basis Wink

In the end it's beneficial IMO.
655  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: April 03, 2014, 07:32:51 PM
Ok, not sure where to post this so for lack of a better place I will put it here for discussion:

KNC is now specifying a MINIMUM of 250 Mh/s for 10K or $40 per 1 Mh/s! Compare that price to performance cost to the Gridseed 5 chip miners (360 Kh/s) and they should be selling for $14.40 each  Shocked

Supposedly KNC is shipping Q2/Q3 2014 but by that time they may increase the hashrate yet again (originally specified at 100 Mh/s about two weeks ago?).
If KNC wasn't a reputable company I would call BS.

I find myself hard pressed to order more Gridseeds at $165/piece  Huh


Just had a thought...wonder if KNC announced their hash rates to slow down Gridseed sales? Would be interesting to know if it had an affect on the sale of Gridseeds and GPUs. I know it stopped me from buying more.
656  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: April 03, 2014, 07:28:26 PM

Would you mind posting an updated screencap with a longer run time and details on your config?  That's a remarkable hashrate for only 744mhz...

-EMoomjean

There you go , http://imgur.com/eRItNxl .

So how did you achieve that?

And are you using

https://github.com/dtbartle/cgminer-gc3355/commits/master

or

https://github.com/girnyau/cgminer-gc3355/commits/master

?
(BTW, anybody knows which one of the two cgminer repos is better?)

I wouldn't say one is better than the other.

girnyau forked from dtbatle to add some additional freq and a per miner freq option (which is nice).

Since then dtbartle has taken out the hard coded freq and added stepping in increments of 25 and other stuff. Would be nice if he changed it to increments of 5.

Took a quick look at the code but it didn't look obvious to me how to do that.
Code:
		// Support frequency increments of 25.
pll_f = info->freq / GRIDSEED_F_IN - 1;
pll_f = MAX(0, MIN(127, pll_f));

If I could figure out stepping in increments of 5 I would fork dtbartle combining the per miner option of girnyau.
657  Alternate cryptocurrencies / Mining (Altcoins) / Re: GridSeed 5-chip USB miner voltage mod on: April 03, 2014, 07:12:39 AM
Anyone check to see what affect this mod does to SHA mining?
658  Bitcoin / Hardware / Re: My Custom Gridseed Case Build on: April 02, 2014, 08:14:23 AM
OMG dude...never thought to modify server power supplies for these.... I run a BUNCH of HP Server and that breakout board pmorici has that interfaces with the DPS-800GB-A looks good...also the Home Depot solution you posted for the  Delta DPS-835AB, Artesyn 7001138-Y000, IBM x3650 3655 835W (12.1V 69A) power supplies is brilliant!

....and these server power supplies have plenty of clearance for the case I just built! Too bad I already ordered 20mm extrusions for another case  Undecided  Oh, well..give me an excuse to use the mider saw again Smiley

IBM power supply watts: 835w max.  80% of full load = 668w. 11 Gridseeds dual mining = 660w (60w x 11). 66 scrypt only mining = 660w (10w x 66).
IBM power supply amps: 69.0A max. 80% of full load = 55.2A. 11 Gridseeds dual mining = 55A (5A x 11). 66 scrypt only mining = 43.56A (0.66A x 66).

The HP at 1000w can push 800w (80%) for 13 dual mining or 80 scrypt!

And with that breakout board you could just plug in 12 stripped barrel plugs directly into it...man...so nice. It also connects to a Pi for remote on/off and monitoring. He said in a post that it cost him $30 to make though so it would be cheaper to do your $2.18 solution Smiley

Please post pictures of your setup with the gridseeds if you have time...if you can't tell im excited. Screw those $300 Corsair AX1200i's!
659  Other / Archival / Re: Pictures of your mining rigs! on: April 02, 2014, 03:32:07 AM
Yea, watching that "Jobs" movie on Netflix now. He was a real awful person. Great...but awful...kinda like Hitler.
660  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: April 02, 2014, 02:51:54 AM
Did not know all that about KNC. Although it does irk me they are free to do what they want with their coin (including dumping) but if they are selling used hardware as new....well, I believe that is illegal. At least it is here in the States.

Fibonacci does look to have some nice numbers but aren't they an unknown manufacture with no previous proven hardware?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!