Bitcoin Forum
May 25, 2024, 04:30:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  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 »
401  Bitcoin / Mining support / Re: Noob question about mining.. on: November 29, 2012, 04:56:43 PM
I'm not living in my mom's basement with "free power" like some posters around here.  Cool
402  Bitcoin / Pools / Re: Who is turning off? on: November 29, 2012, 11:28:18 AM
As soon as I hit the 0.10 BTC payout threshold on BTCGuild I'm stopping, some time today.
The combination of increasing difficulty and the halving have taken a toll on my 200 Mh/s "rig"  Cool

Since I'm a software engineer I see this as my opportunity to switch over to solving a few interesting problems in OpenCL, something I've always found interesting.
403  Other / Off-topic / Re: Already delays in BFL shipment plans? on: November 27, 2012, 08:59:42 PM
We have people who borrowed in order to place pre-orders whose loans are now falling due.
Well that was dumb.

We probably also have people who were counting on income from their ASICs...
And that's just plain stupid.

Unless you know what you're getting into, borrowing money to fund a highly risky endeavor is foolhardy.
404  Other / Off-topic / Re: Already delays in BFL shipment plans? on: November 27, 2012, 06:31:08 PM
Having personally worked on a project where our final product was an ASIC I can tell you that your chances of having a working first piece are almost zero.

You get everything working in Verilog on your FPGA development board and send the Verilog files to the fab.  They do the layout, make the masks, produce the first lot, do testing, ship you the first parts.  You get the parts and damn, guess what you forgot something dumb.  So it's back to the fab with rev 2 of the Verilog files.
405  Economy / Computer hardware / Re: [WTS] 2 BFL singles on: November 25, 2012, 01:13:02 PM
Why would someone buy used hardware at $0.74/Mhs when they can get a new Jalapeno for $0.03/Mhs?
406  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.9.5 on: November 25, 2012, 12:30:33 AM
There ya go!  Thanks, it works now.
407  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.9.5 on: November 24, 2012, 11:54:29 PM
The auto-gpu switch is no longer recognized.
408  Other / CPU/GPU Bitcoin mining hardware / Re: Raspberry Pi alternatives that can run multiple BFL singles, ASICs ? on: November 23, 2012, 10:00:31 PM
That's really weird.  My Linux PC is an ancient 1.5 GHz AMD processor and it build fine.  If it bothers you I guess you could ask about CPU mining on the cgminer thread and give everyone a good laugh.  Cool

Anyway back on topic you should be able to ASIC mine by doing the appropriate cgminer build under Linux.
409  Other / CPU/GPU Bitcoin mining hardware / Re: Raspberry Pi alternatives that can run multiple BFL singles, ASICs ? on: November 23, 2012, 09:41:55 PM
is there a desktop thingie that has a lower power consumption than asus eee box or dell studio hybrid? (or anything low powered with a case in that matter)

"Thingie?"  Mom?  Is that you? Grin
410  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: November 23, 2012, 09:20:33 PM

oclvanityminer -u https://vanitypool.appspot.com/ -a 1XXXXXZTzBssUq6bnE27cz4rv5SJ4sr5


oclvanityminer -u https://vanitypool.appspot.com/ -a 1XXXXXZTzBssUq6bnE27cz4rv5SJ4sr5 -d 0

There ya go hun.
411  Other / CPU/GPU Bitcoin mining hardware / Re: Raspberry Pi alternatives that can run multiple BFL singles, ASICs ? on: November 23, 2012, 08:51:51 PM
Sweet. Will give it another go. Grin  It was yasm that was huge.

EDIT: nope, just says all devices disabled, cannot mine.

Make sure that after doing a fresh "./configure --enable-cpumining" you do "make clean" before doing "make" again

BTW I just got cgminer compiled on my Ubuntu PC.
412  Economy / Marketplace / Re: The Armory - Weapon Marketplace on: November 23, 2012, 04:24:48 PM
The place mentioned above may have what you're looking for.
413  Other / CPU/GPU Bitcoin mining hardware / Re: Raspberry Pi alternatives that can run multiple BFL singles, ASICs ? on: November 23, 2012, 04:23:36 PM
What version of linux is on the beaglebone?  I tried to build cpu support for cgminer on an ubuntu laptop and it wanted to download like 660MB of extra data for the assembly drivers.

I used the stock BB  image which is Angstrom.  Regarding the assembly routines (yasm) you don't need them.  I just didn't download yasm and cgminer built fine without it.  The assembly code provided by yasm is x86 code that speeds up the mining algorithm.  It won't work on a BB or RPi anyway since they're both ARM processors.

Here's exactly what I did from the command line:

root@beaglebone:~# wget http://ck.kolivas.org/apps/cgminer/cgminer-2.9.4.tar.bz2
root@beaglebone:~# tar xjvf cgminer-2.9.4.tar.bz2
root@beaglebone:~# cd cgminer-2.9.4
root@beaglebone:~# ./configure --enable-cpumining
root@beaglebone:~# make

Nothing to it.  If you want FPGA mining there are switches like --enable-bitforce that you can use with "./configure" to turn those on.
414  Other / CPU/GPU Bitcoin mining hardware / Re: Raspberry Pi alternatives that can run multiple BFL singles, ASICs ? on: November 23, 2012, 11:30:03 AM
I got cgminer running on a BeagleBone.  The scary part is I could have been racking up the BTC back in the early days with a rig like this.
At my current hash rate I should be getting 1 share every 7-8 hours or so.  Cool

That's got USB. You tried it with any FPGAs?

I don't own an FPGA miner but cgminer can be built with support for BitForce, Icarus, ModMiner and Ztex FPGA boards.
Building the cgminer executable under Linux is really simple and straightforward.  I built cgminer for CPU mining directly on the BeagleBone using build command switches found in the cgminer thread.
415  Bitcoin / Mining support / Re: Noob question about mining.. on: November 23, 2012, 12:10:44 AM
When ASICs start shipping try picking up an FPGA miner cheap. 

Any estimates on shipping date?


Plenty of threads dedicated to speculating on that one.
416  Bitcoin / Mining support / Re: Noob question about mining.. on: November 22, 2012, 11:48:44 PM
I dunno.  I've been GPU mining for a while but unlike OP my hardware is paid off with a decent profit over and above that.
It's probably too late though you could make some BTC as long as you're not too ambitious.

When ASICs start shipping try picking up an FPGA miner cheap. 
417  Economy / Currency exchange / Re: About to buy a $125 Mp how muc btc on: November 22, 2012, 04:51:13 PM
The first thing I thought of was "member of parliament" and I'm American.  Cool
418  Bitcoin / Pools / Re: [605 GH] Eligius: GBT Decentralized, 0Fee CPPSRB, no reg, BTC+NMC on: November 22, 2012, 04:34:11 PM
So is it officially back online then?
419  Other / CPU/GPU Bitcoin mining hardware / Re: Raspberry Pi alternatives that can run multiple BFL singles, ASICs ? on: November 22, 2012, 04:00:17 PM
I got cgminer running on a BeagleBone.  The scary part is I could have been racking up the BTC back in the early days with a rig like this.
At my current hash rate I should be getting 1 share every 7-8 hours or so.  Cool

420  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.9.4 on: November 22, 2012, 12:47:44 PM
The semi-official Bitcoin Pool Comparison Chart only shows 2 stratum pools, BTCGuild and Slush's.  Are there others?
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!