Search content
Sort by

Showing 5 of 5 results by brandonkleine
Post
Topic
Board Altcoin Discussion
Re: [ANN][SBC] StableCoin ¦¦ A new breed of cryptocurrency ¦¦ v1.2 RELEASED
by
brandonkleine
on 22/06/2013, 04:00:14 UTC
Also voted, and I seem to be the only one mining now on the stablecoin.miningpool.co pool.
Post
Topic
Board Beginners & Help
Re: CGMiner Automation in Windows
by
brandonkleine
on 14/05/2013, 01:59:37 UTC
Are you sure you "have not seen a good guide"?

There is a reason for google and the search button, personally I have seen more then 20 posts ++++++ about the same "Guide" you just made.

The contents of your "guide" is just copypasta, its not even close to automation, more like one click starting script, with automation, u dont need to do anything other then power up your computer

You want some sort of real automation? Do this, create a shortcut to the bat file,navigate to startup folder

Code:
C:\Users\(User-Name)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

or type
Code:
shell:startup
in Run when pressing Windows Button

Copy the shortcut into the folder and when windows run, it will run your bat file and start mining.

I included putting it in the startup menu for full automation. I do not do this because I do not want it to run automatically at this time.When I was trying to figure it out, I could not find this information in an easy to use form. This is what I meant by "have not seen a good guide."This is not copypasta, as I just wrote this based on my own experience from scratch, and it is not copied, in part or in whole, from any other source.
Post
Topic
Board Beginners & Help
Re: CGMiner Automation in Windows
by
brandonkleine
on 14/05/2013, 01:08:37 UTC

I was trying to help people get started in Windows without a gui, but that gui does look promising.
Post
Topic
Board Beginners & Help
Re: CGMiner Automation in Windows
by
brandonkleine
on 14/05/2013, 01:06:43 UTC
Is this not just a copypasta made to exploit donations?

No, I assume you mean copy paste, and I did not copy it from anywhere. This is just a simple way for new miners to streamline their process in windows without using a gui. If anyone has any other questions, I will try to answer them.

If you find this helpful, I would greatly appreciate any donations you can spare:
Litecoin address: LRAaZ8uyg1eMVhEX2BJg3QQc3zXWe4Hge5
Bitcoin address: 12kSDh3f96A3VUBpQ1eYoMxePVuuQXkkhm
Post
Topic
Board Beginners & Help
Topic OP
CGMiner Automation in Windows
by
brandonkleine
on 13/05/2013, 23:01:24 UTC
So, I was looking to automate my mining process in Windows, but I was unable to find a good guide on how to do this. I am new to mining, and I have fairly limited computer expertise. After some experimentation, I figured out a simple way to bring up cgminer with the proper settings automatically. This should work for bitcoins, litecoins, or any other that cgminer supports.

So, pre-step 1:
Make sure you have cgminer, catalyst control center, etc. installed properly.

Step 1: Open notepad

Step 2: type this in to notepad, with the appropriate modifications:
cd (your cgminer folder path)
cgminer (your options)

example:
cd C:/Users/Your Username/Downloads/cgminer-3.1.0-windows/
cgminer --scrypt -u yourusername.1 -p yourpassword -o yourminingpool:port -I yourintensity

Step 3: Click File, save as, and on the drop down menu select "All files", and save it as something.bat into whatever folder you want. If you want it to start automatically on startup, save it to your startup folder in the start menu. I saved mine to the desktop for convenience.

Step 4: Double click on your .bat file, a command line should pop up and begin mining.

That is it. It is really that simple.

Note: Any time you want to change any settings, right click on your .bat file and click "edit"

If you find this helpful, I would greatly appreciate any donations you can spare:
Litecoin address: LRAaZ8uyg1eMVhEX2BJg3QQc3zXWe4Hge5
Bitcoin address: 12kSDh3f96A3VUBpQ1eYoMxePVuuQXkkhm