Bitcoin Forum
June 21, 2024, 07:16:52 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I lose bfgminer.service when trying to update bfgminer on minepeon  (Read 960 times)
fryarminer (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
April 01, 2015, 06:28:14 AM
 #1


Ok, I'm killing myself here. I've looked at multiple tutorials on how to update bfgminer on minepeon, and when I update it, it doesn't work anymore. I'm trying to get a monarch to work and have zero success.

Can anyone help me? Has anyone gotten the monarch to work on minepeon? If so how can I do it?

These are the steps I'm doing:

Quote
sudo su
wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/latest/bfgminer-5.1.0.txz
tar -xvf bfgminer-5.1.0.txz
cd bfgminer-5.1.0
./configure
make
mv /opt/minepeon/bin/bfgminer /opt/minepeon/bin/bfgminer.old
cp bfgminer /opt/minepeon/bin/bfgminer
exit
sudo systemctl restart miner
wh00per
Hero Member
*****
Offline Offline

Activity: 571
Merit: 500



View Profile
April 11, 2015, 03:15:36 PM
 #2

Has the program you copy (cp bfgminer /opt/minepeon/bin/bfgminer) executable rights ?

CSA/cUL Certified Power Distribution Panels - Basic, Switched, Metered. 1-3 phases. Up to 600V. NMC:N4F9qvHz11BHcc4nh1LCJFsrZhA1EWgVwj
fryarminer (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
April 11, 2015, 03:24:49 PM
 #3

Has the program you copy (cp bfgminer /opt/minepeon/bin/bfgminer) executable rights ?

Sorry, I'm a retard - how do I check that? FWIW I can get 4.7 to work, but not 5.1 or any other version, installing the exact same way. Each time it says "bfgminer.service not found". Trouble is that 4.7 won't run the Monarch.
wh00per
Hero Member
*****
Offline Offline

Activity: 571
Merit: 500



View Profile
April 11, 2015, 04:13:02 PM
 #4

Has the program you copy (cp bfgminer /opt/minepeon/bin/bfgminer) executable rights ?

Sorry, I'm a retard - how do I check that? FWIW I can get 4.7 to work, but not 5.1 or any other version, installing the exact same way. Each time it says "bfgminer.service not found". Trouble is that 4.7 won't run the Monarch.

Besides using find to search for these permissions bits, ls displays the permissions when the -l flag is used.

so, try ls -l in that directory and look for X or x flag besides bfgminer file.

If a program is set uid, the "x" in the user area is displayed as a "s" A sticky file or directory is indicated with the last "x" displayed as a "t." If the corresponding execute bit is not set, the letter is capitalized. The capitalization of the letter is a flag that an unusual combination was chosen.

"bfgminer.service not found" means that bfgminer is not running ..

>> try this >> http://blog.verticodelabs.com/raspberry-pi-bfgminer-service/

CSA/cUL Certified Power Distribution Panels - Basic, Switched, Metered. 1-3 phases. Up to 600V. NMC:N4F9qvHz11BHcc4nh1LCJFsrZhA1EWgVwj
fryarminer (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
April 11, 2015, 05:43:37 PM
 #5

Has the program you copy (cp bfgminer /opt/minepeon/bin/bfgminer) executable rights ?

Sorry, I'm a retard - how do I check that? FWIW I can get 4.7 to work, but not 5.1 or any other version, installing the exact same way. Each time it says "bfgminer.service not found". Trouble is that 4.7 won't run the Monarch.

Besides using find to search for these permissions bits, ls displays the permissions when the -l flag is used.

so, try ls -l in that directory and look for X or x flag besides bfgminer file.

If a program is set uid, the "x" in the user area is displayed as a "s" A sticky file or directory is indicated with the last "x" displayed as a "t." If the corresponding execute bit is not set, the letter is capitalized. The capitalization of the letter is a flag that an unusual combination was chosen.

"bfgminer.service not found" means that bfgminer is not running ..

>> try this >> http://blog.verticodelabs.com/raspberry-pi-bfgminer-service/

Cool thank you! You're the best!
Pages: [1]
  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!