Bitcoin Forum
July 04, 2024, 11:04:57 AM *
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 »
101  Economy / Securities / Re: [GLBSE] Gamma SatoshiDICE Pass Through on: October 02, 2012, 10:55:06 AM

Okay, September is over! The stats are now updated on the spreadsheet:  https://docs.google.com/spreadsheet/ccc?key=0Aiec3-Eo_yO5dG5SQklHZG4wRm1GMW9DRWpMMW5UQkE

Summary:
Earnings   2115.30020995
Hosting/Tech Expenses   50
   
Net Profit   2065.30020995
10% MPEX Dividend   206.530020995

Volume over past 30 Days   228,279.18
Actual Profit over past 30 Days   2,115.30
Expected Profit over past 30 Days   4,337.30

From the numbers, you can see that players did statistically better than they should have this month (good for them!). Based on volume of SatoshiDICE bets, the site was expected to earn 4,337 BTC, but only earned 2,115 BTC. The dividend would have been roughly double the size if we had statistically matched expectations.

September was the second-strongest month ever in terms of bet volume, after last month's record-breaking performance.

Moving into October, the new site is extremely close (day or two) to being live, and a special announcement still remains that is 1-2 weeks away.

Thank you to all the asset holders, both on MPEX and the GLBSE passthrough. I will be paying the dividend tomorrow (Tuesday)... if you buy shares before I pay it you get an immediate return of about 7.5% APY Wink

Cheers,
-Erik

Thanx for the info evoorhees!
102  Economy / Securities / Re: New GLBSE.com for FPGA mining investment - FPGAMINING on: October 01, 2012, 07:46:20 PM
Is there something we can really do?

I mailed both Nefario and support@glbse.com. Nefario did not answer, and Support@glbse opened a ticket 2 days ago, but its status is still "Awaiting assignment to a help desk operator".
In my ticket I resumed the facts and requested "to freeze the asset and/or release the identity of the issuer and/or take any other action you deem appropriate."
Maybe if someone else open a ticket too they will wake up.

I don't think that is necessary as we will get back out BTC.. but it will take time.
103  Other / CPU/GPU Bitcoin mining hardware / Re: GUI mining - updated Feb 19 with poclbm bugfix on: October 01, 2012, 11:49:19 AM
Any update coming soon?
104  Economy / Services / Re: Gigamining / Teramining on: October 01, 2012, 11:41:26 AM
To all Gigaminers:

Coupon payments for the week have been paid.

Enjoy,
gigavps

Thanx for a great service!
105  Economy / Securities / Re: [GLBSE] Gamma SatoshiDICE Pass Through on: October 01, 2012, 06:06:36 AM
Today's the date! I hope we get much BTCBTCBTC when the dividends starts =)
106  Economy / Service Announcements / Re: Giving Away a FREE 840Mh/s ModMiner Quad FPGA Miner Every Week in October! on: October 01, 2012, 06:04:42 AM
I'm in for the contest!
107  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.6 on: September 29, 2012, 12:56:02 AM
Thanks to dlasher, SAC, burger, and especially ckolivas and kano; my BFL single is now running on my R-Pi!  Soon I will re-post dlasher's guide with the corrections I used to make it work for me.  (First I will test with a fresh Raspbian install.)

Code:
cgminer version 2.7.6 - Started: [2012-09-28 13:26:28]
--------------------------------------------------------------------------------
 (5s):433.4 (avg):714.6 Mh/s | Q:4  A:12  R:0  HW:0  E:300%  U:17.1/m
 TQ: 0  ST: 2  SS: 0  DW: 1  NB: 2  LW: 15  GF: 0  RF: 0  WU: 18.5
 Connected to http://us1.eclipsemc.com:8337 with LP as user <myusername>
 Block: 00000038ba38b354b3fd8173cd55cebb...  Started: [13:26:28]
--------------------------------------------------------------------------------
 [P]ool management [S]ettings [D]isplay options [Q]uit
 BFL 0:  45.7C         | 771.9/918.7Mh/s | A:13 R:0 HW:0 U:18.54/m
--------------------------------------------------------------------------------

 [2012-09-28 13:26:27] Started cgminer 2.7.6
 [2012-09-28 13:26:28] Probing for an alive pool
 [2012-09-28 13:26:28] Long-polling activated for http://us1.eclipsemc.com:8337/LP
 [2012-09-28 13:26:28] Pool 0 http://us1.eclipsemc.com:8337 alive
 [2012-09-28 13:26:28] New block detected on network before longpoll
 [2012-09-28 13:26:28] Pool 1 http://us.ozco.in:8331 alive
 [2012-09-28 13:26:33] Accepted 00e6e730 Diff 1 BFL 0 pool 0
 [2012-09-28 13:26:38] Accepted 09631bd0 Diff 1 BFL 0 pool 0
 [2012-09-28 13:26:43] Accepted a45652a8 Diff 1 BFL 0 pool 0
 [2012-09-28 13:26:43] Accepted a79f96ba Diff 1 BFL 0 pool 0
 [2012-09-28 13:26:48] Accepted 280b28cf Diff 1 BFL 0 pool 0

Nice that you got it working!
108  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.6 on: September 28, 2012, 05:49:22 AM
When compiling you need the development package of the library when it is not found so...

Code:
apt-file search libudev.h
libudev-dev: /usr/include/libudev.h
Thanks but that did not work for me:
Code:
root@raspberrypi:/usr/src/cgminer# apt-file search libudev.h
bash: apt-file: command not found

- The linux n00b

Edit: I hope this is not too off-topic but I believe it will be useful for other (n00b) users to get cgminer working on their Raspberry Pi.  Or at least those that want to compile from source.  Now that I think about it, didn't someone offer pre-compiled binaries for the RPi?  Or was that for one of the Bitcoin clients???


can't you just do:

Code:
apt-get install libudev-dev
109  Economy / Services / Re: Gigamining / Teramining on: September 28, 2012, 05:41:49 AM
The concern I have with the teramining upgrade path, and please correct me if I'm wrong, is that the share hashrate increases five-fold?  So a 5 MH/s share turns into a 25 MH/s share.

But..

a $150 GPU can do 350 MH/s
a $150 Jalapeno can do 3500 MH/s

So the hashpower increase is 10-fold, your shares increasing 5-fold is not a great value considering. 

Please correct me if I'm wrong, LOTTOMINING to be purchasing shares off you and other tickers on GLBSE, I just want to better understand the teramining transition, since we will be purchasing shares very soon (our IPO is Oct. 1 and our company is going to purchase shares in other tickers). 

But then he has $15,295 BitForce Mini Rigs that can do 25200 MH/s.
110  Economy / Securities / Re: [GLBSE] Gamma SatoshiDICE Pass Through on: September 27, 2012, 08:27:10 PM
I read that the next payment from SatoshiDICE will be on Oct 1. It will be exiting to see how much it is!
111  Economy / Services / Re: Gigamining / Teramining on: September 27, 2012, 04:44:29 PM
How long can I wait to do the 1:4 upgrade? is there a time frame for this? As I have my BTC locked in ZIP.A (I don't think I will get those BTC back). Now I have to mine or hope for good dividends from my other investments on GLBSE.

I would prefer that everyone be ready in advance with their decisions. I would think we probably have another month before we get started.

Ok, it's good to know... Now I hope BFL delivers in November. And will Gigamining still give dividends while you send in some of your BFL equipment for the trade in for the new ASICs?
112  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclk/fans, GBT, RPC, Linux/PPA/Windows 2.8.0 on: September 27, 2012, 02:09:35 PM
Isn't there a way to just "pause" the GPU mining and still mining with the FPGA's so we don't have to close BFGMiner and restart it with only FPGA's?
You can do that from the GPU menu as well...

Thanx!

Is there a way for BFGMiner to do all the queued work (and not pulling more work) and then quit when done?
Not right now... open an Issue with a use case if this is important to you

It's not important to me, but maybe to pool operators that are maybe waiting (I dunno for how long till it sends the work to another miner) for the queued work while the miner is using the gpu for gaming or other stuff.
113  Economy / Services / Re: Gigamining / Teramining on: September 27, 2012, 12:06:02 PM
How long can I wait to do the 1:4 upgrade? is there a time frame for this? As I have my BTC locked in ZIP.A (I don't think I will get those BTC back). Now I have to mine or hope for good dividends from my other investments on GLBSE.
114  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclk/fans, GBT, RPC, Linux/PPA/Windows 2.8.0 on: September 27, 2012, 10:59:06 AM
Isn't there a way to just "pause" the GPU mining and still mining with the FPGA's so we don't have to close BFGMiner and restart it with only FPGA's?
You can do that from the GPU menu as well...

Thanx!

Is there a way for BFGMiner to do all the queued work (and not pulling more work) and then quit when done?
115  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclk/fans, GBT, RPC, Linux/PPA/Windows 2.8.0 on: September 27, 2012, 06:10:35 AM
Isn't there a way to just "pause" the GPU mining and still mining with the FPGA's so we don't have to close BFGMiner and restart it with only FPGA's?
116  Other / Off-topic / Re: BFL Requests Input on: September 25, 2012, 10:16:39 PM
I would nominate DeaDTerra
117  Economy / Marketplace / Re: ["WAIT LIST"] BFL SC Order Dates / Ship Dates on: September 25, 2012, 07:25:19 PM
Date Paid - 2012/9/25
Order Number -  9252
Trade-In (Y/N) - N
Qty SC Jalapeno - 2
Qty SC Single - 0
Qty SC Mini Rig - 0
User - burger
118  Other / Off-topic / Re: [EDIT: NEVERMIND] First picture of BFL ASIC? on: September 22, 2012, 08:06:56 PM
Quote from their FB page:
Quote
Butterfly Labs Final rendering of Jalapeno for production (which is under way).
119  Other / Off-topic / Re: [Announcement] Butterfly Labs on: September 22, 2012, 08:03:00 PM
Here is a nice picture of the  jalapeno:




Source Facebook:
https://www.facebook.com/photo.php?fbid=471626712869140&set=a.471626709535807.109652.470018806363264
120  Economy / Securities / Re: [Investment fund] Gamma Bitcoin Fund [Infrastructure change inside!] on: September 21, 2012, 07:30:53 PM
DeadTerran, they are shouting for you in this video... check at 00:00:47
http://www.youtube.com/watch?v=K6fuEKqGSsQ
Pages: « 1 2 3 4 5 [6] 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!