Bitcoin Forum
May 28, 2024, 08:36:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 »
321  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 20, 2013, 04:23:38 PM
Brand new install of latest MinePeon and boot freezes @ Reached target Graphical Interface?

I had this same problem with older version and ended up using my Laptop with Ubuntu because it worked so easily.

I figured maybe the new version of MinePeon would work but still same issue...

it's not frozen or stuck... and the question has been answered several times:
https://bitcointalk.org/index.php?topic=137934.msg3115157#msg3115157
322  Bitcoin / Mining support / Re: Raspi + D-link dub h-7+ asic erupters problem on: September 20, 2013, 03:30:12 AM


I also have a test rig on a cheap'ish usb hub (that has enough power to run 6), it never would run more than 4 with any version of CGMiner... it's been running 6 after switching to BFGMiner for about the same amount of up time as above. No issues, no problems...

And another odd factor in this, when I did get CGMiner 3.4.3 to run on my 24x setup, I was seeing around 3-5% hardware errors, which I couldn't explain... after switching to BFGMiner, I'm seeing 0.73% since it's been running...

So where do we find a nice how to on getting bfgMiner up Wink

I found this here https://deekayen.net/xubuntu-precise-bitcoin-mining though I'm not sure if you have to enable devices like with cgminer or if I need any more installs than cgminer https://forums.butterflylabs.com/bitcoin-discussion/3238-super-tutorial-raspberry-pi-raspbian-cgminer-tightvnc-wifi-boot.html (I haven't gone through instructions yet to see).
----------------------------
 cd ~
mkdir bin
git clone https://github.com/luke-jr/bfgminer.git
cd bfgminer
./autogen.sh
make
------------------------------

That's pretty much it man, unless you want to support blades then I still think you need to install the libmicrohttpd before making bfgminer.... I'm actually setting up bfgminer with blade support on the 2nd rPi now instead of having the blades point to the other pi (which has all the erupters on it).
323  Bitcoin / Mining support / Re: [BOUNTY 0.1 BTC] is possible a rig with a Raspberry PI and 49 Block erupter USB? on: September 19, 2013, 11:49:33 PM
Negative, 3.4.1 was so far the most stable, when upgraded to 3.4.2 problems started, then 3.4.3 problems became worse...
That's a most interesting observation since the only code difference between 3.4.1 and 3.4.2 was code affecting the BFL SC devices.

Not sure what to tell ya man, the only difference between the setup would be switching cgminer to bfgminer...

The odder part about it is the fact when comm errors were being generated by say adding in another hub, bfg had no issues with it. I originally thought a few hubs I bought had some strange circuitry going on, as while being 5v 3.5a and 5v 4a, *should have* had enough power yet comm errors would start showing after plugging 4 erupters on those hubs w/cgminer.

I wish I had some log files for you, but I couldn't find anything about the crashes within the system logs on the rPi, it's kind of like when it crashed it just completely halted, since the rPi has no RTC, say the crash happened at 23:39, well, looking at the logs it would basically skip 23:39 every where and see the last written as 23:42 (after reboot) and before that at like 23:38... but nothing before that (was expecting to see a backdated log entry due to the lack of RTC).
324  Bitcoin / Mining support / Re: [BOUNTY 0.1 BTC] is possible a rig with a Raspberry PI and 49 Block erupter USB? on: September 19, 2013, 11:18:11 PM
Right now my cpu utilization stays around 20-28%, That interesting your getting that high of cpu utilization, perhaps your using the older cgminer, i'm using cgminer 3.4.2 and its very stable. I know i had similar problem using older cgminer.  what i mean by the load average are the load average numbers that appear after you type the command
Code:
uptime 

should have similar result like I have here
07:23:28 up 4 days, 12:02,  2 users,  load average: 4.42, 4.65, 4.82

I could have add those wifi and bluetooth, it wouldnt effect the cpu utilization just load average.

below is an article that explains in a bit more detail
http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages


Negative, 3.4.1 was so far the most stable for me, when upgraded to 3.4.2 problems started, then 3.4.3 problems became worse... still running BFGMiner with not a single issue.
325  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 19, 2013, 11:16:19 PM
I've updated with

Code:
cd /opt/minepeon
git pull
cd http
git pull


Did the same but now I have a 404 after the nice new login page. Any Idea?
I checked via ssh and cgminer is running.

is it trying to load index.php after the login? if so point it to index.html (or the other way around, I can't remember atm)
326  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 19, 2013, 07:23:37 AM
By the way, if anyone has ASIC blades on their network, since you really don't need the rPi to control them unless you're doing a stratum proxy. I've made a php add-on for MinePeon to scrub the stats of each blade and display it. Working on having it bring it into the main area with the other devices at the moment.
BFGMiner supports blades natively as of 3.2.0, FYI.

I'm assuming it groups all the blades together as one 'device' under BFGMiner?
I just pointed 4 blades at it, only seeing SGW 0  - but it's over 30Gh/s atm (and rising).
327  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 19, 2013, 06:25:45 AM
By the way, if anyone has ASIC blades on their network, since you really don't need the rPi to control them unless you're doing a stratum proxy. I've made a php add-on for MinePeon to scrub the stats of each blade and display it. Working on having it bring it into the main area with the other devices at the moment.
BFGMiner supports blades natively as of 3.2.0, FYI.

I'm assuming in the blade config point it to the system with BFGMiner running?

Edit: nvm, found it in the readme Wink
328  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 19, 2013, 05:31:47 AM
By the way, if anyone has ASIC blades on their network, since you really don't need the rPi to control them unless you're doing a stratum proxy. I've made a php add-on for MinePeon to scrub the stats of each blade and display it. Working on having it bring it into the main area with the other devices at the moment.
329  Bitcoin / Mining support / Re: [BOUNTY 0.1 BTC] is possible a rig with a Raspberry PI and 49 Block erupter USB? on: September 19, 2013, 02:07:58 AM
Switched to BFGMiner...

haven't had any issues, wireless usb now works, bluetooth usb now works, avg cpu load is <=20% versus about 100-140% average with CGMiner.

Guess the miner makes the difference after all...
330  Bitcoin / Mining support / Re: Raspi + D-link dub h-7+ asic erupters problem on: September 19, 2013, 02:05:36 AM
Ok guys, i go straght to the problem.
Why the hell my raspberry crashes after 10-15 mins of mining?
I actually got only 1 D-link dub h-7 with 6 asic usb erupters connected. Then the hub goes to the raspi. Got ethernet connection on raspi.
h/s is really good (330-340 each asic) but everytime after 10-15 mins my raspi crashes and stop mining... i need to force reboot it...
Could it be a power issue? My raspi got a 5v 2A power supply..

Thanks for the help guys..


edit: using cgminer 3.4.x

Well, I could only get the D-Link H7 to support 5 Erupters total...

As for the crashing though, after upgrading to CGMiner 3.4.2, I was crashing daily with about 15 erupters, upgraded to CGMiner 3.4.3 with 24 total erupters (4x Rosewill RHB-500, one used as root, the others from the root, each hub has 8x erupters) and it would crash about every hour on CGMiner 3.4.3. The other day I switched MinePeon to use BFGMiner, so far my up time is 1day 23hr 19min (as of this posting) without a single restart or issue.

I also have a test rig on a cheap'ish usb hub (that has enough power to run 6), it never would run more than 4 with any version of CGMiner... it's been running 6 after switching to BFGMiner for about the same amount of up time as above. No issues, no problems...

And another odd factor in this, when I did get CGMiner 3.4.3 to run on my 24x setup, I was seeing around 3-5% hardware errors, which I couldn't explain... after switching to BFGMiner, I'm seeing 0.73% since it's been running...
331  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 18, 2013, 06:14:27 AM
Ended up adding 4 more erupters (total 24) with the rPi on MinePeon, CGMiner 3.4.3 would restart about every 3-6hrs, couldn't find any helpful information in system logs Sad

Changed it to use BFGMiner... haven't had a single issue since (now about 10hours in).

Also on my test rPi setup, I am using a hub that previously wouldn't run more than 4 (but has enough power for 6+), CGMiner would cause comm errors on more than 4. Change it to BFGMiner I now have 6 erupters on that setup running fine, for the last 8 hours.

That's a pretty big difference... I really didn't think the two miners would be that different in nature, however shows I'm wrong. I originally thought I had power issues or the hubs just wouldn't support that many, now I'm starting to wonder if the previous hubs were fine, as I never tried them under BFGMiner, only CGMiner...
332  Bitcoin / Mining support / Re: Can and how do I get cgminer 3.4.3 on raspberry pi? on: September 17, 2013, 12:17:57 AM
Any idea on a good one. All the ones that specify amps and watts want alot on amazon. I haven't checked maybe if there's a specific bitcoin site to buy "recommended Wink " hardware for mining yet but I'll have to if my hub is not satisfactory.

I thought since it had enough power on one pc the hub should do its job on another. It did 21,000 shares apparently without blinding me with the euroupters last night (mixed pools to limit that). The eroupter will make a good security light after they stop having a purpose at some point Wink.

The only one I could recommend is the Rosewill RHB-500, check out the post I made here: http://minepeon.com/forums/viewtopic.php?f=16&t=121
333  Bitcoin / Group buys / Re: [OPEN] NanoFury NF1 USB stick - GROUP BUY of BITFURY chips + US PRODUCT ASSEMBLY on: September 16, 2013, 04:57:13 AM
Interested in grabbing a some...

But (and I'm sure this is answered somewhere in this thread, just have a headache and don't feel like searching atm) not sure  what the estimated price range will be for the remainder after the 0.40BTC initial. Will try to keep an eye on this thread and read more tomorrow.
334  Bitcoin / Mining support / Re: Can and how do I get cgminer 3.4.3 on raspberry pi? on: September 16, 2013, 03:02:37 AM
O.k just wondering how long to wait for cgminer on pi to start working. it at least recognized 2 of the 3 europters I have and the 3rds not showing up while the other 2 are buffering.

Any ideas. I haven't come across the buffering when I was using windows for these devices


Sounds like you might have some power issues there, both my rPi's will recognize all USB miners within 5-10 seconds of cgminer starting (if even that long). Which includes the rPi running 20 erupters. The only time I noticed 'buffering' messages of delayed USB detection is when I was using different hubs and hitting power limitations of the hub.
335  Economy / Computer hardware / Re: [Sell][in stock] HashBuster ASIC Miners on: September 15, 2013, 11:14:17 PM
Keep in mind : you are a junior member here, Your domain info isn't reassuring to most people either :

Updated Date: 07-sep-2013
Creation Date: 23-jun-2011
Expiration Date: 23-jun-2014

and it's also whoisprotected, so we can't look up any of the information of the company that way.

Your site www.hashbuster.com also redirects to this bitcointalk thread as well.

I will have to agree with the above statements, the website redirect is not assuring at all. Perhaps you could provide more information about the company?

Also, I may be interested, but the payment would have to be escrowed & since there's questionable credibility on your side, I wouldn't be willing to pay for the escrow.

Though, very interesting product, I hope it's legit. As for the product itself, you stated doesn't need a control unit, however it's not being connected to a network from the card itself, so I imagine that you would need a computer (laptop, pc, or raspberry pi) it looks like you would still need a device to control it, correct?


Edit: A little bit of googling brought me to:
https://gust.com/c/seolvit

Which then brought me to:
http://seolvit.wix.com/hexa

Neither of which is very convincing unfortunately.
336  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 15, 2013, 09:33:09 PM
This is pretty exciting news! Thanks for the work here.

Are there plans for overclocking through the app?

IF I understand correctly, we need an account for this to work and then we can log in externally through our WLAN?

Thx,
IAS

Yes, you need to sign up for an appKey from MobileMinerApp's website, http://www.mobileminerapp.com/

As far as over-clocking through the app, I'm not even sure that's possible through the app, nwoolls is the author of MobleMinerApp.


I'm actually going to take the download for the MMA integration offline, as I believe the people who wanted it, have it and there are quite a few changes that have already been made. So if you **really** want it, feel free to PM me, otherwise I'd wait for it to get released officially in MinePeon.

I made it so, if you attempt to download the file, you will just download an empty zip file.
337  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 15, 2013, 07:36:34 AM
Going to do this for people that keep asking about it...

MobileMinerApp integration for MinePeon

Excellent linux and iOS skills dude.

iOS skills are all nwoolls, it's his app, I'm just providing the integration (in PHP) for his app on MinePeon.  Grin
338  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 15, 2013, 07:35:06 AM
When can we get cgminer 3.4.3 to git pull to MinePeon, please?

So far I can't get 3.4.3 to run longer than an hour on Raspbian before locking up seems the same on Pidora Cry
Putting it back to 3.4.2, so far still running. So I'm not sure about that...

I am running 3.4.3 through its tests now.  It has not done anything funny yet.

Once it runs for a while I will push it up for you guys.

Neil
Neil, do you have any news about MinePeon full image 0.2.4?

My cgminer 3.4.2 is doing strange things... is working for some hours, unexpectedly starts with errors accessing the USB Gizmos and the RPI freezes. I have a 0.2.3 (not a) MinePeon version with all Arch Linux and MinePeon updates.

Not sure if this is your issue, but the only time I've seen hw errors like that was when the erupters were underpowered, but not causing comm errors. (I did a lot of playing around with hub configurations and 6 different hub models/brands.) Mathematically the configuration that caused my errors like that should have supported the amount of erupters on it, but it couldn't.

Try taking off 1 erupter at a time, rebooting cgminer and watch it. It's worth trying.

Also side note, I just did a full arch linux update with pacman and now everything is waaay more stable, including hw errors (not sure how/why) I was averaging 3-5% on the 20 erupter setup. After a full update (via: pacman) I'm sitting <1%

I didn't really pay attention to the packages that got updated, so I can't speculate as to why this is, seems to be both rPi's as well...

(Also on the test rPi I've got going I decided to install networkmanager and disable wicd finally enabled me to connect to wireless without any issues, probably going to install this on the main rPi tomorrow, going to let the test run for a bit.)
339  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 15, 2013, 03:18:05 AM
When can we get cgminer 3.4.3 to git pull to MinePeon, please?

So far I can't get 3.4.3 to run longer than an hour on Raspbian before locking up seems the same on Pidora Cry
Putting it back to 3.4.2, so far still running. So I'm not sure about that...
340  Bitcoin / Mining support / Re: Can and how do I get cgminer 3.4.3 on raspberry pi? on: September 15, 2013, 03:14:40 AM
Right now I've got raspbian wheezy with a d-link dwa160 rev-A2 (which I read can't be powered by the pi and needs to be on a hub) with block eroupters connected to it.

ahh... year the rPi is really picky about wifi dongles (see info http://elinux.org/RPi_USB_Wi-Fi_Adapters if you haven't already), I've been just buying the cheap ones that are known to have a 90%+ compatibility.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!