Bitcoin Forum
May 01, 2024, 09:26:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: A few tips for running on Windows  (Read 1680 times)
one4all (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 09, 2011, 12:39:59 AM
 #1

Hi,

I'm new on the forum, but have been running a miner for the last 10 days and thought I would share a couple of tips that might help a few fellow newcomers.

First my system...
2 x HIS HD 6990 4GB (seem to be sold out everywhere in the UK now, but there are plenty of posts on here about alternatives)
AMD Athlon II X2 250 3.00GHz
Coolermaster Elite 430 Case
Corsair 2GB DDR3 1333MHz
Biostar TA890FXE 890FX mobo (2 x 16x PCI Express ports)
Coolermaster Silent Pro 1000W Modular PSU

I'm a developer, so no hardware expert, but I have this running stable at 1.2GH/s. It's running in an air conditioned comms room (with permission, at work), so no elec costs, but with a 1KW PSU, it would be about 0.9 UK units p/h (at about 12p/unit, so about £80-£90 per month). I've also set my GPU fans to all run 100% all the time (noise isn't a problem and I don't want it to overheat), I realise this will wear the bearings in the fans out quicker, but it seems to me that I'm already late to the btc party and running it at full tilt now makes sense.

I'm running Windows 7 x64, with GUIMiner and there are a few gotchas that I sorted and are the main point of this post.

I setup the computer to automatically logon as me (and to go to an empty screensaver after a minute requiring a password to unlock it) and set my Bios to automatically start the system if the system loses power. I added a shortcut to GUIMiner in the Startup folder for my user account, but this kept causing the system to hang. I realised it was because the Catalyst drivers hadn't fully loaded yet (or something along those lines), so I made a batch file that started GUIMiner after a 30 second delay. I'm sure there are other ways of solving this (such as running the app as an NTService), but this was mine...

Simply put the following in a .bat file in your startup folder and after 30 seconds it will start the software. Just set all your pools to autostart and you're good.

Code:
PING 1.1.1.1 -n 30 -w 1000 >NUL
start /D "C:\guiminer" C:\guiminer\guiminer.exe

Another thing that got me on Windows 7 was Power Management. I'm used to Sever OSes, which don't shut down after 1 hour, etc. so this caught me out and I had to go back and sort it out the first time I left it running. Set Windows 7 Power Management to High-Performance and make sure you don't let it put anything to sleep.

Because it's just a standard PC with no remote management I also plugged it into one of these that I had, so I can reset it remotely, which will automatically start it up and start it mining again, should it hang, BSOD, etc.

One last thing was that connecting to it with RDP caused the gfx drivers to crash twice (I've not tried since then) and I lost the 2nd card each time (rebooting sorted), so I gave up on that and used teamviewer instead, which seems to work a treat for remote access.

I hope that helps someone.
1714598804
Hero Member
*
Offline Offline

Posts: 1714598804

View Profile Personal Message (Offline)

Ignore
1714598804
Reply with quote  #2

1714598804
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714598804
Hero Member
*
Offline Offline

Posts: 1714598804

View Profile Personal Message (Offline)

Ignore
1714598804
Reply with quote  #2

1714598804
Report to moderator
1714598804
Hero Member
*
Offline Offline

Posts: 1714598804

View Profile Personal Message (Offline)

Ignore
1714598804
Reply with quote  #2

1714598804
Report to moderator
1714598804
Hero Member
*
Offline Offline

Posts: 1714598804

View Profile Personal Message (Offline)

Ignore
1714598804
Reply with quote  #2

1714598804
Report to moderator
trueimage
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
June 09, 2011, 12:46:13 AM
 #2

Great solution for remote power reset
I'll have to look around here for something similar
sang
Sr. Member
****
Offline Offline

Activity: 282
Merit: 250


View Profile
June 09, 2011, 12:47:40 AM
 #3

Sounds almost exactly like my past 24 hours.

I'm using a startup batch file just like your solution.
one4all (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 09, 2011, 12:53:24 AM
 #4

Indeed. With my experience of graphics drivers causing BSODs, I reckon that could save me a few late night drunken trips on my bicycle down to the comms room to keep my new hobby going... There are other solutions (possibly cheaper, for 1 PC etc.), but that's one I had that wasn't being used anymore. 

@sang. I feel your pain dude. Hope you got it running stable now. Smiley
Pages: [1]
  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!