Author

Topic: How to autostart bfgminer at Raspberrypi start (Read 5831 times)

jr. member
Activity: 49
Merit: 5
February 14, 2022, 03:19:43 AM
#9
has anyone found a way to do this?

tried using a shell script to start the miner

Code:
#!/bin/bash
/home/pi/moonlander2/bfgminer_5.4.2-futurebit2_linux_armv6/start_moonlander2.sh

but all I keep getting this:

Code:
 ./bfgminer: No such file or directory

it works fine when I try to start
Code:
./start_moonlander2.sh
inside the directory but just wont start with the shell script
newbie
Activity: 57
Merit: 0
What is the right way to start bfgminer as a service? "systemctl enable bfgminer.service" doesn't work.
Thanks.
full member
Activity: 378
Merit: 104
September 27, 2013, 03:35:13 AM
#7
First I would run bfgminer as you stated above, then once its started type S to display the settings, then type W to write a config file.  This should save it for you so next time all you have to do is just start bfgminer without the -S all afterwards (I could be wrong, never done it that way, but seems like what you would do).

Now, auto starting is the next step. I know this works for Minepeon, but I dont know about Raspbian, but they are similar so why not give it a try.

Try:

sudo systemctl enable bfgminer.service
sudo systemctl start bfgminer.service

Reboot and see if that works.  I

I did the first step, but "systemctl" command is not found

Try this first

sudo apt-get update
sudo apt-get install systemd

Once you do that, try running those commands again.

Now on

sudo systemctl enable bfgminer.service

Operation failed: No such file or directory

Odd....try:

sudo unmask bfgminer.service

Then try and enable and start it agian.  If not, then its over my head.

command not found.
ty anyway bro.
sr. member
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
September 26, 2013, 04:10:28 PM
#6
First I would run bfgminer as you stated above, then once its started type S to display the settings, then type W to write a config file.  This should save it for you so next time all you have to do is just start bfgminer without the -S all afterwards (I could be wrong, never done it that way, but seems like what you would do).

Now, auto starting is the next step. I know this works for Minepeon, but I dont know about Raspbian, but they are similar so why not give it a try.

Try:

sudo systemctl enable bfgminer.service
sudo systemctl start bfgminer.service

Reboot and see if that works.  I

I did the first step, but "systemctl" command is not found

Try this first

sudo apt-get update
sudo apt-get install systemd

Once you do that, try running those commands again.

Now on

sudo systemctl enable bfgminer.service

Operation failed: No such file or directory

Odd....try:

sudo unmask bfgminer.service

Then try and enable and start it agian.  If not, then its over my head.
full member
Activity: 378
Merit: 104
September 26, 2013, 03:43:28 PM
#5
First I would run bfgminer as you stated above, then once its started type S to display the settings, then type W to write a config file.  This should save it for you so next time all you have to do is just start bfgminer without the -S all afterwards (I could be wrong, never done it that way, but seems like what you would do).

Now, auto starting is the next step. I know this works for Minepeon, but I dont know about Raspbian, but they are similar so why not give it a try.

Try:

sudo systemctl enable bfgminer.service
sudo systemctl start bfgminer.service

Reboot and see if that works.  I

I did the first step, but "systemctl" command is not found

Try this first

sudo apt-get update
sudo apt-get install systemd

Once you do that, try running those commands again.

Now on

sudo systemctl enable bfgminer.service

Operation failed: No such file or directory
sr. member
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
September 26, 2013, 03:36:53 PM
#4
First I would run bfgminer as you stated above, then once its started type S to display the settings, then type W to write a config file.  This should save it for you so next time all you have to do is just start bfgminer without the -S all afterwards (I could be wrong, never done it that way, but seems like what you would do).

Now, auto starting is the next step. I know this works for Minepeon, but I dont know about Raspbian, but they are similar so why not give it a try.

Try:

sudo systemctl enable bfgminer.service
sudo systemctl start bfgminer.service

Reboot and see if that works.  I

I did the first step, but "systemctl" command is not found

Try this first

sudo apt-get update
sudo apt-get install systemd

Once you do that, try running those commands again.
full member
Activity: 378
Merit: 104
September 26, 2013, 03:26:21 PM
#3
First I would run bfgminer as you stated above, then once its started type S to display the settings, then type W to write a config file.  This should save it for you so next time all you have to do is just start bfgminer without the -S all afterwards (I could be wrong, never done it that way, but seems like what you would do).

Now, auto starting is the next step. I know this works for Minepeon, but I dont know about Raspbian, but they are similar so why not give it a try.

Try:

sudo systemctl enable bfgminer.service
sudo systemctl start bfgminer.service

Reboot and see if that works.  I

I did the first step, but "systemctl" command is not found
sr. member
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
September 26, 2013, 12:43:03 PM
#2
First I would run bfgminer as you stated above, then once its started type S to display the settings, then type W to write a config file.  This should save it for you so next time all you have to do is just start bfgminer without the -S all afterwards (I could be wrong, never done it that way, but seems like what you would do).

Now, auto starting is the next step. I know this works for Minepeon, but I dont know about Raspbian, but they are similar so why not give it a try.

Try:

sudo systemctl enable bfgminer.service
sudo systemctl start bfgminer.service

Reboot and see if that works.  I
full member
Activity: 378
Merit: 104
September 26, 2013, 09:21:15 AM
#1
Hey guys, i usually do these commands into the terminal for get bfgminer starts on Raspbian on my Raspberry:

cd
cd bfgminer
sudo ./bfgminer url -u user -p pass -S all

How could i automatize that?


Thanks Smiley
Jump to: