Pages:
Author

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

newbie
Activity: 8
Merit: 0
I am using  Minera to run GridSeed GS3355 and works great! I also have an Antminer S2 that I would like to have Minera manage as well. But I'm having trouble with the connection. I searched and all I could find are the links below. Unfortunately I still cannot connect.

http://leaserig.freshdesk.com/support/articles/1000106114-api-connect-direct-connect-antminer-s2

http://www.ramosresearch.com/weblog/entry/how-to-configure-antminer-s1-s2-s3-for-remote-api-access.html

Any help would be greatly appreciated.

Cheers.

This is the line to add to your cgminer.conf:

"api-allow":"W:127.0.0.1,W:192.168.1.0/24"

Of course this works for 192.168.1.0 LAN, change it for yours

If you are still in trouble please give us your conf file to look at.

I was preparing to post my conf files and as a precaution updated per your last post, Because I'm getting the spinning wheels after adding the S2. Note when only the local GridSeed gs3355 is configured Minera works fine.

After updating I added the S2. Spinning wheels as expected. But checked MobileMiner and the S2 is there and reporting correctly. So Minera must see it but not reporting stat's correctly.

What can I provide you with to help improve this already amazing system?

Report this please:

* got to the dashboard
* push ctrl+alt+i or click right mouse everywhere and click "Inspect element"
* click the "Console" tab
* refresh page
* give me the errors/screenshot

I need something like this:

https://i.imgur.com/zqqMswt.png?1

I can also give you access to the equipment if that would help.

https://i.imgur.com/RZCJdVk.png


legendary
Activity: 1015
Merit: 1000
I am using  Minera to run GridSeed GS3355 and works great! I also have an Antminer S2 that I would like to have Minera manage as well. But I'm having trouble with the connection. I searched and all I could find are the links below. Unfortunately I still cannot connect.

http://leaserig.freshdesk.com/support/articles/1000106114-api-connect-direct-connect-antminer-s2

http://www.ramosresearch.com/weblog/entry/how-to-configure-antminer-s1-s2-s3-for-remote-api-access.html

Any help would be greatly appreciated.

Cheers.

This is the line to add to your cgminer.conf:

"api-allow":"W:127.0.0.1,W:192.168.1.0/24"

Of course this works for 192.168.1.0 LAN, change it for yours

If you are still in trouble please give us your conf file to look at.

I was preparing to post my conf files and as a precaution updated per your last post, Because I'm getting the spinning wheels after adding the S2. Note when only the local GridSeed gs3355 is configured Minera works fine.

After updating I added the S2. Spinning wheels as expected. But checked MobileMiner and the S2 is there and reporting correctly. So Minera must see it but not reporting stat's correctly.

What can I provide you with to help improve this already amazing system?

Report this please:

* got to the dashboard
* push ctrl+alt+i or click right mouse everywhere and click "Inspect element"
* click the "Console" tab
* refresh page
* give me the errors/screenshot

I need something like this:

newbie
Activity: 8
Merit: 0
I am using  Minera to run GridSeed GS3355 and works great! I also have an Antminer S2 that I would like to have Minera manage as well. But I'm having trouble with the connection. I searched and all I could find are the links below. Unfortunately I still cannot connect.

http://leaserig.freshdesk.com/support/articles/1000106114-api-connect-direct-connect-antminer-s2

http://www.ramosresearch.com/weblog/entry/how-to-configure-antminer-s1-s2-s3-for-remote-api-access.html

Any help would be greatly appreciated.

Cheers.

This is the line to add to your cgminer.conf:

"api-allow":"W:127.0.0.1,W:192.168.1.0/24"

Of course this works for 192.168.1.0 LAN, change it for yours

If you are still in trouble please give us your conf file to look at.

I was preparing to post my conf files and as a precaution updated per your last post, Because I'm getting the spinning wheels after adding the S2. Note when only the local GridSeed gs3355 is configured Minera works fine.

After updating I added the S2. Spinning wheels as expected. But checked MobileMiner and the S2 is there and reporting correctly. So Minera must see it but not reporting stat's correctly.

What can I provide you with to help improve this already amazing system?
legendary
Activity: 1015
Merit: 1000
For everybody still in stuck with spinning wheels after upgrading, please update again I fixed something:

Code:
cd /var/www/minera
sudo git fetch --all && sudo git reset --hard origin/master
legendary
Activity: 1015
Merit: 1000
ok rebooted minera on raspberry pi and it keeps giving me nameserver 192.168.2.3 and not 8.8.8.8 even after sudo vi /etc/resolv.conf i change it to 8.8.8.8 do sudo reboot and it pops back 192.168.2.3... it also changes my pool from my mining rig rental site to the local address for the minera pi of 192.168.2.110

You can't change /etc/resolv.conf directly because it is auto updated from the system.

You should edit instead the DHCP conf file (I suppose you use DHCP from your router), edit file /etc/dhcp/dhclient.conf and uncomment the line:

Code:
prepend domain-name-servers 127.0.0.1;

and change it to be:

Code:
prepend domain-name-servers 8.8.8.8;

After rebooting you should have the right DNS, and yes this could be the cause CPUminer cannot connect to the pools.
legendary
Activity: 1015
Merit: 1000
Device tree for me was already disabled, still having the same problem. Dashboard stuck at refreshing.

Did you do also this?

Code:
redis-cli del altcoins_update
redis-cli del altcoins_data

Then save once from settings page and retry

EDIT: Please try also to:

* enable device tree panel
* save
* disable device tree panel
* save
* check the dashboard
legendary
Activity: 1015
Merit: 1000
I am using  Minera to run GridSeed GS3355 and works great! I also have an Antminer S2 that I would like to have Minera manage as well. But I'm having trouble with the connection. I searched and all I could find are the links below. Unfortunately I still cannot connect.

http://leaserig.freshdesk.com/support/articles/1000106114-api-connect-direct-connect-antminer-s2

http://www.ramosresearch.com/weblog/entry/how-to-configure-antminer-s1-s2-s3-for-remote-api-access.html

Any help would be greatly appreciated.

Cheers.

This is the line to add to your cgminer.conf:

"api-allow":"W:127.0.0.1,W:192.168.1.0/24"

Of course this works for 192.168.1.0 LAN, change it for yours

If you are still in trouble please give us your conf file to look at.
newbie
Activity: 8
Merit: 0
I am using  Minera to run GridSeed GS3355 and works great! I also have an Antminer S2 that I would like to have Minera manage as well. But I'm having trouble with the connection. I searched and all I could find are the links below. Unfortunately I still cannot connect.

http://leaserig.freshdesk.com/support/articles/1000106114-api-connect-direct-connect-antminer-s2

http://www.ramosresearch.com/weblog/entry/how-to-configure-antminer-s1-s2-s3-for-remote-api-access.html

Any help would be greatly appreciated.

Cheers.
newbie
Activity: 39
Merit: 0
Device tree for me was already disabled, still having the same problem. Dashboard stuck at refreshing.
hero member
Activity: 735
Merit: 500
★YoBit.Net★ 350+ Coins Exchange & Dice
switched from cpuminer to cgdmaxlzeus and running good now dont know whats up with cpuminer not wanting to do anything with pools
hero member
Activity: 735
Merit: 500
★YoBit.Net★ 350+ Coins Exchange & Dice
ok rebooted minera on raspberry pi and it keeps giving me nameserver 192.168.2.3 and not 8.8.8.8 even after sudo vi /etc/resolv.conf i change it to 8.8.8.8 do sudo reboot and it pops back 192.168.2.3... it also changes my pool from my mining rig rental site to the local address for the minera pi of 192.168.2.110
newbie
Activity: 58
Merit: 0
Disabling the device tree has fixed all of the problems with the widgets and everything is displaying correctly without the device tree enabled.
I've got all the information I need about my devices in the local miner details, so I probably won't need to bug you much from this point on, but if you need any more information from me, just let me know.
legendary
Activity: 1015
Merit: 1000
So I ran the code:
Code:
redis-cli del altcoins_update
redis-cli del altcoins_data

This has solved a couple of problems with the spinning wheels, but not all of them.  After running those commands, the altcoin data displays correctly in the top bar, the pool hashrate history widget displays, and the active pool widget also displays.  None of the other widgets are displaying and continue showing the spinning wheels; however, interestingly enough, it appears as though information in the charts is updating behind the transparent shroud of the spinning wheel.

Here's another screen shot along with the console view you requested:
https://drive.google.com/file/d/0B7CZCLspTv_XSWhkSHhCZWhyYzg/view?usp=sharing



Here's just a crop of the console output itself.  The error "Uncaught ReferenceError:max is not defined" has continued to grow as a I leave the window open:
https://drive.google.com/file/d/0B7CZCLspTv_XSGZucVJKalBzd00/view?usp=sharing



I'm planning on downloading the latest image, but I need to wait a few more hours as my rig is currently being rented on BetaRigs.  Some additional information if required.  Running on a RPi B+ with a 32gb class 10 MicroSD card, 8 Gridseed GC3355.


Thanks...

Just so we're on the same page, here's a pic of what it's been displaying for the past...hours.

https://drive.google.com/file/d/0B7CZCLspTv_Xd2xud0RWek5odzg/view?usp=sharing

This could solve it, SSH into Minera and do:

Code:
redis-cli del altcoins_update
redis-cli del altcoins_data

Then go to settings page and save once.

If this can't solve it, please I need a console screenshot, do this:

* got to the dashboard
* push ctrl+alt+i or click right mouse everywhere and click "Inspect element"
* click the "Console" tab
* give me the errors/screenshot

I need something like this:



Thanks!

Try to disable device tree panel from dashboard settings
I'm going to solve this bug
hero member
Activity: 735
Merit: 500
★YoBit.Net★ 350+ Coins Exchange & Dice
fixed my issue for some reason i have to rework all of my routers in my house 1 router failed to get dns from my main router ... i fixed it temporary with switching cables and miners is up and running i had to sudo and edit the host file for nameserver and change it from 192.168.2.3 to 192.168.2.1 which is my first router i have 3 in house on same subnet mask my 3rd router failed Sad
newbie
Activity: 58
Merit: 0
So I ran the code:
Code:
redis-cli del altcoins_update
redis-cli del altcoins_data

This has solved a couple of problems with the spinning wheels, but not all of them.  After running those commands, the altcoin data displays correctly in the top bar, the pool hashrate history widget displays, and the active pool widget also displays.  None of the other widgets are displaying and continue showing the spinning wheels; however, interestingly enough, it appears as though information in the charts is updating behind the transparent shroud of the spinning wheel.

Here's another screen shot along with the console view you requested:
https://drive.google.com/file/d/0B7CZCLspTv_XSWhkSHhCZWhyYzg/view?usp=sharing

https://lh4.googleusercontent.com/QdCb7dxCXM6O7pUZAZcVDO2wSxr-GUO9reS-laQgc6W0Cr44N1f8olPeNQIltp0tIg5aGhbqTRj-nw=w1896-h815

Here's just a crop of the console output itself.  The error "Uncaught ReferenceError:max is not defined" has continued to grow as a I leave the window open:
https://drive.google.com/file/d/0B7CZCLspTv_XSGZucVJKalBzd00/view?usp=sharing

https://lh3.googleusercontent.com/v2l23wVKEGWAFTM00vCtGE51VXVKCbWx3ZIheR23j1eaPnjTS8OE1M6s3e7vvn7O3Hw1hzZ83vAY8w=w1896-h815

I'm planning on downloading the latest image, but I need to wait a few more hours as my rig is currently being rented on BetaRigs.  Some additional information if required.  Running on a RPi B+ with a 32gb class 10 MicroSD card, 8 Gridseed GC3355.


Thanks...

Just so we're on the same page, here's a pic of what it's been displaying for the past...hours.

https://drive.google.com/file/d/0B7CZCLspTv_Xd2xud0RWek5odzg/view?usp=sharing

This could solve it, SSH into Minera and do:

Code:
redis-cli del altcoins_update
redis-cli del altcoins_data

Then go to settings page and save once.

If this can't solve it, please I need a console screenshot, do this:

* got to the dashboard
* push ctrl+alt+i or click right mouse everywhere and click "Inspect element"
* click the "Console" tab
* give me the errors/screenshot

I need something like this:

https://i.imgur.com/zqqMswt.png?1

Thanks!
newbie
Activity: 39
Merit: 0
Updated to the new Minera version and now it won't connect to pull stats from the miner. I get the rolling circles for everything. The miner is working just fine.
I can see the stats in the json file but for some reason Minera is having trouble pulling and displaying the stats.
newbie
Activity: 32
Merit: 0
just loaded the new image, seems to work very well here. Thanks!

 However, it seems to be cgminer 4.8 still? isnt 4.9 the latest? and that seems to be better with my antminer u3s.
member
Activity: 104
Merit: 18
FYI, love the update.  Everything work just fine.
hero member
Activity: 735
Merit: 500
★YoBit.Net★ 350+ Coins Exchange & Dice
updated to latest from image file and it will not connect to my pool's where it did before ... checked pool from my other miners and its working
legendary
Activity: 1015
Merit: 1000
Code:
df
Filesystem     1K-blocks    Used Available Use% Mounted on
rootfs           3669740 3180704    294672  92% /
/dev/root        3669740 3180704    294672  92% /
devtmpfs          218632       0    218632   0% /dev
tmpfs              44580     284     44296   1% /run
tmpfs               5120       0      5120   0% /run/lock
tmpfs              89160       0     89160   0% /run/shm
/dev/mmcblk0p1     57288   16760     40528  30% /boot

Nothing happen if I try to save, no popups, nothing, do you wanna a try with a remote connections?

It would be great if I could look directly to it, please pm me with info to connect to.
Thanks
Pages:
Jump to: