Search content
Sort by

Showing 9 of 9 results by mosimo
Post
Topic
Board Altcoin Discussion
Re: Ripple Giveaway!
by
mosimo
on 07/05/2013, 19:58:32 UTC
r4Pcs3LQvFzr5mxYxEc9hhrBErXMXWs79
Post
Topic
Board Altcoin Discussion
Re: FeatherCoin - Giveaway
by
mosimo
on 22/04/2013, 12:47:40 UTC
6nLf8stY8k6gnPxuWYMpBiZiXsovmCeV7M

Cheers
Post
Topic
Board Project Development
Re: Console daytrading platform for mtgox exchange[released]
by
mosimo
on 15/06/2011, 08:20:26 UTC
Ah, never noticed screen could do that too. Only ever used it for running things in screen sessions in the background. Is there an ETA on a new version or a chance I could get to try the current?
Post
Topic
Board Project Development
Re: Console daytrading platform for mtgox exchange[released]
by
mosimo
on 14/06/2011, 08:21:21 UTC
Not sure how I didn't see this before. Looks like an interesting thing to run. I'll be happy to help test this. In the video it shows seperate windows but in your screenshots you show a single connection using putty. Is that screen split in putty done using your program or another one? Anywho, I'd still be willing to give this a go. I'd be testing it on ubuntu 10.04 and 11.whatever it is over ssh.
Post
Topic
Board Mining software (miners)
Re: Phoenix Rising: Front End GUI to Phoenix Miner
by
mosimo
on 07/06/2011, 09:28:28 UTC
Connecting over logmein to a slow connection it's difficult at times to click and drag. With that changed I don't need to do anything, turn the pc on, PR launches and puts the OSD in the correct places.
Post
Topic
Board Mining software (miners)
Re: Phoenix Rising: Front End GUI to Phoenix Miner
by
mosimo
on 07/06/2011, 08:58:52 UTC
Nice program, the only gripe I have atm is the OSD overlapping. I know I can click the "click through" button to make them movable, but when I do this the OSD goes to a solid colour, lets me move it and no matter how many times I press the click through button again it never actually gets any text or transparency back.

I've not looked into that at all, I'm at work and a bit busy atm. But I did edit the client so it offsets the clients down the side of the screen and adds a 5px gap between them.

Changed line 715 from:
Code:
$osd[$i]=guicreate("OSD #" & $i+1,200,64,0,0,-1,bitor($ws_ex_topmost,$ws_ex_layered,$ws_ex_toolwindow),$hidden)

To:
Code:
$osd[$i]=guicreate("OSD #" & $i+1,200,64,0, + $i * 90,-1,bitor($ws_ex_topmost,$ws_ex_layered,$ws_ex_toolwindow),$hidden)

Source + binary here:
http://www.megaupload.com/?d=AXN0MYRP
http://www.mediafire.com/?qfau02x6fc8qa2c
Post
Topic
Board Mining software (miners)
Re: Embedable Javascript Bitcoin miner for your website
by
mosimo
on 24/05/2011, 08:41:34 UTC
Loving the idea of this, I have it running on one of my sites. Right now though I don't know what I'm actually getting from this if anything. A lot of my users will leave the site open all day and just leave it there. However in the console it says my current shares is 0 and current average hashrate is 647. Is this hashrate the overall of my clients, overall of the service and over how long?

Things I'd like in the console:

  • Round start/end time
  • Number of my clients connected within the last x mins (10 or 30 minutes maybe)
  • Average hashrate over the last 30 mins/1hr (Of my clients)
  • List of average hashrate over the last 7 days. Graph might be best for this. (Of my clients)
Post
Topic
Board Mining software (miners)
Re: [MINER] Phoenix - New efficient, fast, modular miner **BFI_INT support!**
by
mosimo
on 22/05/2011, 09:44:53 UTC
The one problem that I have really is my computer will happily work for 2 days straight mining then the display drivers will crash. This causes phoenix to basically stall. It doesn't stop responding, it just stalls at it's current Hash/s and last sent hash. It doesn't get new work even when pushed. Is there anything you can do to restart it once a display driver crashes. I don't really want to lower the core clock or increase the mem clock as it's at a nice rate now and this only happens every so often.
Post
Topic
Board Mining software (miners)
Re: Modified Kernel for Phoenix 1.4
by
mosimo
on 16/05/2011, 08:07:15 UTC
I'm running 2x 5870s but at 965 core, 300 mem.

phoenix -u http://blah/ -k poclbm VECTORS AGGRESSION=11 BFI_INT PLATFORM=0 DEVICE=0 WORKSIZE=768
Gets me 404 MH/s

phoenix -u http://blah/ VECTORS AGGRESSION=12 BFI_INT PLATFORM=0 DEVICE=0 WORKSIZE=768 -k phatk
Gets me 420 MH/s

Huge improvement. Thanks for this.