Bitcoin Forum
May 06, 2024, 06:16:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Poll closed
Yes, please I absolutely need it!
Yes, but it's not a priority
Not sure, I'd prefer other features
No, I don't need it
-
-

Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165] 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 »
  Print  
Author Topic: [Minera v0.9.1] Your next mining dashboard - Antminer/CPUminer/CGminer/BFGminer  (Read 850275 times)
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
September 15, 2017, 07:33:00 AM
Last edit: September 15, 2017, 08:55:35 AM by toptek
 #3281

Will this work with avalon 741 miners? How do I set it up?

Install Minera from the image to any RPI even the rpi that comes with the miner should work, if you don't know how to install minera manually, i would use the per made image. ... with a new SD card ....save the old SD in case with the avalon software on it   ....

According to the Cg miner read me for 4.10 CG the A7/avalon 741 is on by default  .CG.. should be in minera 8 already unless you did a manual install of minera then you might have to compile Cgminer how i did below or with minera.

 like this

Code:
cd /var/www/minera
./build_miner.sh cgminer

command line to run the A7 under local miner settings for manual guided miner with minera.

Code:
--lowmem --avalon7-fan 10-100 --avalon7-freq 600 636 672 708 744 780 --avalon7-voltage-offset 0

you have to use the USB converter they give you or it won't work with any pI type ...

or compile it this way ...

if you would rather compile your own copy of Cgminer for Linux

compile it with SSH some thing like this


Code:
sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-openssl-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libblkmaker-0.1-6 libevent-dev libmicrohttpd-dev libc-bin libusb-1.0

sudo git clone https://github.com/ckolivas/cgminer.git

cd /root/cgminer

./autogen.sh

make -j 4
make install

sudo chmod 775 cgminer

sudo ldconfig
lsusb

./cgminer --version


Then copy it to mnera like this .

Code:
cd /root/cgminer 

sudo cp cgminer /var/www/minera/minera-bin/cgminer
cd /var/www/minera/minera-bin/
./cgminer --version

 or if you would rather use the custom folder in minea for forked software miners.


Code:
cd /root/cgminer 
sudo cp cgminer /var/www/minera/minera-bin/custom/avalon_7
cd /var/www/minera/minera-bin/custom
./avalon_7 --version

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
1715019367
Hero Member
*
Offline Offline

Posts: 1715019367

View Profile Personal Message (Offline)

Ignore
1715019367
Reply with quote  #2

1715019367
Report to moderator
1715019367
Hero Member
*
Offline Offline

Posts: 1715019367

View Profile Personal Message (Offline)

Ignore
1715019367
Reply with quote  #2

1715019367
Report to moderator
1715019367
Hero Member
*
Offline Offline

Posts: 1715019367

View Profile Personal Message (Offline)

Ignore
1715019367
Reply with quote  #2

1715019367
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715019367
Hero Member
*
Offline Offline

Posts: 1715019367

View Profile Personal Message (Offline)

Ignore
1715019367
Reply with quote  #2

1715019367
Report to moderator
1715019367
Hero Member
*
Offline Offline

Posts: 1715019367

View Profile Personal Message (Offline)

Ignore
1715019367
Reply with quote  #2

1715019367
Report to moderator
zamans98
Full Member
***
Offline Offline

Activity: 322
Merit: 100


View Profile
September 17, 2017, 06:36:25 PM
 #3282

Guys

need help, cannot figure it out why.

Raspberry Pi 3 Model B
2017-09-07-raspbian-stretch

Followed steps as per getMinera website, all the way until its fully installed.
however, i failed to connect to the URL


SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.

all: /var/www/minera/build_miner.sh: Permission denied
DONE! Minera is ready!

Open the URL: http://192.168.0.11/minera/

And happy mining!



aarons6
Legendary
*
Offline Offline

Activity: 1736
Merit: 1006


View Profile
September 17, 2017, 08:20:07 PM
 #3283

you need to update the manual install instructions on your webpage.. php5 is no longer a valid package to install it is now php 7.0-cli

also the mineral_install.sh isnt executable.
ajpyoung
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
September 20, 2017, 07:21:52 AM
 #3284

So Minera is definitely dead? Nobody want to continue devolop?  Angry

I's not dead, I'm testing the 0.8.0 version I'd like to release soon but without much changes. What do you need from it?

This is great... will Minera soon support the Antminer D3?
Artlover
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
September 20, 2017, 09:06:38 AM
 #3285

Minera is the best mining dashboard. I use it for more years, never had problem.
Support is fast.
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
September 20, 2017, 10:50:58 AM
 #3286

Guys

need help, cannot figure it out why.

Raspberry Pi 3 Model B
2017-09-07-raspbian-stretch

Followed steps as per getMinera website, all the way until its fully installed.
however, i failed to connect to the URL


SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.

all: /var/www/minera/build_miner.sh: Permission denied
DONE! Minera is ready!

Open the URL: http://192.168.0.11/minera/

And happy mining!






Why don't you flash your SD card with latest Minera image (https://getminera.com/download/latest) instead trying to manual install it?

What command do you use to manual install it? It requires "sudo".

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
September 20, 2017, 10:51:55 AM
 #3287

you need to update the manual install instructions on your webpage.. php5 is no longer a valid package to install it is now php 7.0-cli

also the mineral_install.sh isnt executable.


what webpage?

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
nycrom
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 20, 2017, 11:00:29 AM
 #3288

Hi, installed minera and love it!

Is it possible to integrate a telegram bot, which gives me notifications if a temperature is too high?

And can i add external temperature values somehow? I want to buy some sensors...
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
September 20, 2017, 11:05:26 AM
 #3289

Hi, installed minera and love it!

Is it possible to integrate a telegram bot, which gives me notifications if a temperature is too high?

And can i add external temperature values somehow? I want to buy some sensors...

Telegram bot could be a good idea but it need work, may be next version.

Other sensors are not expected but project is open source you can hack it as you want.

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
aarons6
Legendary
*
Offline Offline

Activity: 1736
Merit: 1006


View Profile
September 20, 2017, 11:30:10 AM
 #3290

you need to update the manual install instructions on your webpage.. php5 is no longer a valid package to install it is now php 7.0-cli

also the mineral_install.sh isnt executable.


what webpage?
https://getminera.com/
zamans98
Full Member
***
Offline Offline

Activity: 322
Merit: 100


View Profile
September 20, 2017, 06:04:36 PM
 #3291

Guys

need help, cannot figure it out why.

Raspberry Pi 3 Model B
2017-09-07-raspbian-stretch

Followed steps as per getMinera website, all the way until its fully installed.
however, i failed to connect to the URL


SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.

all: /var/www/minera/build_miner.sh: Permission denied
DONE! Minera is ready!

Open the URL: http://192.168.0.11/minera/

And happy mining!






Why don't you flash your SD card with latest Minera image (https://getminera.com/download/latest) instead trying to manual install it?

What command do you use to manual install it? It requires "sudo".

yes, its done by flashing using Etcher. Using Win32DiskImager killed my other SD
yes, installation is smooth, as per Instruction on Minera webpage. Of course using SUDO, else the installation will fail

Now i stuck. Trying to login using LAN (Wifi also same issue) at the URL: http://192.168.0.11/minera/ , it failed.
IP scanning shows correct IP of the Pi.

Tried searching the net, no go.
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
September 21, 2017, 05:25:29 AM
 #3292

Guys

need help, cannot figure it out why.

Raspberry Pi 3 Model B
2017-09-07-raspbian-stretch

Followed steps as per getMinera website, all the way until its fully installed.
however, i failed to connect to the URL


SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.

all: /var/www/minera/build_miner.sh: Permission denied
DONE! Minera is ready!

Open the URL: http://192.168.0.11/minera/

And happy mining!






Why don't you flash your SD card with latest Minera image (https://getminera.com/download/latest) instead trying to manual install it?

What command do you use to manual install it? It requires "sudo".

yes, its done by flashing using Etcher. Using Win32DiskImager killed my other SD
yes, installation is smooth, as per Instruction on Minera webpage. Of course using SUDO, else the installation will fail

Now i stuck. Trying to login using LAN (Wifi also same issue) at the URL: http://192.168.0.11/minera/ , it failed.
IP scanning shows correct IP of the Pi.

Tried searching the net, no go.


If you flashed the SD Card with the Minera image you DON'T need to install anything else. Just connect to the RPI IP.
f you can't connect we need more info.

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
zamans98
Full Member
***
Offline Offline

Activity: 322
Merit: 100


View Profile
September 21, 2017, 05:49:37 PM
 #3293

Guys

need help, cannot figure it out why.

Raspberry Pi 3 Model B
2017-09-07-raspbian-stretch

Followed steps as per getMinera website, all the way until its fully installed.
however, i failed to connect to the URL


SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.

all: /var/www/minera/build_miner.sh: Permission denied
DONE! Minera is ready!

Open the URL: http://192.168.0.11/minera/

And happy mining!






Why don't you flash your SD card with latest Minera image (https://getminera.com/download/latest) instead trying to manual install it?

What command do you use to manual install it? It requires "sudo".

yes, its done by flashing using Etcher. Using Win32DiskImager killed my other SD
yes, installation is smooth, as per Instruction on Minera webpage. Of course using SUDO, else the installation will fail

Now i stuck. Trying to login using LAN (Wifi also same issue) at the URL: http://192.168.0.11/minera/ , it failed.
IP scanning shows correct IP of the Pi.

Tried searching the net, no go.


If you flashed the SD Card with the Minera image you DON'T need to install anything else. Just connect to the RPI IP.
f you can't connect we need more info.

i tested 3 SDcards today
1.One download image direct from Minera
2. One installed 2017-09-07-raspbian-stretch, then followed the step by step guide on Minera website
3. One installed Noobs, internet working fine. No error. Youtube is smooth [to ensure that Raspberry Pi3 is good]

Both SD (1,2) gave me same error. Unable to connect

hurricandave
Legendary
*
Offline Offline

Activity: 966
Merit: 1003



View Profile
September 22, 2017, 02:25:35 AM
 #3294

Does your Windows machine your trying to connect from use the same internal network IP 192.168.0.XXX, cause if not then you cant connect until you change the windows machine manually to the same IP range as the Minera which can then be edited to match the IP range of your home network and of course then you can revert the Windows machine back to its original IP and open the routers GUI to see if the RPi is now visible, note the new IP and try that from the Windows browser.
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
September 22, 2017, 06:51:22 AM
 #3295

Guys

need help, cannot figure it out why.

Raspberry Pi 3 Model B
2017-09-07-raspbian-stretch

Followed steps as per getMinera website, all the way until its fully installed.
however, i failed to connect to the URL


SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.

all: /var/www/minera/build_miner.sh: Permission denied
DONE! Minera is ready!

Open the URL: http://192.168.0.11/minera/

And happy mining!






Why don't you flash your SD card with latest Minera image (https://getminera.com/download/latest) instead trying to manual install it?

What command do you use to manual install it? It requires "sudo".

yes, its done by flashing using Etcher. Using Win32DiskImager killed my other SD
yes, installation is smooth, as per Instruction on Minera webpage. Of course using SUDO, else the installation will fail

Now i stuck. Trying to login using LAN (Wifi also same issue) at the URL: http://192.168.0.11/minera/ , it failed.
IP scanning shows correct IP of the Pi.

Tried searching the net, no go.


If you flashed the SD Card with the Minera image you DON'T need to install anything else. Just connect to the RPI IP.
f you can't connect we need more info.

i tested 3 SDcards today
1.One download image direct from Minera
2. One installed 2017-09-07-raspbian-stretch, then followed the step by step guide on Minera website
3. One installed Noobs, internet working fine. No error. Youtube is smooth [to ensure that Raspberry Pi3 is good]

Both SD (1,2) gave me same error. Unable to connect


Is your router working with DHCP?
This isn't a problem with Minera or Raspbian itself, this is a problem with your network.

To be able to obtain an IP address your router must support (and enable) DHCP. If you haven't you need to setup a static IP address https://www.modmypi.com/blog/how-to-give-your-raspberry-pi-a-static-ip-address-update

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
The_Taffinch
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 22, 2017, 09:01:26 AM
 #3296

NO SYSTEM IP SHOWN

Hi,

Hope someone can help. I am trying to intall Minera on a Raspberry Pi 3 and I have installed the img on an SD card. The img loads and I can login but no system IP is shown and nor does the Pi show in the list of attached devices on my router.

I have booted the pi using Raspbian (NOOBS) and this connects to WiFi fine (though I had to disable IPV6).

I have tried fiddling with dhcp settings, assigning a static IP, disabling IPV6, etc. but no luck. Any ideas?

I am pretty new to Linux so it's a little painful at the mo.

Cheers in advance for any help.
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
September 22, 2017, 09:27:08 AM
 #3297

NO SYSTEM IP SHOWN

Hi,

Hope someone can help. I am trying to intall Minera on a Raspberry Pi 3 and I have installed the img on an SD card. The img loads and I can login but no system IP is shown and nor does the Pi show in the list of attached devices on my router.

I have booted the pi using Raspbian (NOOBS) and this connects to WiFi fine (though I had to disable IPV6).

I have tried fiddling with dhcp settings, assigning a static IP, disabling IPV6, etc. but no luck. Any ideas?

I am pretty new to Linux so it's a little painful at the mo.

Cheers in advance for any help.


Are you trying to work with Wifi or Ethernet?

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
The_Taffinch
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 22, 2017, 09:37:04 AM
 #3298

NO SYSTEM IP SHOWN

Hi,

Hope someone can help. I am trying to intall Minera on a Raspberry Pi 3 and I have installed the img on an SD card. The img loads and I can login but no system IP is shown and nor does the Pi show in the list of attached devices on my router.

I have booted the pi using Raspbian (NOOBS) and this connects to WiFi fine (though I had to disable IPV6).

I have tried fiddling with dhcp settings, assigning a static IP, disabling IPV6, etc. but no luck. Any ideas?

I am pretty new to Linux so it's a little painful at the mo.

Cheers in advance for any help.


Are you trying to work with Wifi or Ethernet?

WiFi:-)
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
September 22, 2017, 09:39:59 AM
 #3299

NO SYSTEM IP SHOWN

Hi,

Hope someone can help. I am trying to intall Minera on a Raspberry Pi 3 and I have installed the img on an SD card. The img loads and I can login but no system IP is shown and nor does the Pi show in the list of attached devices on my router.

I have booted the pi using Raspbian (NOOBS) and this connects to WiFi fine (though I had to disable IPV6).

I have tried fiddling with dhcp settings, assigning a static IP, disabling IPV6, etc. but no luck. Any ideas?

I am pretty new to Linux so it's a little painful at the mo.

Cheers in advance for any help.


Are you trying to work with Wifi or Ethernet?

WiFi:-)

Please check this https://github.com/getminera/minera/wiki/Configure-Wifi
And this: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
The_Taffinch
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 22, 2017, 11:14:11 AM
 #3300

NO SYSTEM IP SHOWN

Hi,

Hope someone can help. I am trying to intall Minera on a Raspberry Pi 3 and I have installed the img on an SD card. The img loads and I can login but no system IP is shown and nor does the Pi show in the list of attached devices on my router.

I have booted the pi using Raspbian (NOOBS) and this connects to WiFi fine (though I had to disable IPV6).

I have tried fiddling with dhcp settings, assigning a static IP, disabling IPV6, etc. but no luck. Any ideas?

I am pretty new to Linux so it's a little painful at the mo.

Cheers in advance for any help.


Are you trying to work with Wifi or Ethernet?

WiFi:-)

Please check this https://github.com/getminera/minera/wiki/Configure-Wifi
And this: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

Great...many thanks. I've think I've done some of this (gleaned from other sources), but I will double-check this evening. It's possible I've missed some steps out.
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165] 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!