Bitcoin Forum
May 05, 2024, 10:08:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 36 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 »
1701  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 27, 2012, 05:25:20 PM
I changed root password (default is blank), and now i can't get into phpMyAdmin.
!?!?!

Got Anubis running on another machine after I completely messed up the first machine.
At least you got something up! Perhaps mySQL was just messed up on that machine???
1702  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 27, 2012, 05:13:48 PM
What if you change the name/pw to root?

'fraid I'm taking shots in the dark, I'm not an expert on mySQL.
1703  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 27, 2012, 05:53:31 AM
The 'YES' means a password is in use Wink

Does seems there's an admin problem. Check the username, password and database name are all correct (you do need to create a database to connect to - the webpage will create tables in a database, but not the database itself)
1704  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 25, 2012, 09:17:35 PM
...and another...
Pool number is displayed in green when shares are being submitted to it. i.e. displays the pool(s) actively in use.
1705  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 25, 2012, 07:54:55 PM
Added the checkboxes Smiley
So now if you change a value, the checkbox will tick itself and on submit the value will be sent.
Unchecked values will not be sent, so if you move a slider accidentally you can uncheck the box and the value will remain as it was.
1706  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 24, 2012, 03:53:21 PM
I was thinking, maybe checkboxes which check themselves if a control is changed?
Want to make it as easy as possible.
1707  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 24, 2012, 08:22:24 AM
There's all sorts of mechanisms which could be used, but in the end the changes are fed back to the user, so they can see what (if anything) was changed.
If it turns out to be a problem, I can add checkboxes or POST specific changed flags, but I can't see how MUCH can go wrong (famous last words?). CGminer's pretty robust Smiley
1708  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.3.1 on: February 24, 2012, 07:44:03 AM
Yay, I have my hashes back now Smiley
1709  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 24, 2012, 07:09:25 AM
Works like this:

Page load
get values
display
-
User edit
-
Hit apply
page load
get values
Compare
Send difference
wait 2 s
get values
display values

So values may change on cgminer between gets and they will be set back to what they were... but meh, like you say, changing the variable values such as fan speed and gpu clock is a moot point.


1710  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 24, 2012, 06:43:57 AM
Ah, well, leave the values alone. If you don't change them, they won't be set... it checks. If the values differ, it sends the command. If they are the same no command is sent.
1711  Other / CPU/GPU Bitcoin mining hardware / Re: Mining rig extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] on: February 24, 2012, 01:37:10 AM
Good idea, I wasn't thinking. I'll need to see if the place has yellow (and orange? How much 3.3v do I actually need?) in the same type of wire available.

You could probably get by with smaller gauge wire on the 5 & 3.3 v lines too Smiley
1712  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 24, 2012, 01:14:03 AM
So the edit boxes show up blank?
Hmm, they (and the sliders) should be set to whatever the value on the card currently is.
That would be a javascript thing. I've only used chrome and Firefox. Which browser do you use?
1713  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.3.0 on: February 24, 2012, 12:48:32 AM
Hmmmm, I seem to be finding it to be quitting after a few hours :/
I'm not logging anything, so maybe I'll add that and see what happens.
1714  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 23, 2012, 11:57:36 PM
If your seeing actual code, and not errors, then your webserver is not understanding the page is a script and running it. It's just displaying as-is. Sounds like a config issue, which I can't really help with.
As for the database, you need to either set the username and password in the config file to one you know has access to the database, or add a new user to the database, to mach the one in the config file.
1715  Other / CPU/GPU Bitcoin mining hardware / Re: Raspberry Pi $25 PC - Could we run GPUs/FPGAs on this? on: February 23, 2012, 11:03:51 PM
the Pi would be nice, but I think I'll get another router to do this.
Though, it is 3x more expensive.
1716  Other / Off-topic / Re: BFL Single in the wild (BOUNTY RECEIVED!!!) on: February 23, 2012, 10:59:06 PM
Still can't wait for mine. Getting very excited Smiley
1717  Bitcoin / Pools / Re: [422 GH/s] EMC: 0 Fee/DGM/Merged Mining/PayPal Payout/SMS/Yubikey/More on: February 23, 2012, 10:45:59 PM
Is merged mining still worthwhile?
@0.0038 $ per NMC, it seems fairly pointless.
1718  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 23, 2012, 10:28:33 PM
Another update committed to use the new API function enable/disable pool and also tests for privileges; hides device controls if read-only.
1719  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.3.0 on: February 23, 2012, 07:23:08 PM
Enabling / disabling pools via the API... how do we know the current state?
Presumably, status=alive tells us if we can communicate with the pool, and not that it enabled.
1720  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.3.0 on: February 23, 2012, 05:50:03 PM
Can BFL (or more generically, FPGA) count be added to the API?

Thank yoooooou Smiley
Pages: « 1 ... 36 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!