Bitcoin Forum
May 05, 2024, 03:17:27 AM *
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 ... 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 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 ... 185 »
  Print  
Author Topic: [Minera v0.9.1] Your next mining dashboard - Antminer/CPUminer/CGminer/BFGminer  (Read 850275 times)
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
August 01, 2015, 05:32:45 PM
 #2461

I'm really loving minera.  I'm happily donating.  I much prefer it to Minepeon although that has served me well in the past.

Can anybody help me with a noob(ish) guide to updating to the latest bfgminer?  5.2 I think.  Cheers.
1714879047
Hero Member
*
Offline Offline

Posts: 1714879047

View Profile Personal Message (Offline)

Ignore
1714879047
Reply with quote  #2

1714879047
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
August 02, 2015, 02:52:36 PM
Last edit: September 07, 2015, 12:34:30 PM by toptek
 #2462

I'm really loving minera.  I'm happily donating.  I much prefer it to Minepeon although that has served me well in the past.

Can anybody help me with a noob(ish) guide to updating to the latest bfgminer?  5.2 I think.  Cheers.

Minera has  5.1 at least that's what i saw .

This will work with any PI ,cubie etc it does not have to have the minera image to do it but if you want minera as your main miner, i would use it and i do . 

sudo apt-get update
sudo apt-get upgrade

cd /tmp

Try not to reboot the PI till your done if you use the temp folder

sudo git clone https://github.com/luke-jr/bfgminer.git

cd /tmp/bfgminer

sudo ./autogen.sh

For autogen if you used the above bfg it comes with everything you need
 
if you see this
 
version.h..cmp: version.h: No such file or directory
 
at the end of sudo ./autogen.sh

that's normal it is a new BFG install or thinks it is .


sudo chmod +x ./configure  
sudo ./configure CFLAGS="-O3" --enable-scrypt --enable-broad-udevrules

sudo make
sudo make install


Now test it

sudo ldconfig
lsusb

bfgminer --scrypt -S all -o your Ming pool or url -u user -p PW

This replaces 5.1 with 5.2, the one you just made

cd temp/bfgminer
sudo cp bfgminer /var/www/minera/minera-bin/bfgminer  

IF you get the below message using CP just stop BFG either by the UI use stop miner in minera or use the command line which off hand i don't know for BFG .

cp: cannot create regular file `/var/www/minera/minera-bin/bfgminer': Text file busy



or KEEP 5.1 and copy your complied version to the custom folder but it has to be rename BFG some thing or a name you like or it won't work in the custom folder.

cd temp/bfgminer

sudo cp bfgminer /var/www/minera/minera-bin/custom/bfgminer_5_2 or the name you like
 
sudo reboot

reboot to be safe you don't have to but i would any way and once you reboot the temp folder will be empty.


I tired to update it this way but it wouldn't for me .So i did it the above way. or did but not to 5.2

cd /var/www/minera
./build_miner.sh bfgminer official


GL .

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
August 02, 2015, 04:13:49 PM
 #2463

Thanks for taking the time to make that detailed post.  I appreciate it. 
Mister_Fix
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 03, 2015, 05:45:45 PM
 #2464

Hello, i am a complete N00B in linux and all of that stuff, but it was very easy setting everything up and now everything is up an running and works perfectly! one thing though, i would like minera to connect to my home WiFi on each boot rather then using an ethernet cable, can somebody please tell me how can i do that? also, it would be nice if minera could have an option to use a specific miner for a group of devices but a different miner for a different group of devices, because usually the G-Blade devices are mining at vardiff 256 and gridseed mini devices mine on vardiff 64,if you run one miner for all devices the g-blades decide that they use vardiff 256 but the productivity of the mini miners goes down at this vardiff, less shares are submitted.
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
August 03, 2015, 06:07:34 PM
 #2465

Hello, i am a complete N00B in linux and all of that stuff, but it was very easy setting everything up and now everything is up an running and works perfectly! one thing though, i would like minera to connect to my home WiFi on each boot rather then using an ethernet cable, can somebody please tell me how can i do that? also, it would be nice if minera could have an option to use a specific miner for a group of devices but a different miner for a different group of devices, because usually the G-Blade devices are mining at vardiff 256 and gridseed mini devices mine on vardiff 64,if you run one miner for all devices the g-blades decide that they use vardiff 256 but the productivity of the mini miners goes down at this vardiff, less shares are submitted.

For Wi-Fi https://github.com/michelem09/minera/wiki/Configure-Wifi

For multiple miners there isn't any support but you can always run yours manually in the same Minera instance.

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

Activity: 20
Merit: 0


View Profile
August 03, 2015, 09:28:38 PM
Last edit: August 03, 2015, 09:55:51 PM by Mister_Fix
 #2466

Hello, i am a complete N00B in linux and all of that stuff, but it was very easy setting everything up and now everything is up an running and works perfectly! one thing though, i would like minera to connect to my home WiFi on each boot rather then using an ethernet cable, can somebody please tell me how can i do that? also, it would be nice if minera could have an option to use a specific miner for a group of devices but a different miner for a different group of devices, because usually the G-Blade devices are mining at vardiff 256 and gridseed mini devices mine on vardiff 64,if you run one miner for all devices the g-blades decide that they use vardiff 256 but the productivity of the mini miners goes down at this vardiff, less shares are submitted.
For Wi-Fi https://github.com/michelem09/minera/wiki/Configure-Wifi

Thanks! wifi works perfectly!

For multiple miners there isn't any support but you can always run yours manually in the same Minera instance.

How can i do that?
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
August 10, 2015, 09:10:53 AM
 #2467

Hello, i am a complete N00B in linux and all of that stuff, but it was very easy setting everything up and now everything is up an running and works perfectly! one thing though, i would like minera to connect to my home WiFi on each boot rather then using an ethernet cable, can somebody please tell me how can i do that? also, it would be nice if minera could have an option to use a specific miner for a group of devices but a different miner for a different group of devices, because usually the G-Blade devices are mining at vardiff 256 and gridseed mini devices mine on vardiff 64,if you run one miner for all devices the g-blades decide that they use vardiff 256 but the productivity of the mini miners goes down at this vardiff, less shares are submitted.
For Wi-Fi https://github.com/michelem09/minera/wiki/Configure-Wifi

Thanks! wifi works perfectly!

For multiple miners there isn't any support but you can always run yours manually in the same Minera instance.

How can i do that?

I don't know if this is what michelem had in mind but I've had some success sshing into Minera and executing another instance of bfgminer or cgminer whilst the primary mining instance is running.

I have two R-Box 2s arriving today.  I'm hoping that they'll work well on Minera after the trials of trying to get Antminer U3s to work in a consistent and stable way.  Minera itself worked perfectly but the U3s themselves were a nightmare!
salaman112
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
August 10, 2015, 09:49:26 PM
 #2468

So if I want this to work i just need the write the minera.iso to my sd card and put it in the pi with all the hardware connected ofcourse.

Thanks in advance.

██████████    YoBit.net - Cryptocurrency Exchange - Over 350 coins
█████████    <<  ● $$$ - $$$ - $$$ - $$$ - $$$ - $$$ - $$$   >>
██████████    <<  ● Play DICE! Win 1-5 btc just for 5 mins!  >>
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
August 11, 2015, 01:46:31 AM
 #2469

So if I want this to work i just need the write the minera.iso to my sd card and put it in the pi with all the hardware connected ofcourse.

Thanks in advance.



Pretty much yea know what hardware you have and miner software supports what hardware  but yea just burn and then plug and play .

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

Activity: 104
Merit: 10


View Profile
August 14, 2015, 10:48:53 AM
Last edit: August 14, 2015, 12:14:29 PM by salaman112
 #2470

okay so i got everything running with my 2 zues blizzards the software i use is CGminer(Dmaxl zeus fork) with the command --scrypt --scan-serial zeus:auto --zeus-chips 6 --zeus-clock 330 everything runs fine for a hour and after that i get the error failed to send work.
Thanks in advance.

ps my log: http://pastebin.com/SXEmSTzG

██████████    YoBit.net - Cryptocurrency Exchange - Over 350 coins
█████████    <<  ● $$$ - $$$ - $$$ - $$$ - $$$ - $$$ - $$$   >>
██████████    <<  ● Play DICE! Win 1-5 btc just for 5 mins!  >>
Mister_Fix
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 15, 2015, 10:39:48 AM
 #2471

Hello, i am a complete N00B in linux and all of that stuff, but it was very easy setting everything up and now everything is up an running and works perfectly! one thing though, i would like minera to connect to my home WiFi on each boot rather then using an ethernet cable, can somebody please tell me how can i do that? also, it would be nice if minera could have an option to use a specific miner for a group of devices but a different miner for a different group of devices, because usually the G-Blade devices are mining at vardiff 256 and gridseed mini devices mine on vardiff 64,if you run one miner for all devices the g-blades decide that they use vardiff 256 but the productivity of the mini miners goes down at this vardiff, less shares are submitted.
For Wi-Fi https://github.com/michelem09/minera/wiki/Configure-Wifi

Thanks! wifi works perfectly!

For multiple miners there isn't any support but you can always run yours manually in the same Minera instance.

How can i do that?

I don't know if this is what michelem had in mind but I've had some success sshing into Minera and executing another instance of bfgminer or cgminer whilst the primary mining instance is running.

I have two R-Box 2s arriving today.  I'm hoping that they'll work well on Minera after the trials of trying to get Antminer U3s to work in a consistent and stable way.  Minera itself worked perfectly but the U3s themselves were a nightmare!
so how can i do that, and how can i make it autostart on each boot?
salaman112
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
August 16, 2015, 09:28:17 AM
 #2472

its in the settings

██████████    YoBit.net - Cryptocurrency Exchange - Over 350 coins
█████████    <<  ● $$$ - $$$ - $$$ - $$$ - $$$ - $$$ - $$$   >>
██████████    <<  ● Play DICE! Win 1-5 btc just for 5 mins!  >>
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
August 18, 2015, 06:48:56 PM
 #2473

I'm trying to use Minera on a Raspberry Pi with a Zeus Thunder 3 and bfgminer. Note that did a manual install of Minera on an existing Pi image.

When I try to start up the miner, it fails with no obvious error. I tried running bfgminer manually using the same command line so that I could see what's wrong. Apparently there's a missing library, or the paths to it are not there:

Code:
 /var/www/minera/minera-bin/bfgminer --scrypt -S zus:all --set zus:chips=128 --set zus:clock=254 -c /var/www/minera/conf/miner_conf.json
/var/www/minera/minera-bin/bfgminer: error while loading shared libraries: libbase58.so.0: cannot open shared object file: No such file or directory

Note that I tried running as various users, including my own user, "minera", and root, in case there was a path issue. Same error in all cases.

After searching for a solution I tried this suggestion, but it did not help. I'm still seeing the error:

https://gist.github.com/daryltucker/1c17354fa39ce8cb2285

Any thoughts on getting this to work?

Maybe I need to manually build bfgminer?

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
August 18, 2015, 07:49:14 PM
 #2474

I'm trying to use Minera on a Raspberry Pi with a Zeus Thunder 3 and bfgminer. Note that did a manual install of Minera on an existing Pi image.

When I try to start up the miner, it fails with no obvious error. I tried running bfgminer manually using the same command line so that I could see what's wrong. Apparently there's a missing library, or the paths to it are not there:

Code:
 /var/www/minera/minera-bin/bfgminer --scrypt -S zus:all --set zus:chips=128 --set zus:clock=254 -c /var/www/minera/conf/miner_conf.json
/var/www/minera/minera-bin/bfgminer: error while loading shared libraries: libbase58.so.0: cannot open shared object file: No such file or directory

Note that I tried running as various users, including my own user, "minera", and root, in case there was a path issue. Same error in all cases.

After searching for a solution I tried this suggestion, but it did not help. I'm still seeing the error:

https://gist.github.com/daryltucker/1c17354fa39ce8cb2285

Any thoughts on getting this to work?

Maybe I need to manually build bfgminer?

Never mind. Turns out that I did have to build bfgminer after all.

Originally I skipped that last step in the manual instructions because it looked like a bfgminer binary was installed already.

When I followed the last manual instruction and did this, I was able to run bfgminer:

Code:
./build_miner.sh bfgminer

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
Mister_Fix
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 24, 2015, 07:54:56 AM
 #2475

How can i give Minera a static network IP?
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
August 24, 2015, 08:00:32 AM
 #2476

How can i give Minera a static network IP?

You can follow this guide: http://elinux.org/RPi_Setting_up_a_static_IP_in_Debian

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

Activity: 6
Merit: 0


View Profile
August 25, 2015, 11:16:05 AM
 #2477

Hey, is it possible to create your own multipool with minera?
Would love an option, that switches through all your pools that are set up.

Maybe 2 hours each pool than switching to another.

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

Activity: 1015
Merit: 1000



View Profile WWW
August 25, 2015, 11:20:01 AM
 #2478

Hey, is it possible to create your own multipool with minera?
Would love an option, that switches through all your pools that are set up.

Maybe 2 hours each pool than switching to another.

Thanks :-)

That's a good idea, unfortunately I haven't much time now but I will add it as TODO. Thanks for the feedback.

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

Activity: 64
Merit: 10


View Profile
August 28, 2015, 04:58:32 AM
 #2479

Is there any other apps similar to mobile miner? I would still really like to control miners from my phone.
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
September 01, 2015, 08:57:34 AM
 #2480

Does anybody have any experience running new Rockminer R-boxes with Minera?  I have two hooked up to a RPI2.

cgminer autorestarts every few hours and then about once a day the Pi freezes altogether.  Once the RPI2 is powered off and on again, mining begins until the same thing happens again.

For reference the R-Boxes are running off a breakout board from a Corsair 750w modular PSU and the RPI2 is running off a 2.5A power supply from my old Nexus 5 smart phone.

Any ideas why cgminer keeps restarting and my RPI2 eventually hangs?
Pages: « 1 ... 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 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 ... 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!