Pages:
Author

Topic: minerControl - cool mining interface for multiple miners - Update 3/14/2014 (Read 4707 times)

full member
Activity: 126
Merit: 100
Got it working!
I provisioned a new server and went for the Digital Ocean ubuntu LAMP configuration. To get it to work though, I then had to "apt-get install php5-sqlite" (after apt-get upgrade and update, then apt-get -F install after the first attempt to install php5-sqlite failed) and i also had to "chown -R www-data:www-data /var/www" in order to make the DB writable. (i had tried all of this on the Debian setup but to no avail!)

I'm looking forward to trying it out. I've got a test rig with a little GPU setup so far, but I'm halfway through building a proper one which may be finished tonight.

obviously i also had to open up the port on my home router.

Thanks very much!
newbie
Activity: 2
Merit: 0
New release coming this week Smiley
Stay tuned!
1. Very cool script, thank you!
2. Can you add "note" field for form Add Pool?
Some here:
Code:

                            Add Pool
                              
3. Can you integrate your script with this? https://github.com/area/CryptoSwitcher
I think it would be just wonderful to work together)
newbie
Activity: 17
Merit: 0
New release coming this week Smiley
Stay tuned!
sr. member
Activity: 476
Merit: 250
looking forward Wink
how many miners you control with it?

right now 9 rigs

Wow nice Smiley I was settin it up for two Cheesy

And how does it works for 9? Perfect ? Smiley



It's ok. Not perfect Wink Maybe upgrade will fix some issues, especially notification. I set cgminer in view mode (W:). This allows only to view status. Right now I have control miner to view status, and if something is wrong with miner's I connecting with them through teamviewer. For me this is the most comfortable.

Uhm... W:IP is not "viewmode" its actually "writemode". IPs that you set W: in the config has actually write access to your miners!
legendary
Activity: 2212
Merit: 1199
hey guys,

we just published the latest version. https://github.com/labXcrypto/control/


cool new features:

  • configure your dashboard as you wish
  • massconfigure your miners
  • tested with win8.1 and xampp
  • additions you're not seeing in the interface Wink

Sadly the refresh feature was not that easy to implement, so we need to postpone this to the next release Sad But the current version is cool and we hope you like it as well.
We will work next week on the refresh feature, we probably have to use jquery for this, but this would make a lot of things easier. Also an alternative template for the interface is planed, so people can switch
between two different themes Smiley

Thats it, hope you like it!

Cheers,
 labX and maniac0in

We will like it Smiley
Great job Devs!!!!

Thanks and regards!
newbie
Activity: 17
Merit: 0
hey guys,

we just published the latest version. https://github.com/labXcrypto/control/


cool new features:

  • configure your dashboard as you wish
  • massconfigure your miners
  • tested with win8.1 and xampp
  • additions you're not seeing in the interface Wink

Sadly the refresh feature was not that easy to implement, so we need to postpone this to the next release Sad But the current version is cool and we hope you like it as well.
We will work next week on the refresh feature, we probably have to use jquery for this, but this would make a lot of things easier. Also an alternative template for the interface is planed, so people can switch
between two different themes Smiley

Thats it, hope you like it!

Cheers,
 labX and maniac0in
legendary
Activity: 2212
Merit: 1199
a bit aggressive colors. but in General the interface is friendly

Colors reminds me 90's Smiley

But it is user friendly interface indeed.

member
Activity: 71
Merit: 10
a bit aggressive colors. but in General the interface is friendly
newbie
Activity: 6
Merit: 0
looking forward Wink
how many miners you control with it?

right now 9 rigs

Wow nice Smiley I was settin it up for two Cheesy

And how does it works for 9? Perfect ? Smiley



It's ok. Not perfect Wink Maybe upgrade will fix some issues, especially notification. I set cgminer in view mode (W:). This allows only to view status. Right now I have control miner to view status, and if something is wrong with miner's I connecting with them through teamviewer. For me this is the most comfortable.
legendary
Activity: 2212
Merit: 1199
looking forward Wink
how many miners you control with it?

right now 9 rigs

Wow nice Smiley I was settin it up for two Cheesy

And how does it works for 9? Perfect ? Smiley

newbie
Activity: 6
Merit: 0
newbie
Activity: 11
Merit: 0
Just to let you know I've build my first proper rig now and happily have mineControl monitoring it. 2Mh/s  Grin

Thanks again!
newbie
Activity: 17
Merit: 0
newbie
Activity: 6
Merit: 0
newbie
Activity: 17
Merit: 0
guys u need to do mass pool changer

if i have 50 pcs

i will die if i will add same pool to each miner or change pool on each machine Sad

i could invest money in ur project if u will do this options in time becose i will plane big start very soon
New release at 14. March 2014  Cool

Cheers,
 labX
sr. member
Activity: 264
Merit: 252
alt coins trader/miner.
guys u need to do mass pool changer

if i have 50 pcs

i will die if i will add same pool to each miner or change pool on each machine Sad

i could invest money in ur project if u will do this options in time becose i will plane big start very soon
newbie
Activity: 17
Merit: 0
Quick question... The page doesn't refresh does it? Would be nice if it does.

It'd also be good to have it email you if a card goes down, or if allows your pools are offline etc.

hi swd80,

we are currently working on a version with new features, refresh of the pages will be one of them. The code for email support is existing however this is a bigger topic as it needs backend support via cron. Features of the next version:

  • design your dashboard as you wish(this is a great feature as you can decide what you want to see and what not)
  • refresh pages
  • little code fixes

Version release afterwards:
  • authentication(so, no .htaccess necessary anymore)
  • backend support - this will be great as it gives a plethora of new functions to implement
  • email support with crypto(gpg)
  • alternative frontend design, for those who dont like it in black Cheesy

Cheers,
 labX
newbie
Activity: 11
Merit: 0
Quick question... The page doesn't refresh does it? Would be nice if it does.

It'd also be good to have it email you if a card goes down, or if allows your pools are offline etc.
newbie
Activity: 17
Merit: 0
Ah great! Just wanted to ask you if you have installed php5-sqlite. Seems like we need to add some infos about the necessary packages Smiley

newbie
Activity: 11
Merit: 0
Got it working!
I provisioned a new server and went for the Digital Ocean ubuntu LAMP configuration. To get it to work though, I then had to "apt-get install php5-sqlite" (after apt-get upgrade and update, then apt-get -F install after the first attempt to install php5-sqlite failed) and i also had to "chown -R www-data:www-data /var/www" in order to make the DB writable. (i had tried all of this on the Debian setup but to no avail!)

I'm looking forward to trying it out. I've got a test rig with a little GPU setup so far, but I'm halfway through building a proper one which may be finished tonight.

obviously i also had to open up the port on my home router.

Thanks very much!
Pages:
Jump to: