Bitcoin Forum
June 09, 2024, 08:05:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Pools / Re: [10000Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB on: October 01, 2014, 10:32:06 PM
I just realized I haven't gotten any NMC deposits in 2 weeks or so. Is there any way to see the NMC queue, or does it all just happen behind the scenes?

Thanks for any insight.
2  Bitcoin / Mining software (miners) / Re: Simple Cgminer Remote Monitoring Script - now with email alerts on: March 14, 2014, 02:27:53 PM
Hey Paxxil,

Just wanted to say thank you. I heavily, heavily modified your script, and quite honestly learned more about PHP along the way than I every thought I'd know. Smiley I'd offer up some of the changes, but I'm a total hack and wouldn't begin to know how to properly contribute.

That said, one of the things I've done is to create a static html page with cURL every couple minutes, and point my browser to it. The load time is instant, and I haven't found a downside yet.

So thank you again for a great script, and a great lesson, even if the latter wasn't your intent. Smiley
3  Alternate cryptocurrencies / Altcoin Discussion / Re: 20 x 1Oz Silver bars AT SPOT for LTC, FREE Shipping, Price is fixed daily on: August 10, 2012, 05:41:53 PM
Received the silver bars today, packed well and padded. Thank you bitcool!
4  Alternate cryptocurrencies / Altcoin Discussion / Re: 20 x 1Oz Silver bars AT SPOT for LTC, FREE Shipping, Price is fixed daily on: August 08, 2012, 12:34:39 AM
I've never had silver or gold -- I'm actually quite excited for my bars to arrive.  I got enough for the kids too, to start them collecting. Sorry Wknight, I sorta hogged 'em. Smiley
5  Alternate cryptocurrencies / Altcoin Discussion / Re: 20 x 1Oz Silver bars AT SPOT for LTC, FREE Shipping, Price is fixed daily on: August 06, 2012, 03:10:07 AM
I'll take one.
6  Economy / Goods / Re: [SOLD] Kindle Keyboard (3rd gen), charges, kindle case - $68 (btc, USA only) on: March 19, 2012, 12:25:11 AM
Item received, in perfect condition. It was even packed well.  Thanks sp0tter!
7  Economy / Goods / Payment Sent! on: March 09, 2012, 05:01:42 PM
Ok, 13.877551 bitcoins sent to the address you gave me.
8  Economy / Goods / Re: Kindle Keyboard (3rd gen), charges, kindle case - $68 (btc, USA only) on: March 09, 2012, 04:54:07 PM
Sold!  I'm a n00b to buying things with bitcoins, but yeah, I'm in.
9  Alternate cryptocurrencies / Altcoin Discussion / Re: Physical Litecoins on: February 19, 2012, 03:38:50 AM
Mine arrived today as well, thanks Coblee! Smiley
10  Alternate cryptocurrencies / Altcoin Discussion / Re: Thread about GPU-mining and Litecoin on: February 17, 2012, 04:24:15 AM
Why does it matter?

The advantage isn't for folks willing to invest hardware, the advantage with CPU mining is that people can mine without any initial investment. I totally understand what you're saying, and maybe the "accessible to the masses" isn't even a practical idea -- but that's the idea. Anyone can mine with what they have.
11  Alternate cryptocurrencies / Altcoin Discussion / Re: Thread about GPU-mining and Litecoin on: February 17, 2012, 04:18:10 AM
Interesting. It's a shame it so close, it would be nice to have a *little* wiggle room.  That said, price parity based on GPU speeds would be a legitimate way to stabilize LTC prices. I just wish it wouldn't stablize the price so low, lol!
12  Alternate cryptocurrencies / Altcoin Discussion / Re: Thread about GPU-mining and Litecoin on: February 17, 2012, 04:05:28 AM
If the efficiency is 5-6 times that of a CPU, it's still a far cry from Bitcoin's CPU-worthlessness. It would be interesting to see the math concerning how worthwhile it would be to mine BTC vs LTC on a theoretical GPU scrypt miner.

Perhaps the ability to mine LTC with a GPU will still be moot. If it's more economical to mine for BTC and buy LTC with the profits, it would be foolish to mine LTC with a GPU even if possible.

Anyone like crunching numbers? What would the price of LTC need to be in order to make GPU mining worthwhile? I don't think we're there, but like I said, I haven't run the numbers at all.
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer - LTC/FBX/TBX on: January 12, 2012, 02:52:53 AM
OSX Builds:

64 Bit (OSX 10.6 & 10.7): http://dl.dropbox.com/u/828037/pooler_minerd_osx_64bit_Jan11.zip
32 Bit (OSX 10.4 & 10.5): http://dl.dropbox.com/u/828037/pooler_minerd_osx_32bit_Jan11.zip
PPC (OSX 10.4 & 10.5): http://dl.dropbox.com/u/828037/pooler_minerd_osx_ppc_Jan11.zip

NOTE: I'm pretty sure Intel 10.5 can handle 64 Bit applications, but I don't have a development machine running 10.5, my apologies.

NOTE 2: The PPC binary is *not* the optimized code from ssvb. I haven't been able to compile that on my PPC machines. This is just the C implementation.  Pooler made it Big Endian compatible, so I was able to compile it.
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer - LTC/FBX/TBX on: January 08, 2012, 06:09:27 PM
I built pooler's code on my PowerMac G5 (PowerMac9,1 ppc970fx, 1.8 GHz) running Ubuntu 11.10 and achieved ~1.45 kH/s. ssvb's code on the same machine provides ~3.10-3.25 kH/s.

I used CFLAGS="-O3 -mcpu=G5 -mtune=G5 -maltivec -fstrict-alias" when I built both.

Cool, I didn't know about the -mtune flag, thanks. Still, I have to keep OSX on my machines, so compiling is... challenging. Smiley
15  Other / Beginners & Help / Re: Using MtGox as a wallet? on: January 08, 2012, 03:38:40 PM
Personally, since I sell the coins fairly quickly after mining them (gotta pay off that hardware!), I send them to MtGox. If I were holding a significant amount of coins, I wouldn't store them there.

Everyone is correct though, I wouldn't leave anything on someone else's site that I couldn't live without.
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer - LTC/FBX/TBX on: January 08, 2012, 02:01:26 AM
I got pooler's code to compile for PPC OSX as well (he made the code work for big endian systems now, thanks pooler!), but it fails on some systems I tested on. I'm going to recompile on Monday with a different machine and see how it goes. If I get a good binary, I'll post that as well.

ssvb's code would likely work better for PPC, but I'm having more serious problems compiling it. There are missing header files, etc. I'm sure it's because OSX 10.4 is so old.  (I don't have any machines running 10.5, so I haven't tested ssvb's code there)

Anyway, I'll post a PPC binary if I can get it to work well. If I ever get ssvb's code to compile, I'll post that as well.
17  Other / Beginners & Help / Re: Trust No One on: January 07, 2012, 05:57:12 PM
I'm trustworthy... No really.  Tongue
18  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: January 07, 2012, 05:55:56 PM
I'd like to get whitelisted, but no big deal if it can't happen.
19  Other / Beginners & Help / Re: Introduce yourself :) on: January 07, 2012, 05:54:31 PM
Hi
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!