Bitcoin Forum
June 21, 2024, 11:39:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: July 06, 2014, 08:38:50 PM
Okay thanks, I tried to flash an sd card I have with the image but my pi turns on and gives me a steady red light with an occasional yellow light blink. I tried finding its IP on my network but cant seem to find anything.
There should be a series of lights like a NIC card would have near that red light if you have a proper and active network connection via the RJ-45 port on the Raspberry Pi.  Sounds like you have either (1) a bad network cable, or (2) the Raspberry has a bad RJ-45 port.  Try a different cable and see how that works which is the simpler of the two trouble shooting wise. Wink
22  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: July 06, 2014, 04:22:20 PM
Being a bit of a noob relating to linux and arm, I can just download the image and flash it to the beaglebone black or rasp pi? Also is there a list of supported hardware somewhere?

StarMiner is currently imaged only for a Raspberry Pi.  We have a "StarMiner groupie" who plans on donating a set of CubieBoards (another ARM based system) for fulfill that request as well as to assist with long term support of that specific hardware.  At this time though, the BeagleBone line is not currently support.

As for supported hardware for the Raspberry Pi, you can find references to these on our SourceForge Discussion section here.

Happy and profitable mining to all! Cool
23  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: July 06, 2014, 01:38:45 PM
Can someone please help.

Im using starminer with gridseed pods and blades.  I'm experiencing a problem where cgminer will randomly stop.  It seems to be linked to high rejects, particularly on multipools.

I would like to force cgminer to restart every hour.  Can someone please guide me through how this could be done?

You could make a cron job that runs every hour that would run the following code:
Code:
staminer stop; starmine start
once you had the proper ASIC profile selected (which I presume you do Wink ) from the webUI.

Happy and profitable mining to all! Cool



Thanks!

Sorry for being lazy.  I should have looked at starminer commands before posting.  I have added "starminer restart" to cron job and now all is good!
You are quite welcome.  A cron job with starmine restart will work just as well. Smiley

As for your initial issue, perhaps doing some "fine tuning" of the configuration file for Gridseed ASIC units and considering other pools might be another option.  We have not received any similar reports of "random stops" with Gridseed ASIC units prior to yours at this time.

Happy and profitable mining to all! Cool
24  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: July 05, 2014, 11:50:54 PM
Can someone please help.

Im using starminer with gridseed pods and blades.  I'm experiencing a problem where cgminer will randomly stop.  It seems to be linked to high rejects, particularly on multipools.

I would like to force cgminer to restart every hour.  Can someone please guide me through how this could be done?

You could make a cron job that runs every hour that would run the following code:
Code:
staminer stop; starmine start
once you had the proper ASIC profile selected (which I presume you do Wink ) from the webUI.

Happy and profitable mining to all! Cool

25  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: July 05, 2014, 02:37:55 PM
It is quite possible, save we do not have this particular ASIC "in hand" to do any development work or testing with it for long term support.  It would also be one of the first SHA-256 ASIC units requested to be supported under StarMiner as well.

I have reached out to Rock Miners directly, though if you wish to post a request in their forum thread as well, that would probably help some. Wink

Out of curiosity and assuming you have a R-Box ASIC with Rock Miner's Raspberry Pi image, how it is?

Happy and profitable mining to all! Cool

Well, it gets the job done I guess. It gives out a web UI that gives out the usual information about miners (hashrate, hardware errors, accepted shares, etc.) so nothing special there. I just don't like it because even though it supposedly uses Raspbian, there's no way to change its default password. I've SSH'ed into the thing and done the passwd command and it says that it changed the password but it doesn't work; it just always keeps the default password which and that makes me quite uneasy about it. There are also some odd hashrate dips throughout the day that I don't know if they're related to my hardware or the Rock Miner UI and I'd like to compare against another software before reaching conclusions. Unfortunately I can't compare against my PC since I was never able to get my PC to recognize the R-Boxes.

From a quick review of Rock Miner's Github repository, it appears that Rock Miner ASIC units are using cgminer with a modified version of the Icarus driver/module.  The Icarus driver/module is more of a "generic FPGA" driver/module, thus it is not specific typically for one particular ASIC or FPGA unit.  This is what was initially released with Zeus Miner's ASIC unit (though we developed a "better driver/module" accordingly Cool ) and also explains why some of the Zeus Miner ASIC units were not performing up to specification.  Without having some Rock Miner ASIC units "in hand", we (the "StarMiner crew") cannot say how their version of cgminer may or may not work of course.  This is just from reviewing the information on their Github repository and knowing the history of how others have used the Icarus driver/module in the past.

Happy and profitable mining to all! Cool
26  Bitcoin / Mining software (miners) / [StarMiner] - 03 Jul 2014 release notes and information! on: July 03, 2014, 10:01:16 PM
03 July 2014 version release notes and change log:
Files for download from SourceForge can be found here.
  • Modifications to the Gridseed configuration files removing the "per_chip_stats" as noted in StarMiner SourceForge ticket #7.
  • Updated modules/drivers for both Gridseed and Zeus Miner ASIC units.
  • With respects to the "newer" Zeus Miner "batch 2" ASIC units, the ability to use the provided serial number to have specific settings per individual ASIC unit if using USB mode via libusb (versus --scan-serial mode).
  • With respects to the "newer" Zeus Miner "batch 2" ASIC units, the ability to ID the individual ASIC unit based off of the number of chips within each unit. These will have the Zeus Miner ASIC names by default instead of the rebranded names.
27  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: July 03, 2014, 09:21:11 PM
I don't see mention of the Rockminer units. Is it compatible with the R-Box?

It is quite possible, save we do not have this particular ASIC "in hand" to do any development work or testing with it for long term support.  It would also be one of the first SHA-256 ASIC units requested to be supported under StarMiner as well.

I have reached out to Rock Miners directly, though if you wish to post a request in their forum thread as well, that would probably help some. Wink

Out of curiosity and assuming you have a R-Box ASIC with Rock Miner's Raspberry Pi image, how it is?

Happy and profitable mining to all! Cool
28  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: July 03, 2014, 03:55:55 PM
Ok - sorted SSL port in 10-ssl.conf and all working...

Now to hosts / ips to allow!
Good to hear and you are quite welcome.

For reference, lighttpd does break things down modular wise a bit, so the question is quite understandable. Wink

Happy and profitable mining to all! Cool
29  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: July 03, 2014, 02:26:10 PM
Hi LinuxETC

Quick question to save me some time...

I have updated /etc/hosts.allow and hosts.deny to only allow: ALL: myIPaddresses and block everything else.

What I want to do now is change the http & https ports for the web server. Ideally, I want to only use https by default...

Can you point me to the specific conf file (equivalent to httpd.conf / vhosts.conf for Apache) please?

TY in advance

PS Two rigs running 8 GS Blades total on 2 x Pi (one with PiFace Digital which I use to control the ATX PSU on/off remotely - it's really cool!)

 Smiley

The files would be (depending on the version of StarMiner) under either /etc/apache2/ (versions prior to 15 June 2014 release) or /etc/lighttpd/ (versions including and after 15 June 2014 release).

Happy and profitable mining to all! Cool
30  Bitcoin / Mining software (miners) / [StarMiner] - 27 Jun 2014 release notes and information! on: June 27, 2014, 04:03:18 AM
27 June 2014 version release notes and change log:[/b]
Files for download from SourceForge can be found here.
  • Patch of the mining application by dmaxl that addresses "wall of rejects" with mining pools that have network latency issues.
  • Fix of the Gridseed ASIC configuration files so that they appear when editing via the webUI.
31  Bitcoin / Mining software (miners) / Re: [StarMiner] - 25 Jun 2014 Release Notes on: June 26, 2014, 03:34:51 AM
25 June 2014 version release notes and change log:
Files for download from SourceForge can be found here.
  • Improved Gridseed and Zeus Miner ASIC unit support via an improved mining application and related driver/modules.
  • Updated configuration profiles for individual and multiple Gridseed, Scriptor, and Zeus Miner ASIC units to parallel with the updated and improved driver/modules.
  • The webUI being HTTP by default, though HTTPS can be enabled if desired to address some latency issues.
  • Updated all of the StarMiner scripts accordingly to work with the previously noted configuration profiles.
  • Updated Raspberry Pi Linux kernel/firmware.

This is AWESOME!!!!

Thank you for all your hard work!!!

You (as well as everyone else) are quite welcome. Smiley  Download the latest image (web link noted above), give it a test run (or permanently which is even better Wink ) and feel free to inquire if you have any questions and/or issues.  Feel free to post your results as well (including screen shots) and feedback (positive preferred, constructive as well of course).  We have a collection of screen shots from the previous images of various mining set ups on our LitecoinTalk forum thread.

Happy and profitable mining to all! Cool
32  Bitcoin / Mining software (miners) / [StarMiner] - 25 Jun 2014 Release Notes on: June 25, 2014, 11:41:06 PM
25 June 2014 version release notes and change log:
Files for download from SourceForge can be found here.
  • Improved Gridseed and Zeus Miner ASIC unit support via an improved mining application and related driver/modules.
  • Updated configuration profiles for individual and multiple Gridseed, Scriptor, and Zeus Miner ASIC units to parallel with the updated and improved driver/modules.
  • The webUI being HTTP by default, though HTTPS can be enabled if desired to address some latency issues.
  • Updated all of the StarMiner scripts accordingly to work with the previously noted configuration profiles.
  • Updated Raspberry Pi Linux kernel/firmware.
33  Bitcoin / Mining software (miners) / [StarMiner] Image release screen shot preview on: June 25, 2014, 02:01:34 PM
I figured I would "tempt some tummies" of our "StarMiner groupies" out here with a screen shot preview of our latest test round of StarMiner.  Here are two screen shots of StarMiner with Zeus Miner "Blizzard" ASIC units.  For reference, these are "stock" units without any physical modifications.


This is using one "Blizzard" ASIC unit for over a 24 hour period (~36 hours in this case).  Please do note that yes, the ASIC is mining right around 1.5Mh/s here.  



This is using two "Blizzard" ASIC units.  Do note, we are hashing at ~1.5Mh/s per Blizzard here as well. Cool  I was hoping to have some more graph data for a full "24 hour" representation, however I think our "proof of concept" with improved mining application software illustrates quite well here. Wink

Now while some folks will say, "there are hardware errors", keep in mind that with an ASIC unit, hardware errors are acceptable to some degree.  The reject rate is...well...quite minimum (if not extremely minimal!). Cool  Thus, quality is being produced here mining wise.

This image should be available in the next day or so (minus the upload time to SourceForge) pending some additional testing of our StarMiner code and script, plus some "house keeping" items.

Happy and profitable mining to all! Cool
34  Bitcoin / Mining software (miners) / [StarMiner] - Update on the next release image on: June 22, 2014, 03:34:11 PM
Since this thread has been relatively quiet, I am suspecting most of the "StarMiner groupies" are enjoying StarMiner and are happily mining away there in the crypto coin verse. Wink

So a minor update on the prior update.  We are doing a few more tests of the mining application code for performance improvements (does anyone want to take a guess at the hash rate a Zeus Miner "Blizzard" ASIC is properly showing now? Wink Cool ).  We also have some improvements so that multiple Zeus Miner ASIC units can be detected without the -S option we implemented to help everyone out here a bit.  That is just with the mining application as well. Cool  However, we want to be thorough with the testing first before releasing the updated image to ensure "quality" that our "StarMiner groupies" have come to expect and enjoy.  So please be patient a bit more and we should have something ready this coming week.

For upgrading, we will be documenting a slightly better process on "HowTo" do so.  However, one will still need to manually edit the pool settings in the configuration files due to the changes in the mining application itself.  The easiest way is to "copy and paste" your pool settings into a "note pad" text editor, upgrade the image, test out StarMiner with startest for your particular ASIC unit or pick one of the current ASIC profiles (e.g., zm-blizzard for a Zeus Miner "Blizzard" ASIC), then "copy and paste" the pool settings back via either the webUI text editor (which is fixed in the upcoming release) or via stared on the command line.  Due to the enhancements to the mining application, copying the prior configuration files in full will not work here and in fact prevent the mining application from properly mining with the ASIC.

More to come of course. Smiley  Happy and profitable mining to all! Cool
35  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: June 20, 2014, 12:54:02 PM
Really weird stats reported for first 2 G-Blades! Have clocked at 800Mhz initially.

435M/hs for 2 x Blades - I wish!

This is remote setup - so I'm concerned for heat issues etc. so not running continuously if I have doubts!

Is the SHA-256 cores definitely SWITCHED OFF / DISABLED on this cgminer version?

This using the latest stable image of Starminer... I'm going to try a couple of other pools to see if it is anything to do with MagicPool also.

<...snipped...>


LinuxETC:

I have resolved this!!! Simply requires "chips=40,modules=1" inserted into the gridseed-options string in the conf file...

 Wink

Good to hear! Smiley  If you want to share a screen shot after you run your StarMiner + Gridseed Blade units for a while, I am sure others would love to see the results.  Our LitecoinTalk forum thread actually has quite a few from the "StarMiner groupies" showing and sharing their successes as well.

Now a simple explanation about StarMiner and the initial configuration files and profiles being used.  These files are meant to be "basic" and "simple" so that one can run startest from the command line to verify StarMiner with your Gridseed or Zeus Miner ASIC or Scriptor FPGA "does work".  The configuration files with startest will work in full with the "basic model" of the ASIC hardware (e.g., a Gridseed "Mini" or a Zeus Miner "Blizzard"), but are not expected to be show "optimal" for the other ASIC nor run long term for efficient and effective mining performance.  So then, one needs to select the proper hardware profile from the webUI and adjust accordingly (e.g., "gs-blade" for your specific case) using stared on the command line or from the webUI editor page to have "optimal" performance for the most part (yes, occasionally some minor adjustments might be needed Wink ).  By "basic" (with respect to Gridseed ASIC units) this is with a clock speed of 850MHz and a single unit.  One can adjust these by adding the parameters for the chip count, and even specific ASIC clock frequencies by the serial number if such is desired.  Do note, the "serial number" aspect is Gridseed units specific only as Zeus Miner did not include such an option with their ASIC hardware (i.e., all Zeus Miner ASIC units would have to use the same clock frequency "across the board" here).

Also to note, the "StarMiner crew" for the majority are located in the US Mountain Time zone (UTC/GMT-7).  Please keep this in mind when posting or sending messages since contrary to popular belief, most of us are not "glued to the computer 24 hours a day", and do have other obligations in life. Wink  We do our best though to respond to postings and inquiries as quickly as possible though. Smiley

Congrats once again on getting StarMiner up and running on your Gridseed Blades!  

Happy and profitable mining to all! Cool
36  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: June 17, 2014, 05:31:26 PM
Hi LinuxETC,

Thanks for your rapid response! I am now about to re-write the new image and will give it a whirl!

If all goes well I may well add my little GS Dual to the mix as I will have a spare port on my powered hub... But only after I have got the blades working satisfactorily!

 Smiley

You actually just caught me in front of the computer responding to messages. Wink

With regards to the recent release, go into the SeedManager configuration (URL is http://<StarMiner IP address or hostname>/cgi-bin/sconfig.pl) and raise the "Hardware Error" level a bit.  This is causing some concerns, when in fact if you take a closer look, the Accept/Reject numbers are appropriate with Rejects being "low" (relatively speaking of course).  Unlike GPU rigs, ASIC units can produce hardware errors, but the share is still acceptable from the results.
37  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: June 17, 2014, 01:10:41 PM
Hi,

I have been running StarMiner on Pi with 1 x GS Dual / Mini 5 Chip for several weeks under my desk! Remote access is fine as I can VNC into my desktop and view from there. It does occasionally seem to be reporting all ok but pool shows much lower hashrate - quick re-start of miner brings it back up.

In fact, StarMiner was the only Pi image I could get to see and recognise the GS Dual 'out of the box' - I have PIMP (which I really like), with Gridseed support, on a headless rig but I cannot get it to see the blades or mine...

I'm not sure which version of SM I have as the Pi is now in my briefcase ready to use for my G-Blades...

1) Is there a quick way to upgrade my existing StarMiner install via SSH on the Pi?

2) Or, is it quicker / cleaner to grab the latest IMG and write that out to the SDCard and re-configure pools etc?

TY  Smiley

Thanks for the positive remarks about your experience with StarMiner. Smiley

To answer your question, option (2) (download the latest image from our SourceForge site under Files and reimage your SD card) is the only choice currently.  We are working on a better upgrade methodology, but it is still "not up to par" to be released into the public unfortunately.

Also to note, our LitecoinTalk forum thread has several successful cases of "StarMiner groupies" using the Gridseed Blade ASIC units. Smiley  There are even a few screen shots as well, including one "groupie" who was able to successfully mix both Gridseed Blade units with Gridseed Mini units (it is recommended to NOT attempt this with Zeus Miner ASIC units at this time!). Cool

Feel free to advise on any issues you may encounter, as well as share your experience in using StarMiner as well.  We actually encourage both, especially screen shots of StarMiner with your ASIC units "live" mining away. Smiley  We suggest using an image hosting service like Imgur (which is free) for the screen shots. Smiley

Happy and profitable mining to all! Cool
38  Bitcoin / Mining software (miners) / [StarMiner] - Screen shots of the recent release of StarMiner live! on: June 16, 2014, 12:31:03 AM
Just some "eye candy" screen shots from our end. Cool

This is x2 Gridseed Mini ASIC units on StarMiner via dmaxl on Github's cgminer fork.  Cool



This is x2 Zeus Miner Blizzard ASIC units on StarMiner via the Zeus Miner "version" of cgminer.  Undecided  Lips sealed



Folks using the prior release will note the addition of the actual ASIC units showing up just below the Pool section on the webUI. Smiley
39  Bitcoin / Mining software (miners) / [StarMiner] - 15Jun2014 Release Notes on: June 16, 2014, 12:17:52 AM
15 June 2014 version release notes and change log:
Files for download from SourceForge can be found here.
  • Scriptor 8x FPGA support.
  • Created multiple configuration profiles for individual Gridseed, Scriptor, and Zeus Miner ASIC units including the following:
  • Gridseed "Mini".
  • Gridseed "Blade".
  • Scriptor, "Scriptor 8x".
  • Zeus Miner "Blizzard".
  • Zeus Miner "Cyclone".
  • Zeus Miner "Hurricane X2".
  • Zeus Miner "Hurricane X3".
  • Xeus Miner "Thunder X2".
  • Zeus Miner "Thunder X3".

and also included profiles matching the Zeus Miner ASIC units rebranded by GAW Miners.  The defaults are made for using up to ten (10) ASIC units at once.  Depending on the ASIC brand, the end user will need to adjust accordingly to account for multiple ASIC units being controlled by StarMiner.

  • The webUI is running on lighttpd which should have some improvement on the previous latency issues.  Thanks to sling00 on Github for this work here.
  • The additional of a "if the mining application stops" script and related scheduled checking of such to restart a "dead miner".  Thanks to worldly on LitecoinTalk for this work here.
  • The webUI will now show the Zeus Miner ASIC units on the "Overview" page (below the Pools, above the graph).
  • Updated all of the StarMiner scripts accordingly to work with the previously noted configuration profiles.
  • Updated Raspberry Pi Linux kernel/firmware.

Possible issues:
  • Due to StarMiner being able to support Gridseed, Scriptor, and Zeus Miner ASICs, it is strongly advised <strong>NOT</strong> to attempt to use a single StarMiner Raspberry Pi unit to control a mix of both types of ASIC units.  This is due to the limitations of a Raspberry Pi being just an ARM CPU with 512MB of RAM running a single mining application and webUI with statistical data reporting.  Unfortunately and once again, this "little guy" (the Raspberry Pi that is) can only handle so much.
40  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: June 14, 2014, 01:44:22 PM
This post is in reference to a StarMiner SourceForge Ticket made recently.

There is publicly known an issue in general with Raspberry Pi model B units that have stamped on the board itself Made in China (versus the Made in the UK versions).  We (Linux ETC) have experienced this issue first hand as well.  If one were to Google such, you will find a list of various complaints and griefs about this.  The "short version" is that quite often, the Made in China Raspberry Pi units are poorly fabricated when compared to the Made in the UK versions.  This is why Raspberry Pi (the company and .org itself) decided to move a majority of their production to the Sony UK facility.  There are still "some" Raspberry Pi's made in China (allegedly for the "far east market"), and I am not saying that all Raspberry Pi units from China "are bad" here, nor all from the UK "are good" either.  It seems though the reason for the move (besides RaspberryPi.org is based in the UK Wink ) is for better quality and overall control of the manufacturing process.

So when you first boot up StarMiner on a Raspberry Pi, and things start going wrong with your network, do not blame StarMiner on it right off please.  StarMiner is a bit more "process and resource" intensive that a majority of images and applications that can run on a Raspberry Pi, yes.  However, out of nearly 300 downloads since StarMiner's initial release on 20 April 2014, and this is the only reported instance of "gremlins in mix", I think I will trust the logic and stats that 1 out of ~300 that StarMiner is not the cause nor fault here.  Now potentially a faulty Raspberry Pi with a bad NIC (Network Interface Controller) in this particular case does seem to fit the bill as potentially the cause.
Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!