Author

Topic: [Minera v0.9.0] Your next mining dashboard - S9/L3+/D3/CPUminer/CGminer/BFGminer - page 158. (Read 850409 times)

member
Activity: 84
Merit: 10
Mobileminerapp and Minera works fine.

One Question... I still have some GPU Rigs running for X11.
Is there something like a Windows Programm, which controls sgminer by API and feeds mobileminerapp with data, so that I can see my Rigs too?
full member
Activity: 233
Merit: 100
It would also be nice for a fresh install to have some default awesome pools that you can just select from a list... like http://coinsolver.com/ - I've tried many pools but have only made serious coin on CS.  It would be nice if there was a pools page to select from instead of new folks having to try to learn who to mine from.  Just a thought...
hero member
Activity: 840
Merit: 1002
Just a quick note that I've added a link and blurb for Minera on mobileminerapp.com, please let me know if you'd like the text changed.
full member
Activity: 233
Merit: 100
How did you get it to work on Android?  I'm still trying to figure it out.  Thanks!
newbie
Activity: 27
Merit: 0
Would it be possible to host Minera externally since it uses the CPUMiner API (just open the API port and have the external webserver query it)?  I understand some functionality would be list (like start/stop/restart), but we'd have external monitoring that can send emails/alerts when mining operations go down.

If it's all on the Pi, and the Pi goes down, you'll never receive any alerts when that functionality is added Smiley
newbie
Activity: 36
Merit: 0
Hello guys,
thanks for feedbacks, as I wrote before MobileMiner integration is still in beta and it only sends data to be monitored by MM app (I can't send custom data, it accepts pre-determined variables).

NOTE: I noticed a possible problem in some environments with this update and I just put a patch but unfortunately this isn't retroactive, so after upgrading I strongly encourage you to run manually at least the upgrade script or the full upgrade commands:

Code:
cd /var/www/minera
sudo git fetch --all
sudo git reset --hard origin/master
sudo ./upgrade_minera.sh

@scryptminer if you are still in trouble with guided/manual flags please run:

Code:
echo -n "1" | redis-cli -x set guided_options
redis-cli del manual_options

Fantastic, thanks a lot for that.. worked perfectly.
legendary
Activity: 1015
Merit: 1000
Is there any way to manually edit the json?

Using the manual config (settings page) you can add your personal command line for minerd and leave only the pools on the JSON config file.

Also, you can use the guided config and add personal options to the "extra options" field.



I would like to add this.

Code:
"gc3355-freq" : [
"6D8D449A5650:850:0", "6D8D449A5650:875:1", "6D8D449A5650:875:2", "6D8D449A5650:875:3", "6D8D449A5650:850:4"
],




just use this:

Code:
--gc3355-freq=6D8D449A5650:850:0,6D8D449A5650:875:1,6D8D449A5650:875:2,6D8D449A5650:875:3,6D8D449A5650:850:4

on extra options field or manual config
legendary
Activity: 1015
Merit: 1000
Is there any way to manually edit the json?

Using the manual config (settings page) you can add your personal command line for minerd and leave only the pools on the JSON config file.

Also, you can use the guided config and add personal options to the "extra options" field.

sr. member
Activity: 294
Merit: 250
Is there any way to manually edit the json?

I don't know if you can within the environment, but there's always SFTP :-P
full member
Activity: 210
Merit: 100
Ok guys. I ssh in did the upgrade.

Is there a way I can access minera from GUI web browser?

I am getting a placeholder.



View the readme, you're going to the wrong page.
legendary
Activity: 1015
Merit: 1000
Ok guys. I ssh in did the upgrade.

Is there a way I can access minera from GUI web browser?

I am getting a placeholder.


URL is: http:///minera/
legendary
Activity: 1015
Merit: 1000
Hello guys,
thanks for feedbacks, as I wrote before MobileMiner integration is still in beta and it only sends data to be monitored by MM app (I can't send custom data, it accepts pre-determined variables).

NOTE: I noticed a possible problem in some environments with this update and I just put a patch but unfortunately this isn't retroactive, so after upgrading I strongly encourage you to run manually at least the upgrade script or the full upgrade commands:

Code:
cd /var/www/minera
sudo git fetch --all
sudo git reset --hard origin/master
sudo ./upgrade_minera.sh

@scryptminer if you are still in trouble with guided/manual flags please run:

Code:
echo -n "1" | redis-cli -x set guided_options
redis-cli del manual_options
sr. member
Activity: 294
Merit: 250
Yes, now you can connect your Minera system to the awesome MobileMiner app! (still in beta and only to collect data, no remote commands, they will be added next releases).

Awesome - you guys rock! Thanks for your support  Grin

Very Rad. Now I can ditch my third-party uptime monitoring in favor of mobileminer's alerts.

I have it set up so that:
Downtime Alert Email->Labeled by filter in gmail->IFTTT rule for Label->Power Cycle WeMo outlet

This way if the system goes down and I'm asleep or unavailable the whole rig power cycles itself!
newbie
Activity: 36
Merit: 0
Updated to latest version and one thing I see is that under Settings --> Mining Settings both tabs are now grey. (Guided | Manual) How can I change that and enable the Manual command option again?

Thanks

PS: Fantastic job on Minera!
newbie
Activity: 27
Merit: 0
I've tried the MobileMiner feature, and it seems to work.  What features should be working in MM?  Right now it shows total hashrate, and individual miners.
newbie
Activity: 2
Merit: 0
thank you for your quick reply and a big thank you for your support :-)

i added your option to the options line.....

i will let you know if it works in 2-3 days

ps. i tried 2 pools... same effect on both pools

happy developing from switzerland

/.mario'
legendary
Activity: 1015
Merit: 1000
dear minera community....

i mine now for 4 days with minera and 4x gridseed g-blade

i monitored now a longer session....

you see in the pdf file that slowly the miner stop working

you can see it on the last page. this is the pool statistics... and between the red lines i sleeping.... hashrate go down

https://dl.dropboxusercontent.com/u/50282487/minera.pdf

is this a known issue?

setup:
raspberry pi
4x gridseed g blade
newest minera update
Gbit Lan
50Mbit Internet
no wlan
raspberry get power from USB hub
7 port usb hub
1 g blade connectet directly to raspberry

tried some reconnect and restarts of the hardware

thank you in advance for tips and hints

/.mario'


You should try the option --gc3355-timeout for cpuminer:

Code:
--gc3355-timeout=N                              max. time in seconds after no share is submitted before restarting GC3355 (default: never)

Also you should try to select another pool just to see if something changes.
hero member
Activity: 840
Merit: 1002
Yes, now you can connect your Minera system to the awesome MobileMiner app! (still in beta and only to collect data, no remote commands, they will be added next releases).

Awesome - you guys rock! Thanks for your support  Grin
legendary
Activity: 1015
Merit: 1000
Minera 0.2.0 is out!

* Added Mobileminer support (uh uh uh! Smiley )
* Fixed charts to get deltas (I'm sorry your stored stats will be overwritten and your Minera will start from scratch collecting them, possible minor issues on running systems)
* Added accepted/pool hashrate lines
* Devices on tree now have same color schema from devices table
* Added php5-curl package
* Added logrotation
* Some bugs fixed

Yes, now you can connect your Minera system to the awesome MobileMiner app! (still in beta and only to collect data, no remote commands, they will be added next releases).

Hope you like!

PS
Next release we will have daily/weekly/monthly/yearly stats in a shining new dedicated page. Stay tuned!
newbie
Activity: 2
Merit: 0
dear minera community....

i mine now for 4 days with minera and 4x gridseed g-blade

i monitored now a longer session....

you see in the pdf file that slowly the miner stop working

you can see it on the last page. this is the pool statistics... and between the red lines i sleeping.... hashrate go down

https://dl.dropboxusercontent.com/u/50282487/minera.pdf

is this a known issue?

setup:
raspberry pi
4x gridseed g blade
newest minera update
Gbit Lan
50Mbit Internet
no wlan
raspberry get power from USB hub
7 port usb hub
1 g blade connectet directly to raspberry

tried some reconnect and restarts of the hardware

thank you in advance for tips and hints

/.mario'
Jump to: