Bitcoin Forum
October 14, 2024, 10:30:14 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Bitcoin exchanges on: June 29, 2011, 05:39:21 PM
Has any one got any recommendations on what bit coin exchange to use, I'm in the UK is there anything else apart from britcoin?
2  Other / Beginners & Help / Re: Cluster or not on: June 28, 2011, 05:52:19 PM
My electric is free, and was just hoping to use some old hardware instead of leaving it in storage
3  Other / Beginners & Help / Cluster or not on: June 28, 2011, 05:28:26 PM
I currently have about 15 spare PC's hanging around, in was just wondering would it be worth trying to cluster them with a live cd like clusterknoppix for CPU mining? Or would it be better to just miner on all of them separately?

4  Other / Beginners & Help / Re: Introduce yourself :) on: June 28, 2011, 09:01:52 AM
Hey Whats cracking, heard of bit coin and just wanna see if i can make some some money mining
5  Other / Beginners & Help / Re: Bincoin miner as a windows service on: June 28, 2011, 08:56:52 AM
alot of the PC's i have access to are turned on at all times of the day, so i have to setup a few scheduled tasks to make sure its running. to stop more that one miner running at a time i have used the following batch file which checks for a the miner running before opening it again. you will need to change miner.exe to the name of the file name of the miner your running.

Code:
tasklist /FI "IMAGENAME eq miner.exe" 2>NUL | find /I /N "miner.exe">NUL
if "%ERRORLEVEL%"=="0" GOTO end

<Insert command to run miner here>

:end

hope this is useful to some one
6  Other / Beginners & Help / Bincoin miner as a windows service on: June 27, 2011, 08:01:45 PM
I've been trying to setup a miner as a windows service, but the service won't start it just times out. If I run the command the service is trying to run It works no problem. Just wondering if there is something I'm missing. I've double checked the user that the service is run by if I mis type the password I get an error about the credentials.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!