Bitcoin Forum
May 04, 2024, 07:02:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 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 ... 139 »
  Print  
Author Topic: Linux mining distro for the Raspberry PI - MinePeon  (Read 684875 times)
tk1337
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
September 23, 2013, 08:26:58 PM
 #1561

The correct start command seems to be '/opt/minepeon/bin/bfgminer'

Tried to start bfgminer manually with parameter '-S all' & '-S erupter:all' but i always receive 'All devices disabled, cannot mine'
With cgminer minpeon 0.2.3a works perfectly.


Quote

minepeon@minepeon ~ $ /opt/minepeon/bin/bfgminer -S all -c /opt/minepeon/etc/miner.conf  
All devices disabled, cannot mine!
minepeon@minepeon ~ Sad $ /opt/minepeon/bin/bfgminer -S erupter:all -c /opt/minepeon/etc/miner.conf
All devices disabled, cannot mine!


miner.conf

Icarus settings manually added.

Quote
{
    "algo": "c",
    "api-listen": true,
    "api-port": "4028",
    "expiry": "120",
    "icarus-options": "115200:1:1",
    "icarus-timing": "3.0=100",
    "hotplug": "5",
    "log": "5",
    "no-pool-disable": true,
    "queue": "1",
    "scan-time": "60",
    "shares": "0",
    "kernel-path": "\/opt\/minepeon\/bin",
    "api-allow": "W:0\/0",
    "pools": [
        {
            "url": "asc.coinmine.pl:6110",
            "user": "xxxxxxxxx",
            "pass": "yyyyyyyyy"
        }
    ]
}

Pretty sure you shouldn't have the icarus-options & icarus-timing in there for CGMiner 3.4.0 or above (someone correct me on that if I'm wrong) also you definitely didn't need them in there for BFGMiner. Also, both my Pi's running BFG have the double slash, they've been stable for about a week now.

Code:
minepeon@stablePi ~ $ cat /usr/lib/systemd/system/bfgminer.service 
[Unit]
Description=bfgminer
After=network.target openntpd.service

[Service]
Type=forking
User=minepeon
ExecStart=/usr/bin/screen -dmS bfgminer /opt/minepeon/bin//bfgminer/bfgminer -S erupter:all -c /opt/minepeon/etc/miner.conf
ExecStop=/usr/bin/screen -S bfgminer -X quit
Restart=always

[Install]
WantedBy=multi-user.target

Edit:
I have recompiled BFGMiner with the latest + libmicrohttpd on both these miners as well as completing a full system update (sudo pacman -Syu).
1714806164
Hero Member
*
Offline Offline

Posts: 1714806164

View Profile Personal Message (Offline)

Ignore
1714806164
Reply with quote  #2

1714806164
Report to moderator
1714806164
Hero Member
*
Offline Offline

Posts: 1714806164

View Profile Personal Message (Offline)

Ignore
1714806164
Reply with quote  #2

1714806164
Report to moderator
1714806164
Hero Member
*
Offline Offline

Posts: 1714806164

View Profile Personal Message (Offline)

Ignore
1714806164
Reply with quote  #2

1714806164
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
September 25, 2013, 04:47:01 AM
 #1562

Apologies if I missed it but is there a way to simply reorder the pools or switch pools easily?

r3animation
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
September 25, 2013, 07:39:45 PM
 #1563

Apologies if I missed it but is there a way to simply reorder the pools or switch pools easily?

+1
chanberg
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
September 25, 2013, 07:48:12 PM
 #1564

is there a way to disable CPU mining from bfgminer on minepeon? for some reason it always starts CPU mining on the RPi... I can disable it once in bfgminer, but on startup, it starts up every time

MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
September 25, 2013, 07:50:10 PM
 #1565

Apologies if I missed it but is there a way to simply reorder the pools or switch pools easily?

This gets asked for allot, I will ask Thomas if he can look into it.

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
bitbar
Sr. Member
****
Offline Offline

Activity: 262
Merit: 250



View Profile
September 26, 2013, 09:42:06 AM
 #1566

In the next updated,  supported for bitfury chips with bfgminer/cgminer (USB RedFury)?

Thanks for all
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
September 26, 2013, 08:02:32 PM
 #1567

In the next updated,  supported for bitfury chips with bfgminer/cgminer (USB RedFury)?

Thanks for all

Beastlymac sent a 'preview' board to con from cgminer and con is working on it now (very smart of Beastlymac).

So, while I wont have much to do with it, yes they will be supported so.  All I have to do is;-

git clone
./autogen.sh
./configure [bla bla bla]
make
make install
git push

Cheesy

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
punin
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile WWW
September 26, 2013, 09:10:45 PM
 #1568

We've been trying to get minepeon work with our rigs. Apparently Luke-Jr has a bitfury branch of BFGMiner that has all necessary code. Would be great to have an update of minepeon with this version.

Head of Product Development
Bitfury Group
www.bitfury.com
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
September 26, 2013, 09:22:50 PM
 #1569

We've been trying to get minepeon work with our rigs. Apparently Luke-Jr has a bitfury branch of BFGMiner that has all necessary code. Would be great to have an update of minepeon with this version.

I am hesitant to push branches out to the general public (Luke-Jr keep them as branches until he is confidant that the code is 100%) but if you want point to to the specific branch in github you would like and I will make you a custom image for testing.

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
tk1337
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
September 26, 2013, 09:45:49 PM
 #1570

We've been trying to get minepeon work with our rigs. Apparently Luke-Jr has a bitfury branch of BFGMiner that has all necessary code. Would be great to have an update of minepeon with this version.

I am hesitant to push branches out to the general public (Luke-Jr keep them as branches until he is confidant that the code is 100%) but if you want point to to the specific branch in github you would like and I will make you a custom image for testing.

Neil

I will definitely be testing when the blue fury's come in Wink So, if there's anything special that needs to be done within MinePeon I'll make a write up unless someone beats me to it Wink
astutiumRob
Full Member
***
Offline Offline

Activity: 201
Merit: 100



View Profile WWW
September 27, 2013, 02:47:54 AM
 #1571

Apologies if I missed it but is there a way to simply reorder the pools or switch pools easily?
Press P when viewing the miner in SSH Smiley

www.astutium.com - domains | hosting | vps | servers | cloud - proud to accept bitcoins. UK colocation for BFL and KNC ASICs in Tier3+ DC
Register Domains with BTC
Want to make some bitcoins ? Miner on ebay | Buy GH/s
Its About Sharing
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000


Antifragile


View Profile
September 27, 2013, 10:10:16 AM
 #1572

In the next updated,  supported for bitfury chips with bfgminer/cgminer (USB RedFury)?

Thanks for all

Beastlymac sent a 'preview' board to con from cgminer and con is working on it now (very smart of Beastlymac).

So, while I wont have much to do with it, yes they will be supported so.  All I have to do is;-

git clone
./autogen.sh
./configure [bla bla bla]
make
make install
git push

Cheesy

Neil

Neil/anyone,

I am running the following on my two Raspberry Pi's:
Quote
MinePeon Version 0.2.3
Miner Version cgminer3.3.4

What is the best way to practice an update (on one of my Pi's) and do I just use the commands above? I'm going to use one of them for when my Bitburner (bitfury) miner arrives in a month or so and would like to practice the updates and such.

Thanks,
IAS

BTC = Black Swan.
BTC = Antifragile - "Some things benefit from shocks; they thrive and grow when exposed to volatility, randomness, disorder, and stressors and love adventure, risk, and uncertainty. Robust is not the opposite of fragile.
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
September 27, 2013, 08:36:34 PM
 #1573

What is the best way to practice an update (on one of my Pi's) and do I just use the commands above? I'm going to use one of them for when my Bitburner (bitfury) miner arrives in a month or so and would like to practice the updates and such.

Thanks,
IAS

Hopefully by the time the fury devices start to hit the market both cgminer and bfgminer will support them (there are branches in both git repositories going through testing right now) and by inheritance minepeon will support them as well.

I plan to make a release as soon as the branches are merged into main. 

In the meantime if you login via ssh you can;-

cd /opt/minepeon/
git pull

To get the latest versions of the miners and;-

cd /opt/minepeon/http/
git pull

to get the latest version of the webui.

Be warned though, there can be issues upgrading like that.  Just ask if you have issues either here or on the minepeon forums.

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
Bonz
Full Member
***
Offline Offline

Activity: 213
Merit: 100


Mining history: BTC->LTC->FTC->CRC:2200kh/s


View Profile WWW
September 27, 2013, 11:22:15 PM
 #1574

i am running 0.2.3a and my load is allways is the high 300's should i be worried?  this is a fresh install and i am running 8 erupters on it

If I've helped you, who knows it could happen =) PLZ donate      BTC - 34CGHYkhKi2eFP5GBhtsNpQdFvrxo7WT1u     LTC - WfGiVRgBTLWzfiEfg69QVReWiDvMuQxxHW
                                                                                              FTC - 9x9DT1QDe9bP5E75gSDnkwbVWmwjevpiAQ     CRC - Q5swva1yTrD3Gh7HijDSiETvk6evpe5apl
Its About Sharing
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000


Antifragile


View Profile
September 28, 2013, 09:06:18 AM
 #1575

Neil - If you recommend not doing the git pull as an update method, I won't. My miner still has another month or so to arrive and there is no sense in running some commands for not.
It is no problem to wait and just burn another image when released as I'm not even using that Pi yet. If I misunderstand just let me know, otherwise I'll wait.

Thanks for all your help (still giving you 15 mins with the erupters but you'll like the next rig much much more ;-)

Appreciated,
IAS

BTC = Black Swan.
BTC = Antifragile - "Some things benefit from shocks; they thrive and grow when exposed to volatility, randomness, disorder, and stressors and love adventure, risk, and uncertainty. Robust is not the opposite of fragile.
LogicalUnit
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250


View Profile
September 29, 2013, 02:25:23 AM
 #1576

Can someone tell me how to get the http stats screen working after changing from cgminer to bfgminer? I just stopped the cgminer service and started the bfgminer one.
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
September 29, 2013, 02:32:29 AM
 #1577

Can someone tell me how to get the http stats screen working after changing from cgminer to bfgminer? I just stopped the cgminer service and started the bfgminer one.

You will have to reboot.  The miners use different ways of accessing the devices and they tend to lock the devices into their chosen driver pattern.

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
September 29, 2013, 02:59:25 AM
Last edit: September 29, 2013, 03:09:51 AM by lajz99
 #1578

Are these still the most current instructions for switching to bfgminer?  

Go to WebUI > Miner > Options and add these:
S   all
icarus-options   115200:1:1
icarus-timing   3.0=100

Now start bfgminer like this:
sudo systemctl stop cgminer.service
sudo systemctl disable cgminer.service
sudo systemctl enable bfgminer.service
sudo systemctl start bfgminer.service

I tried this and it kept trying to start and stop and finally gave up.

Possible to just have this added to the web UI?

LogicalUnit
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250


View Profile
September 29, 2013, 03:06:07 AM
 #1579

Can someone tell me how to get the http stats screen working after changing from cgminer to bfgminer? I just stopped the cgminer service and started the bfgminer one.

You will have to reboot.  The miners use different ways of accessing the devices and they tend to lock the devices into their chosen driver pattern.

Neil

Still getting the "Miner DOWN" web page. I'm using the latest http git pull on minepeon 0.2.2
tk1337
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
September 29, 2013, 06:05:07 AM
 #1580

Can someone tell me how to get the http stats screen working after changing from cgminer to bfgminer? I just stopped the cgminer service and started the bfgminer one.

You will have to reboot.  The miners use different ways of accessing the devices and they tend to lock the devices into their chosen driver pattern.

Neil

Still getting the "Miner DOWN" web page. I'm using the latest http git pull on minepeon 0.2.2

responded in your other thread.
Pages: « 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 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 ... 139 »
  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!