Bitcoin Forum
May 05, 2024, 10:09:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 37 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 »
1721  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 23, 2012, 05:30:31 PM
PHP simply isn't working there. It's showing the script rather than running it.

See if you can google the problem. I'm afraid I'm not a php installation expert.
1722  Other / Off-topic / Re: BFL Single in the wild (send me my bounty!) on: February 23, 2012, 02:47:49 AM
Can't wait for mine to turn up  Cheesy
1723  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 23, 2012, 01:43:33 AM
Good to hear!

I'm not so proud as to refuse a donation Cheesy
1Fxpijq1NN52LzSzD2WtGbT3ZTWq366ejj

Thanks dude Smiley
1724  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.7 on: February 23, 2012, 01:12:36 AM
Just wondering... is there an issue with the way cgminer caches work?
I don't know what goes on inside, but one plausable explanation to what I'm seeing is:
CGM gets work from all pools.
When Primary pool goes down, work starts on the secondary.
But CGM doesn't get new work, uses what is has, which is old.
Old work submitted, and promptly rejected.

Alternatively:
When Primary pool goes down, work from that pool is submitted to the secondary pool.

Any of these scenarios occur? Because my secondary and tertiary pools end up with a greater number of rejected shares, than accepted.
1725  Other / Off-topic / Re: BFL Single in the wild (send me my bounty!) on: February 23, 2012, 12:26:12 AM
A beautiful sight to see a BFL single frolicking free in the wild...
1726  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 23, 2012, 12:03:53 AM
So no more problems then?

I must be better than I thought Smiley
1727  Other / Off-topic / Re: 1GH/s, 20w, $700 (was $500) — Butterflylabs, is it for real? (Part 2) on: February 22, 2012, 10:28:39 PM
 Grin
1728  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.7 on: February 22, 2012, 10:13:15 PM
Anyone have cgminer compiles for windows with cpu mining enabled?... want to do some testing.
1729  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 22, 2012, 02:29:08 AM
Might be more PDO stuff to fiddle with.

Find the apache error log, and see what it says.

Blank page could be a basic parsing error, that is a syntax error (i.e. missing ';' etc.)
1730  Other / Off-topic / Re: 1GH/s, 20w, $700 (was $500) — Butterflylabs, is it for real? (Part 2) on: February 22, 2012, 01:08:50 AM
Inaba:

When you picked up the new single, was it in a sealed box or was it just swapped out from open stock?

Does the box include a CD for driver(s)?

Is there an instruction manual?

Did they meet you outside the office or did you see their reception area?

When you were there, did you see any other singles in boxes awaiting shipping?

Is the new single another Rev 1 unit or a Rev 2?

https://bitcointalk.org/index.php?topic=60586.msg761728#msg761728
1731  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 22, 2012, 12:29:21 AM
Just made a couple more minor changes.
1732  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.7 on: February 21, 2012, 07:44:57 PM
Just have to say, cgminer is working great right now Smiley
Previous version were producing a lot of invalids/rejectes/discarded etc. Now the figure are all looking very good.
Well done Con Smiley
1733  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 21, 2012, 07:34:49 PM
After getting ocminer's blessing, I've put it on github.
I really don't know what I'm doing with this, but it's here:
https://github.com/pshep/ANUBIS
1734  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 21, 2012, 05:31:44 PM
You will need to use the previously added --api-allow and also use the new 1.2 change that I've just added to put a "W:" in front of IP addresses and IP address ranges that you want to allow to change cgminer (write/privileged access)

Basically the idea being that you can allow IP addresses to view cgminer but also restrict which IP addresses can change cgminer (or even allow none to)
One way you can test for this change is with the API version which will be 1.2
You can also test for privileged access with the new 1.2 command 'privileged'
... old versions of cgminer will give an error saying it doesn't exist, new versions will give an error if you don't have privileged access and a success message if you do have privileged access

I was thinking... having a web interface basically invalidates this, but then it's up to the admin to restrict access to the web interface. essentially 'SEP' Wink
1735  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 21, 2012, 05:29:03 PM
I see. I've used GIT occasionally for getting code, but don't really know how it works. I'll look in to it.
Guess I'll have to set a project up in place of OCMiner since he's not using git.
1736  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 21, 2012, 05:22:32 PM
Hey Inaba... I'll mail it to you, but I don't really want to upload it anywhere without OCMiners blessing. It is his afterall. I feel a bit awkward about taking it over without first consulting him. Would prefer to wait till he comes back, but I guess if he doesn't show up, I may have to. :/
1737  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 21, 2012, 05:17:40 PM
And lastly what is an unavoidable bug in probably every piece of API usage software, that you can fix with 1.2:
At the moment you probably look for "MHS 5s" to find the 5s average.
That will actually fail if anyone starts cgminer with the --log option with some value other than 5.
You can find the correct value for '5' with the 'config' command in the new 1.2 "Log Interval" - which of course will be '5' unless someone runs cgminer with the --log option.
(The --log option has been in cgminer for a long time)
So if "Log Interval" is "10" then you should look for "MHS 10s" not "MHS 5s"

Hmm, so the received parameter name is "MHS XXX"? Where XXX is the preset inverval... OK.

Thanks for that Kano, I shall bear that all in mind. Anubis is pretty basic/dumb as far as checking what's going on right now.
For instance, the result of any set is ignored. If the get values are updated to what you want, it worked. If not, it didn't work Smiley The user is the feedback.
1738  Other / CPU/GPU Bitcoin mining hardware / Re: It's long, thick, and black. Hardware pRon! on: February 21, 2012, 02:48:57 AM
I am amazingly unimpressed.
1739  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 20, 2012, 09:59:47 PM
Anyone wanna be a guinnea pig and help exercise my version? PM me your email, and I'll send it.
(Don't want to make it fully available until OCMiner reappears!)

Changes:
90% re-written (no lie!) OCMiner repeated a lot (A LOT) of code on each page, I moved it all to more easily maintained functions.
Changed database API from MYSQL specific, to PDO, which allows for nearly any database to be used. I personally use SQLite. I've only coded and tested for MYSQL and SQLite, but you can add your own fairly easily.
Changed the way some items are displayed:
- Max temp rather than avg temp
- Share ordering is more consistant across host/device display
- Added utility
- Added both absolute quantity and percentage of shares to each item
- Missing / invalid values displayed more gracefully
- Other nip/tucks here and there.
Added pool display to host data:
- Added priority pool selection.
Added new device management page:
- Start / stop / restart each device
- change all settings CGminer Allows:
-- GPU Clock
-- MEM clock
-- GPU voltage
-- Fan speed
-- Intensity

Caveats:
This won't work if you're moving up from OCminer's initial versions which didn't have the port selection. You'll have to step up to his 1.03 version (which adds the port to the database), then on to this.
Uses PDO database interface. I have no idea if your machine will support it (it *SHOULD* - the direct, database specific API is being depreciated).
I suck at javascript. Could do with some tidying up / beautification.

Crappy screen shots:

Hosts listing:


Host detail


Device detail


Host list expanded to show everything
1740  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.7 on: February 20, 2012, 07:36:35 PM
Naa, I got it... Looked at the code. API only checks the first character so doesn't like a space between ',' and the 'D'. This doesn't effect numbers.
Pages: « 1 ... 37 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!