Bitcoin Forum
June 30, 2024, 05:25:34 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 ... 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 91 92 93 94 95 96 97 98 99 100 101 102 [103] 104 105 106 107 108 109 110 111 112 113 114 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 ... 185 »
  Print  
Author Topic: [Minera v0.9.1] Your next mining dashboard - Antminer/CPUminer/CGminer/BFGminer  (Read 850319 times)
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
February 23, 2015, 07:57:11 AM
 #2041

Help Plz

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


What's wrong? Im using a raspberry pi 2 for mining

Thanks guys

What kind of devices are connected to it? Can we know your miner settings?

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

Activity: 1015
Merit: 1000



View Profile WWW
February 23, 2015, 07:59:49 AM
 #2042

[...]

Edit: I got it working. This is what I did if you are curious.
All is well and running 4.9.1 now.

cd /tmp
wget http://ck.kolivas.org/apps/cgminer/cgminer-4.9.1.tar.bz2
tar xvf cgminer-4.9.1.tar.bz2
cd cgminer-4.9.1
./configure --enable-icarus --enable-bitfury
sudo make
sudo make install
STOPPED MINER RUNNING
cp cgminer /var/www/minera/minera-bin/



Well done! Next time you can use also the build_miner.sh script, just open it, change the line where is the configure for cgminer (CGMINER_CONFIG) and run it as
Code:
./build_miner.sh cgminer

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

Activity: 47
Merit: 0


View Profile
February 23, 2015, 12:50:15 PM
 #2043

I think what is being asked, is what mining devices are connected to your raspberry pi 2.

Usually connected to the raspberry pi via a powered USB strip, examples would be an Antminer U2 or U3

This URL might be of help  http://computers.tutsplus.com/tutorials/how-to-create-a-raspberry-pi-bitcoin-miner--cms-20353, but it describes setting up using the native bfgminer application running on Raspbian not Minera

michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
February 23, 2015, 01:33:31 PM
 #2044

Im new mining, what is exactly a "device"?
 i just want to start mining only with my raspberry :/
 
https://i.imgur.com/YzkzH2R.png

You can't mine only with a Raspberry, a PC or something like those, you need at least a USB ASIC device connected to start mine something. Years ago you could mine with a "regular" CPU like that in your PC (or perhaps in a Raspberry) but at this time CPU mining isn't profitable any more and softwares like CGminer doesn't support CPU mining any more.
So, go buy a mining device and then come back here Smiley

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

Activity: 18
Merit: 0


View Profile
February 25, 2015, 12:25:06 AM
 #2045

is there a way to manually update to the new version of BFGminer remotely?
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
February 25, 2015, 10:21:04 AM
 #2046

is there a way to manually update to the new version of BFGminer remotely?

You need to be able to connect remotely via SSH into your Minera box, then just run the command:

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

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

Activity: 47
Merit: 0


View Profile
February 25, 2015, 10:26:59 AM
 #2047

Will tat version of bfg work with Zeus miners then?
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
February 25, 2015, 10:29:49 AM
 #2048

Will tat version of bfg work with Zeus miners then?

I don't know, you should look at the commit log: https://github.com/luke-jr/bfgminer/commits/bfgminer or ask in their thread.

But if you have Minera 0.4.0 the official Bfgminer binary builtin supports Zeus.

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
ammi84
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251


View Profile
February 26, 2015, 08:53:52 AM
 #2049

Hi there,

first - thank you for this great software!!! runs like a charm.

my question: is there a way to change the default http-port from 80 to something else?
i can't make a port-forwarding in my router on port 80 ...

thank you in advance

basti
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
February 26, 2015, 09:03:22 AM
 #2050

Hi there,

first - thank you for this great software!!! runs like a charm.

my question: is there a way to change the default http-port from 80 to something else?
i can't make a port-forwarding in my router on port 80 ...

thank you in advance

basti

Yes of course, quite simple:

Code:
sudo vi /etc/lighttpd/lighttpd.conf 

Change:

Code:
server.port                 = 80

Run:

Code:
sudo  service lighttpd restart

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

Activity: 47
Merit: 0


View Profile
February 26, 2015, 09:18:25 AM
 #2051

Question: This sort of thing can be done via the terminal window in Minera - or do you need to ssh into Minera?
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
February 26, 2015, 09:21:06 AM
 #2052

Question: This sort of thing can be done via the terminal window in Minera - or do you need to ssh into Minera?

Yes you can do it via web terminal window too. You only need to be into your Raspberry, possibility are:

* SSH into the RPI
* Open web terminal window
* Connect keyboard and monitor to the RPI

Default user/pass are minera/minera

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
ammi84
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251


View Profile
February 26, 2015, 09:25:31 AM
 #2053

michelem - thank you very much. i will give it a try this evening when i am at home.
at the moment i use "MobileMinerApp" but it doesn't give me as much informations as minera itself  Grin
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
February 26, 2015, 09:28:23 AM
 #2054

michelem - thank you very much. i will give it a try this evening when i am at home.
at the moment i use "MobileMinerApp" but it doesn't give me as much informations as minera itself  Grin

If you plan to expose your Minera to the public Internet, REMEMBER TO CHANGE each default password (system ones too)!!!

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
ammi84
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251


View Profile
February 26, 2015, 10:05:22 AM
 #2055

michelem - thank you very much. i will give it a try this evening when i am at home.
at the moment i use "MobileMinerApp" but it doesn't give me as much informations as minera itself  Grin

If you plan to expose your Minera to the public Internet, REMEMBER TO CHANGE each default password (system ones too)!!!

weblogin already changed
ssh will be changed after new setup

are there more i don't know about? ^^
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
February 26, 2015, 10:08:21 AM
 #2056

michelem - thank you very much. i will give it a try this evening when i am at home.
at the moment i use "MobileMinerApp" but it doesn't give me as much informations as minera itself  Grin

If you plan to expose your Minera to the public Internet, REMEMBER TO CHANGE each default password (system ones too)!!!

weblogin already changed
ssh will be changed after new setup

are there more i don't know about? ^^

In old versions of Minera there was also the "pi" user with default "raspberry" password, change and/or delete it. (You don't need that user anymore)
Then of course the "minera" system user password must be changed. (root password is not set)

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
ammi84
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251


View Profile
February 26, 2015, 05:48:03 PM
Last edit: February 26, 2015, 06:14:18 PM by ammi84
 #2057

michelem - thank you very much. i will give it a try this evening when i am at home.
at the moment i use "MobileMinerApp" but it doesn't give me as much informations as minera itself  Grin

If you plan to expose your Minera to the public Internet, REMEMBER TO CHANGE each default password (system ones too)!!!

weblogin already changed
ssh will be changed after new setup

are there more i don't know about? ^^

In old versions of Minera there was also the "pi" user with default "raspberry" password, change and/or delete it. (You don't need that user anymore)
Then of course the "minera" system user password must be changed. (root password is not set)

hi, ok did everything :-)

User "pi" didn't exist
Changed password for user "minera"
User "root" wasn't able to login ... so i think there is no more further work here
disabled root-ssh-login in /etc/ssh/sshd_config
for maximum security i changed the ssh port in /etc/ssh/sshd_config ... well .. don't know if its necessary or not - but better for sure

Edited config, restarted service - works :-)
GrrOucH
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 26, 2015, 11:04:41 PM
 #2058

Will Minera run on the new Raspberry PI 2? Will it also run the Bitmain u3?
FreeFelix
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
February 26, 2015, 11:47:15 PM
 #2059

Runs the U3 very fine on a B+ - but cannot get it working on Pi 2.

Does not boot up at all
GrrOucH
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 27, 2015, 01:24:39 AM
 #2060

Are there plans to make a RPI2 version?. Also I have forgotten what the ssh login is for the RPI. Can someone tell me what the default is pleze. Thanks.
Pages: « 1 ... 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 91 92 93 94 95 96 97 98 99 100 101 102 [103] 104 105 106 107 108 109 110 111 112 113 114 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 ... 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!