Bitcoin Forum
May 05, 2024, 07:36:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 [88] 89 90 »
1741  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.7 on: February 20, 2012, 07:31:43 PM
Kano: API issue...

Setting intensity to 'D' doesn't seem to work.
Can set other values fine 0, 1, 2 etc., but when D is sent it reverts to 0.
1742  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 20, 2012, 05:59:18 PM
found a bug, if you add a miner that doesnt have --api-network and --api-listen (DOH!) its added "invisibly" - mine showed 4 hosts, and displayed 3. it slowed it down on refresh by LOTS. cant delete it in anubus as its not visible. I deleted it out of mysql though so its all good now.

I've fixed that. Just about done with my mods.

Thing is, OCminer seems to have disappeared, so I'm not sure what to do with what I've done :/
1743  Economy / Speculation / Re: OH yeah baby, $3 here we come!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1 on: February 16, 2012, 04:37:19 PM
Where are my $3 bitcoins I was promised??? Angry
1744  Economy / Speculation / Re: OH yeah baby, $3 here we come!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1 on: February 16, 2012, 12:50:51 AM
10K @ 3.9
that's a hell of a wall.
1745  Economy / Speculation / Re: Stop panic selling, you idiots. on: February 15, 2012, 09:55:15 PM
No, keep selling guys, I want some cheap coins Smiley
1746  Economy / Speculation / Re: Bitcoinica has paid out the first day's interest! on: February 15, 2012, 08:29:51 PM
Very clever Smiley

The more people put $/B in, the more there is in reserve for the leverages folk to play with and less startfishes.
Smiley
1747  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 15, 2012, 06:02:23 PM

Not sure if you have a feature request list, but I'd put this:

-- Graphs
-- ways to explore historical information? (like, how long has that card been throttling?)
-- configurable notifications, and way to test them?



You'll have to find another app to do that. Anubis is a PHP script, it just runs once when the page loads. It can't do any monitoring / data logging etc. It just shows snap-shots of the current situation.
1748  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 12, 2012, 07:18:47 AM
Got it working now Smiley
It ain't pretty, but it does what it should.

Still would like for a single clk setting to force that one clk, then sending a range value ('500-800' etc.) to re-enable the gpu-auto. Same for fan speed.
1749  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 11, 2012, 07:32:22 PM
For the API:
Make GPU Clock & Fan Speed accept a range
- range = auto, as per...
- single value = set just to that value
Add target temp

Job's a good'un Smiley

Also add uptime.
1750  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 11, 2012, 07:18:31 AM
I was wondering if the API would accept a GPU clock range.
1751  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 11, 2012, 01:23:14 AM
Workin' on a lil' something...



Doesn't change values right now, but won't take me too long (I think).

P.S. I hate java script. Someone else can make it more pretty.
1752  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 08, 2012, 01:34:05 AM
***Bug***

in function request, the sub-request socket port is hard-coded to 4028, rather than the value in the data base


$socket2 = getsock($host, 4028);

should be

$socket2 = getsock($host, $hostport);

1753  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.3 on: February 08, 2012, 12:14:43 AM
I'm getting an unholy amount of discarded work and a fare amount of rejects... where should I start looking to fix/improve this?
1754  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 06, 2012, 07:40:07 PM
Re: Cross Compiling...

1. Added #define _GNU_SOURCE to bitforce.c (was having problems with pthread_rwlock_t)
- Not fixed Sad

2. Had to comment out the functional affine_to_cpu, leaving just the empty stub in main.c because my libraries evidently don't support processor affinity (Ancient compiler again, I guess). Perhaps a test for cpu_set_t could be done or something.
- Fixed Smiley

1755  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 03, 2012, 10:44:14 PM
After much headbutting the screen, walls and various other hard objects, I finally got cgminer to cross compile and run under a mipsel processor (for my Asus RT-N16).
My main problems was getting the cross-compiler to work; documentation on dd-wrt application development is very VERY sparse. in the end I discovered that optware (http://www.nslu2-linux.org/wiki/Optware/Platforms) source package includes a self-compiling compiler (though it's ancient).

ANYWAY.

With the options: --disable-opencl --disable-adl --enable-bitforce, I had to edit a couple of things in the code:

1. Added #define _GNU_SOURCE to bitforce.c (was having problems with pthread_rwlock_t)
2. Had to comment out the functional affine_to_cpu, leaving just the empty stub in main.c because my libraries evidently don't support processor affinity (Ancient compiler again, I guess). Perhaps a test for cpu_set_t could be done or something.

So, now cgminer returns with: 'All devices disabled, cannot mine!' Obviously I have no BFL units attached, but should it not scan serial ports or something? Is that the expected result?

Also, I've found cgminer configure expects curses.h to be directly in /include/. The default location however, seems to /include/ncurses/.
1756  Economy / Speculation / Re: shit, shit, shit on: January 27, 2012, 11:33:15 PM
Still waiting for the value to drop way more. Wanna buy me a whole load of them Smiley
1757  Bitcoin / Hardware / Re: Use Beagleboard/Pandaboard to run FGPA mining rig on: January 21, 2012, 03:06:19 AM
Well, got cgminer to compile for the mips (broadcom) processor my ASUS RT-N16 has.
Absolutely no idea if it does ANYTHING, but it compiled!

All in need to do now is:
Actually install DD-WRT on my router.
Acquire a BFL unit.
See if it does anything Smiley
1758  Bitcoin / Hardware / Re: Use Beagleboard/Pandaboard to run FGPA mining rig on: January 20, 2012, 10:02:19 PM
Your DD-WRT'd USB router Smiley
1759  Bitcoin / Pools / Re: [214 Gh/s] Bitcoins.lc - No invalid blocks, Instant payout, EU, IPv6, 0% fee, LP on: January 20, 2012, 08:21:36 PM
502 bad gateway!
1760  Other / Archival / Re: Pictures of your mining rigs! on: January 20, 2012, 07:47:42 PM
Try not to be too jelly of my gargantuan 150MH/s...

Pages: « 1 ... 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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 [88] 89 90 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!