Bitcoin Forum
June 22, 2024, 01:03:28 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: June 10, 2014, 01:56:06 PM
Thanks a lot for that.I only used the term ROM as that's what I grew up with,to refer to anything that needs flashing to a device,like firmware on my smartphone,router,etc but I can now accept that ROM will simply cause confusion so I'll refer to this as image from now on.

Since wi-fi isn't switched on out of the box,I'm a little put off by this due to my lack of familarity of using linux in general (I use a mac as I moved away from windows as I was still required to use command line to make some things work whereas with a mac,everything is simplified for me to work with with no command line to worry about).
For any WiFi device, one still needs to configure it properly unless you really want to run all of your network traffic via wifi unencrypted and "open", thus vulnerable.  Using the command line (thus, logging into StarMiner via SSH or via the console by plugging the Raspberry Pi into a monitor and keyboard), this is done via wicd-curses.  It is not "sexy" as a GUI, but it does the job it is designed to do in a TUI (Text User Interface) style just as well. Smiley

I think you need to remind your developer team the importance of understanding that time is money to some members of it's target audience as I'm not happy with such a basic feature being overlooked.I also expect a GUI (system wide,not me having to remember IP addresses/web addresses,etc to access an online webpage as no internet=no control).
For reference, I am part of the developer team, as well as the Owner of Linux ETC. Cool  StarMiner is my original concept and thus, it is "my baby" as a project here as well.  StarMiner came to be due to the lack of proper controllers that "looked pretty and sexy", but were "not up to snuff" mining functionality wise.  Reminds me of buying a car...always look "under the hood", not just at the body. Cool

Yes, "time is money".  Most of us in the mining circles know and understand this as well (myself included here).  However, this is also a Raspberry Pi which is just a minimal/basic ARM CPU and 512MB of RAM, not like perhaps your video editing workstation on Apple's Mac hardware with 16GB+ of RAM and an Intel i7 CPU (as a polite guess Wink ).  Having a GUI run on top of (1) a mining application like cgminer or bfgminer; and (2) Apache web server running Perl scripts will overload a Raspberry Pi to make it operate under an extremely and excessively high load (i.e., you are moving at "snail's pace").  The webUI is meant to resolve some of the "plug and play/miner" needs of basic users in place of using a GUI.  So, when you refer to "time is money", having a miner that runs as "snail's pace" also fits in this situation.  We are aware of such, and designed StarMiner to avoid running as "snail's pace" and thus be more effective and efficient as a mining controller tool.

So while I admit, StarMiner may not make everyone happy (as you so noted above) by not having a GUI interface, the reason, sound logic, and engineering behind such is noted.  Most would prefer knowing that StarMiner can and does mine with their particular ASIC device (we have a growing list on our SourceForge Discussion section) in full and efficiently versus "where is my pretty GUI" that will overload a simple Raspberry Pi. Smiley
42  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: June 10, 2014, 12:34:10 PM
I'm glad I found this thread.I'm not sure about some things.

1.How do I get the GUI to show and make it stay there?
2.How do I get wi-fi to work on this,if this works at all?
3.Does this support a DualMiner ASIC?
4.Does this support the Gridseed 5 chip (orb) miner?

Would appreciate some help before I commit to using this ROM. Thanks Smiley

For clarification purposes, StarMiner is not a "ROM" nor "firmware" (both terms have been commonly misused by both hardware manufacturers and community members).  This is an "image file" that is parallel (for example) to one installing Linux on a Raspberry Pi.  We just simplified the process by making sure that this image runs both Gridseed and Zeus Miner ASIC units, and eventually Scriptor 8X FPGA units. Smiley

To answer your questions in order:
  • StarMiner does not use a GUI "per se" from the Raspberry Pi itself.  There is a webUI which is accessible by going to a web browser (e.g., Firefox, Chrome, IE (yuk!), Safari) and going to the IP address of the StarMiner Raspberry Pi.  This is "our GUI" and is focused on the specific aspects of ASIC mining for the "end user" without "extras" that could get any "curious George" type end user into trouble. Wink
  • WiFi can work on the Raspberry Pi via the command line and using wicd-curses.  However, not all USB wifi dongles will work with a Raspberry Pi.  Please refer to this site for more specifics related to "Raspberry Pi friendly" Wifi devices.
  • StarMiner "could", however and to prevent people from damaging their Gridseed Mini and Blade units, we compiled and configured cgminer for "scrypt only".  Looking at the "operation costs", you are actually wasting power trying to "dual mine" with a Gridseed Mini ASIC versus just scrypt mine with it.
  • By the "Gridseed 5 chips (orb)", if you mean the "Gridseed Mini" (as it is commonly referred to), then yes. Cool

There is also more information and further discussions on our LitecoinTalk forum thread for further review, as well as our SourceForge site under Wiki and Discussion, both of which are "work in progress".

Let us know if you have any further questions. 

Happy and profitable mining to all! Cool
43  Bitcoin / Mining software (miners) / [StarMiner] FPGA and ASIC compatability list on: June 08, 2014, 09:55:34 PM
We decided to start on our SourceForge Project page in the Discussion section a listing by ASIC manufacturer of verified and tested units with StarMiner.  I invite everyone to take a quick look here and advise if we are missing a particular model that you, yourself, have tested and can verify that "StarMiner with my particular ASIC is working".  Smiley

How would you verify such?  Message us via the forums the URL produced by starhelpme from the command line on a StarMiner Raspberry Pi, and inform us "I have this particular ASIC unit".  If you do not mind posting even a screen shot of the webUI's Overview page (with the ASIC(s) mining a bit for some time of course Wink ) that would be even better.

Thanks to all of the folks out there mining away via StarMiner! Cool
44  Bitcoin / Mining software (miners) / [StarMiner] - 07 Jun 2014 release notes and information! on: June 08, 2014, 04:49:37 AM
07 June 2014 version release notes and change log:
Files for download from SourceForge can be found here.
  • Created multiple configuration profiles for individual Gridseed and Zeus Miner ASIC units including the following:
    • Gridseed Mini.
    • Gridseed Blade.
    • Zeus Miner Blizzard.
    • Zeus Miner Hurricane X2.
    • Zeus Miner Thunder X3.
    and also included profiles matching the Zeus Miner ASIC units "rebranded" by GAW Miners.  These default configurations are made for using only one (1) ASIC unit.  Depending on the ASIC brand, the end user will need to adjust accordingly to account for multiple ASIC units being controlled by StarMiner.
  • Updated all of the StarMiner scripts accordingly to work with the previously noted configuration profiles.
  • Updated Raspberry Pi Linux kernel/firmware.
  • Applied security updates to Raspbian including recent OpenSSL issues (05 June 2014 announced ones).

Possible issues and considerations:
  • Due to Zeus Miner ASIC units being released with cgminer v3.1.1 (versus a "more recent" version such as currently v4.3.4), thus using an older API version, the webUI will not display the individual ASIC miner units at this time. We are aware of this. However, everything else should function "normally".
  • Due to StarMiner being able to support Gridseed and Zeus Miner ASICs, it is strongly advised NOT 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, this "little guy" (the Raspberry Pi that is) can only handle so much.
45  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: June 08, 2014, 01:43:14 AM
I went ahead and gave StarMiner a try and it has been working pretty well so far!  I'm running 3 GAWMiners Furies (Zeus Blizzard) on it, and I just thought I'd share my experiences with anyone else who wants to run multiple GAW/Zeus miners with StarMiner.  You will need to edit the SeedManager config settings for the miner to manually configure each miner's search parameter, like so:



Since I am running 3 Furies, I specified the USB port for each one.  It will generally start at USB0 and increment by one from there, so just add as many as you have devices.  Once you do this, just restart the profile and you should have all of your miners hashing away!  You can always ssh into the Pi and type the "starsc" command to view the miner console to make sure it found them all.  Hope this helps!

@LinuxETC:

Thanks for StarMiner!  I hope you'll be able to optimize the web front end to give it better performance in the future!

@Suika:

Thanks for the compliments. Cool  For reference, we are doing an updated release that should incorporate specific Gridseed and Zeus Miner (or GAW Miner's rebranded warez) to help facilitate easier start up.  Your note above though is a good suggestion since there were a few people on the LitecoinTalk.org thread inquiring about similar.

As for the "improved web front end performance", we are also looking into that as well.  However, (granted, there is some latency), the webUI currently "works".  So the recent priority is for better and easier "get going and start mining now with <insert your ASIC unit here>" for the general masses of "StarMiner groupies". Cool
46  Bitcoin / Mining software (miners) / [StarMiner] - 04Jun2014 release version on: June 04, 2014, 11:15:30 PM
04 June 2014 version release notes and change log:
Files for download from SourceForge can be found here.
  • Fixes the Zeus Miner configuration file to match the StarMiner test configuration properly.
47  Bitcoin / Mining software (miners) / [StarMiner] Scriptor 8x FPGA status report on: June 04, 2014, 02:48:12 PM
We are awaiting some information from beekeeper to help with the webUI here at this time.  We apologize for the delay (we were hoping to have a version out late last week  Undecided  Sad ), but wanted the release to have a majority (if not all) of the current webUI functioning versus partially.

This release will actually be specific for FPGA (versus ASIC) mining units for reference due to the changes potentially needed to the webUI.

More to come soon.  Thanks for everyone's patience and support as well. Smiley
48  Bitcoin / Mining software (miners) / [StarMiner] - release version 02 Jun 2014 files available for all! on: June 04, 2014, 02:44:12 PM
Great!  Thanks for the heads up.

The recent release is now up on SourceForge under the Files available for download.  

Do note, since Linux ETC does not have any Zeus Miner ASIC units on hand (with the recent threads on the LitecoinTalk forums, I am a little glad as well  Undecided  Wink ), so we have only done some testing and thus quality control/analysis with a few members in the community indirectly.  Any testing and/or feed back outside of "the webUI is slow" is quite welcomed. Smiley  If someone wants to donate a Blizzard (or GAW's Fury, with out the PSU melting or pieces falling off of the ASIC of course Wink ), we do welcome such. Cool

The initial settings for the Zeus Miner ASIC is also for the "Blizzard" unit (= GAW's "Fury" unit), so this will need to be changed (the chips-count parameter) for other ASIC units slightly.  These should be as follows going from Zeus Miner's web page:
  • Blizzard (= GAW's Fury) = 6
  • Hurricane X3 (=GAW's Black Widow) = 64
  • Thunder X2 (= unknown GAW unit) = 96
  • Thunder X3 (= GAW's Falcon) = 128
  • Unknown unit (= GAW's War Machine) = 256
49  Bitcoin / Mining software (miners) / StarMiner - 02 Jun 2014 release information on: June 04, 2014, 01:17:29 AM
02 June 2014 version release notes and change log:
Files for download from SourceForge can be found here.
  • Added Zeus Miner ASIC support to command line scripts and webUI profiles.
  • Fixed OpenSSH and OpenSSL issues so that end users attempting to run apt-get upgrade will not "muck up" either service as reported on Bitcoin Talk forum. Roll Eyes
  • Security updates to the base Linux system.
  • Raspberry Pi firmware updates.
50  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: May 30, 2014, 06:13:45 PM
I would like to extend a "thank you" to schnauzr for posting a Review (five stars as well!) on StarMiner's SourceForge project page.  Cool

Happy and profitable mining to all!
51  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: May 23, 2014, 04:23:09 PM
Think I figured it out.  Your OS is VERY picky.  I'd run an apt-get update/upgrade to see if updated versions fixed some of the slowness issues.  
SSH won't run because it's not the expected version, and I'm betting that's the problem with everything else too.
Actually, it sounds like you broke Raspbian (which is the OS being used here, not "our OS", a community made one for reference) by doing apt-get upgrade and thus, is not suggested nor advised due to reasons like this.  I would suggest re-imaging StarMiner with the 12 May 2014 release and starting over to correct the issues from doing the apt-get upgrade.

The releases we push out on SourceForge are done to correct issues with the base OS (= Raspbian) for reference and update other aspects not covered by the OS's package manager.  Just because something is perceived to be "slow" (in this case) is NOT a good reason to try and do a manual upgrade on a system.  We do quite a bit of QA and testing prior to putting out a release as well, however we are also human and do not catch everything possible.  We aim for the best case scenario which is a stable and working version of StarMiner.

As noted previously, we are aware of the "slowness" with the webUI.  However, the miner application runs properly and at full capacity which is the more important aspect.  Any webUI in general is in the end "eye candy" and a layer on top of the actual mining application itself.  Granted, the webUI is meant to make things "easier" for the end user, yes.
52  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: May 23, 2014, 03:51:04 PM
I shut it off yesterday and swapped back to the other machine.  I attempted to do this, but I can't even SSH into it today - connection refused.  Web UI still connects on the same IP.
Sounds like SSH did not start properly on StarMiner.

If you can access the Raspberry Pi via a terminal (i.e., plug a USB keyboard and HDMI monitor into it), you can start SSH by service ssh restart.  Worst case, restart the Raspberry Pi system as a whole since SSH is set to start by default.
53  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: May 23, 2014, 01:54:33 PM
The web-based application is also running very slowly.  Each page is taking 30-60 seconds to load.  I've tried other Pi miners without this delay.
This is something we are quite aware of and are working on.  The webUI is Perl based running on Apache at this time, both of which take a bit of system resources to run (not including a mining application also running at the same time).  A Raspberry Pi is just an ARM CPU with 512MB of RAM as well.

More to come on this, so stay tuned. Smiley
54  Bitcoin / Mining software (miners) / Re: [StarMiner] - ARM controller image for your ASIC mining needs! on: May 23, 2014, 02:28:07 AM
Fired this up today, but I'm having a few problems.  Running my miner from my desktop, I get no errors.  Running it from StarMiner, I get around a 5% HW error rate.  It also only seems to run for 30-60 min before it crashes and will not start up again.  The web-based application is also running very slowly.  Each page is taking 30-60 seconds to load.  I've tried other Pi miners without this delay.

I'm running 3 Gridseed 5-chip miners off a D-link hub.

Run starhelpme and send us the URL provided at the end of such directly via private message here or via a Support Ticket on SourceForge.
55  Bitcoin / Mining software (miners) / [StarMiner] - StarMiner with x9 Gridseed Mini ASICs photos! on: May 14, 2014, 06:17:02 PM
Here are a few screen shots of a Linux ETC client's x9 (#10 has a bad plug unfortunately Sad ) Gridseed Mini ASIC units + StarMiner working quite nicely.  The Gridseed Mini's are not modified, running at 850Mhz (so ~360kh/s per ASIC unit).



The blue shows the consistent combined hash rate of all x9 ASIC units (have to love consistency! Cool ).  The green is the number of shares accepted by the mining pool(s) at that time.  



Just an image of one of the nine Gridseed ASIC mini stats.  Same color scheme depiction as well.  

Also do note, the "uptime" since there are miners out there citing issues with other controller images/software who cannot consistently mine for more than a few hours.  We have had this system running for a few days actually.  The "uptime" is actually for the specific ASIC mining profile ("cgminer-gridseed" in this case) running, which unfortunately resets if one changes the profile.  Sad
56  Bitcoin / Mining software (miners) / [StarMiner] - 12May2014 version available for download now! on: May 12, 2014, 01:42:22 PM
Files for the recent release (12-May-2014) are available now for download from SourceForge and can be found here.
57  Bitcoin / Mining support / StarMiner image for RasPi (was: need some help with a gridseed miner) on: May 10, 2014, 11:24:51 PM
hey guys could someone help me with a gridseed miner which software it bets to use i'm at work right now and can't hook it up comesome give me the links to the software i really like cgminer it there one that you can use a 7970 and a gridseed together please help me thank you

You can try our StarMiner image for a Raspberry Pi which does work quite nicely and is pretty much "plug and mine" oriented.  We will be releasing an updated version that addresses a few items with Gridseed ASIC units in the next day or two as well (just posted this on our StarMiner thread here as well).
58  Bitcoin / Mining software (miners) / [StarMiner] Version 12May2014 release on: May 10, 2014, 11:12:31 PM
This is an announcement of the a version "12May2014" release (to be available on the noted date as well, yes Wink ).  More details can be found on our SourceForge project Blog page.

You can download the updated image via the SourceForge project Files page.

From the Blog post:
Thanks to sling00 for doing most of the "heavy lifting" with IFMI (the webUI portion of StarMiner), StarMiner will be releasing an updated version of StarMiner.

ChangeLog for 12 May 2014 Gridseed version:
  • Properly IDs the ASIC units noted as "GSD" on all IFMI pages.
  • Properly creates and displays the Overview graph information including accepted shares and hash rate.
  • Properly creates and displays graph of the individual Gridseed Mini ASIC unit.
  • Security updates to the base Linux system.
  • Raspberry Pi firmware updates.
  • Addition of Gridseed specific mining profile within IFMI.

Coming soon:
  • Scriptor 8X FPGA unit support with IFMI specific mining profile within IFMI.
  • Updated HowTo use StarMiner documentation.

59  Bitcoin / Mining software (miners) / [StarMiner] - Release Information and Announcements on: April 26, 2014, 03:23:26 AM
    Release Information and Announcements.
    Announcements can also be found as well as subscribed to on our SourceForge Project site here.



    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 June 2014 version release notes and change log:
    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.

    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.

    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.

    07 June 2014 version release notes and change log:
    Files for download from SourceForge can be found here.
    • Created multiple configuration profiles for individual Gridseed and Zeus Miner ASIC units including the following:
      • Gridseed Mini.
      • Gridseed Blade.
      • Zeus Miner Blizzard.
      • Zeus Miner Hurricane X2.
      • Zeus Miner Thunder X3.
      and also included profiles matching the Zeus Miner ASIC units "rebranded" by GAW Miners.  These default configurations are made for using only one (1) ASIC unit.  Depending on the ASIC brand, the end user will need to adjust accordingly to account for multiple ASIC units being controlled by StarMiner.
    • Updated all of the StarMiner scripts accordingly to work with the previously noted configuration profiles.
    • Updated Raspberry Pi Linux kernel/firmware.
    • Applied security updates to Raspbian including recent OpenSSL issues (05 June 2014 announced ones).

    Possible issues and considerations:
    • Due to Zeus Miner ASIC units being released with cgminer v3.1.1 (versus a "more recent" version such as currently v4.3.4), thus using an older API version, the webUI will not display the individual ASIC miner units at this time. We are aware of this. However, everything else should function "normally".
    • Due to StarMiner being able to support Gridseed and Zeus Miner ASICs, it is strongly advised NOT 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, this "little guy" (the Raspberry Pi that is) can only handle so much.


    02 June 2014 version release notes and change log:
    Files for download from SourceForge can be found here.
    • Added Zeus Miner ASIC support to command line scripts and webUI profiles.
    • Fixed OpenSSH and OpenSSL issues so that end users attempting to run apt-get upgrade will not "muck up" either service as reported on Bitcoin Talk forum. Roll Eyes
    • Security updates to the base Linux system.
    • Raspberry Pi firmware updates.


    12 May 2014 version release notes and change log:
    Files for download from SourceForge can be found here.
    • Properly IDs the ASIC units noted as "GSD" on all IFMI pages.
    • Properly creates and displays the Overview graph information including accepted shares and hash rate.
    • Properly creates and displays graph of the individual Gridseed Mini ASIC unit.
    • Security updates to the base Linux system.
    • Raspberry Pi firmware updates.
    • Addition of Gridseed specific mining profile within IFMI.


    25 April 2014 version release notes:
    Files for download from SourceForge can be found here.
    • Raspbian is the lastest stable (via Debian Wheezy) version with patches to OpenSSL to address any concerns about HeartBleed.
    • bfgminer is version 3.99.0 and compiled for Gridseed and scrypt use only.
    • SeedManager includes updates from LinuxETC's GitHub fork with contributions from sling00.
    • wicd is installed for those with wireless network connection to help with configuration using the ncurses version.
    [/list]
    60  Bitcoin / Mining software (miners) / [StarMiner] - ARM controller image for your ASIC mining needs! on: April 26, 2014, 03:22:19 AM
    ANNOUNCING: StarMiner
    An ARM controller image for your ASIC mining needs.
    This is a SourceForge hosted project.

    Description
    StarMiner (also known as *Miner) is a Linux based image design to be used for the digital currency or "crypto currency" mining purposes.

    The Logic
    Most people in the "crypto currency" arena want to be able to "plug and play" (or "mine" in this case) an ASIC (Application Specific Integrated Circuit) device to a simple system, put in the desired mining pool targets, and have this device "just do it". This means keeping things as simple as possible. StarMiner is designed for such purposes.

    Under The Hood
    StarMiner includes the following Projects that are Open Source based:

    Screenshots
    Everyone loves visual images for examples plus "show and tell". Cool  These can be found on the Summary SourceForge page. Cool

    Files
    The StarMiner image (.img; ~3.5GB in size), bzip2 (.bz2; ~65% of the image size), and zip (.zip; ~61% of the image size) versions of the release with MD5SUM information can be found on SourceForge under the Files section.  The file naming convention will be using the release date in the name and version, so do use the most recent accordingly. Wink

    Documentation
    Currently being made and put up on SourceForge in the Wiki section.

    Discussion and Support
    We have both forum based and support tickets via SourceForge under the project's Discussion and Tickets sections.

    Donations and Contributions
    One can donate and/or contribute to the project in a few ways:
    • (US residents only) Purchase a Raspberry Pi StarMiner kit (with USB wifi or without USB wifi) from us directly. The Raspberry Pi comes from a distributor who contributes a majority of the sales back into the Raspberry Pi organization.
      Note: We cannot ship Raspberry Pi StarMiner kits internationally without a cause for headaches with various customs, VAT, import/export related issues unfortunately. Sad Believe us...we would love to send you one!
      (Temporarily suspended until further notice.)
    • Download our image from SourceForge here under Files. The run the startest command which will use a default "test" configuration to donate mining hashrate to one of our wallets. Since you are operating the miner, you may run startest for as long as you desire. This is also a simple way to test (hence, the command name startest) your ASIC miner with our image.
    • Use and write a Review (preferably positive of course) on SourceForge StarMiner. If there are issues, open up a Support Ticket on SourceForge so that said issues may be addressed (prior to any Reviews preferred of course Wink ).
    • Join the Discussions and add your thoughts, comments, and feedback accordingly.
    • Donate some Bitcoin, Litecoin, Dogecoin, and/or Vertcoin to the following addresses:
      • Bitcoin: 1Ac9TYKxGEvwe4ECM84BEZTWzCn3HZhMFN
      • Litecoin: LTFKFPkVw3kXdzg7JQibPd7ZFQe11brADB
      • Dogecoin: DRaMFszv9bgDPUKiE6mfcM8cHxkRQ5wNXG
      • Vertcoin: VpMfewgraj4QCNSFLnfErY7xnf9EUhVYuM
      Do send us an email if you wish to be noted for such as well.
    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!