Bitcoin Forum
May 10, 2024, 01:46:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 »
781  Bitcoin / Mining software (miners) / Re: Is there a tutorial for using screen to auto start cgminer? on: November 12, 2011, 05:35:45 PM
I have 2 remote rigs that auto start, but I don't use auto.sh.  I added mine.sh to startup programs in the GUI which looks like this:

Code:
#!/bin/sh
screen -dmS miner ./CG

This starts a detached screen session, miner, and runs the CG script:

Code:
#!/bin/sh
export DISPLAY=:0
xhost +
now="`date +%Y%m%d%H%M%S`"
cd <cgminer dir>
./cgminer .... 2> run.$now.$$.log

The two scripts and xhost + were the only way I could get it to start and not seg fault when I connected.  What is the best way to make this work without having to use the GUI and two scripts?
782  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.8 on: November 12, 2011, 05:21:10 PM
What's the best way to add cgminer to BAMT? Do you have a .img file of it?

An .img would be bounty worthy. Some guys like me just can't get linux to work, a shared .img with cgminer installed should probably solve many problems.

You really defeat the purpose of BAMT if you go through the work installing cgminer.  Kano has instructions to install cgminer on a bootable USB - BTC cgminer on a bootable USB pendrive: https://bitcointalk.org/index.php?topic=28402.msg426741#msg426741

I'm not great with linux and for me this was much easier, and more stable, than installing on BAMT.  The only thing missing is a mining startup script, which I'm sure many people here can help with.
783  Bitcoin / Hardware / Re: FPGA development board "Icarus " for mining purpose on: November 12, 2011, 03:10:06 PM
Is this or any FPGA board going to be usable to someone without an electrical engineering or computer science degree?  Just reading FPGA threads makes my head hurt.
784  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.7 on: November 07, 2011, 03:20:55 PM
Anyone get an issue where cgminer hangs w/ 100% CPU usage in linuxcoin?

I have cgminer set to startup automtically (auto.sh).  ~95% of time after power cycling a rig it starts up just fine but sometimes the following happens ...

cgminer starts
it begins processing some shares
the "display" never appears


I've seen this a few times on remote linuxcoin and ubuntu rigs.  It's always turned out to be an issue with extenders for me, or at least replacing them seems to have fixed it.
785  Bitcoin / Bitcoin Technical Support / Client port 443 outgoing connection on: November 04, 2011, 04:49:35 PM
Got this today from my firewall when I started client 0.4.0 on OS X:
"Bitcoin wants to connect to store.esellerate.net on TCP port 443 (https) IP 209.87.181.216"

Is this normal?  I haven't seen it before.
786  Bitcoin / Pools / Re: [112 GH/s] EMC: 0 Fee/Merged Mining/PayPal Payout/SMS/US/EU/AU//More on: November 03, 2011, 03:08:08 AM
Is the donation % now taking from BTC and NMC?  It would be nice to have a separate donation for each, or a NMC donation address for the pool.
787  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.7 on: November 02, 2011, 03:39:39 PM
I have a simple startup script to launch cgminer on restart (Ubuntu) and have 2>cglog.txt to generate a log.  Of course it overwrites on every restart, which isn't exactly useful.  Is there a way to make it change the name of the log on every restart so it doesn't overwrite?
788  Other / CPU/GPU Bitcoin mining hardware / Re: Ubuntu Natty Narwhal 11.04 & Oneiric Ocelot 11.10 Mining Guide / HOWTO on: November 02, 2011, 03:12:08 PM
Great guide, just like the last one, but I still wonder couldn't this be made much easier with cgminer?  I just set up 2 rigs with a fresh install: update, upgrade, install a couple packages, wget ubuntu cgminer built.tar, untar and run - I added atitweak, screen, ssh, and a startup script and it still wasn't this lengthy.  GPU control is easier that way also.  The pool is great by the way and getting better, thanks for keeping up the improvements.
789  Bitcoin / Pools / Re: [800 GH/s 0% fee SMPPS] ArsBitcoin mining pool! Come join us! on: October 12, 2011, 11:11:10 PM
Is one server better than the other using cgminer on linux?
790  Bitcoin / Mining / Re: What's your shutdown point? on: October 12, 2011, 10:12:00 PM

I think I mentally came up with 3.50.   price per k/wh is only the base price, the elec company seams to have a plethora of other charges that get added in.

Yeah mine isn't really $.149, but that's what it averages with fees - granted some of those fees are fixed and would be paid with or without mining.
791  Bitcoin / Mining / Re: What's your shutdown point? on: October 12, 2011, 06:17:10 PM
If BTC are selling for MORE than $2.98 you should mine.
If BTC are selling for LESS than $2.98 you should buy.

Thanks, that makes sense.  I was at the same number, just got it a different way and was unsure it was accurate. 
792  Bitcoin / Mining / Re: What's your shutdown point? on: October 11, 2011, 11:09:54 PM
Current difficulty 7,255,634,282,020,860 hashes per block.
2MH/watt * 60 * 60 * 1000 = 7200000 MH / kWh

 7,255,634,282,020,860 /  ( 7200000 * 1000 * 1000 ) = 1007 kWh per block.  9 cents per kWh = $90.63 per block.  $90.63 / 50 = ~$1.80 per coin.

So if I'm pulling ~1550 from the wall for rigs and cooling and getting ~3120 Mh/s, I'm at ~2MH/watt right? Why does your difficulty number have more commas than the national debt?  At $0.149/kWh what price am I better off buying coins?
793  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.6 on: October 10, 2011, 04:54:34 AM
However, for actually installing them - I'm not sure what the issue is.
Why can't you simply use apt-get?
As per my script, the system boots into X then I apt-get install the ATI driver then reboot into the new ATI driver.

I'm just not great with linux and I know Xubuntu + cgminer + catalyst11.6 works very well, and I know I screwed up a drive trying to uninstall 11.8 which wasn't working for me.  I'll try apt-get and see how it turns out.

Thanks
794  Other / CPU/GPU Bitcoin mining hardware / Re: WHere are the 7800's????? on: October 10, 2011, 04:18:55 AM
I want to see 800 m/hash from a single card..... Smiley

Ahh aren't there several cards now that can get 800 m/hash? And at a much better cost than the latest high end card will be.
795  Bitcoin / Mining / Re: Lowest Variable Cost to Mine BTC Assuming Non-Free Electricity on: October 10, 2011, 04:12:48 AM
nope...cgminer showed 150 as lowest so I set it at 150.
796  Bitcoin / Mining / Re: Lowest Variable Cost to Mine BTC Assuming Non-Free Electricity on: October 10, 2011, 03:53:14 AM
  tell you the truth I have not taken the time to see actually how low I can go, but it will not do 300

cgminer 2.0.6

Code:
root@miner:~# atitweak -s
1. ATI Radeon HD 5900 Series (:0.1)
    engine clock 860MHz, memory clock 150MHz, core voltage 1.05VDC, performance level 2, utilization 99%
    fan speed 69% (3940 RPM) (user-defined)
    temperature 72.5 C
2. ATI Radeon HD 5900 Series (:0.2)
    engine clock 840MHz, memory clock 150MHz, core voltage 1.05VDC, performance level 2, utilization 99%
    unable to get fan speed
    temperature 71.5 C
797  Bitcoin / Mining / Re: Lowest Variable Cost to Mine BTC Assuming Non-Free Electricity on: October 10, 2011, 03:32:34 AM
clocks  820/420

Why so high on the memory?
798  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.6 on: October 10, 2011, 03:04:58 AM
Thanks but that's all chinese to me. Is that how you install catalyst from apt? If so what catalyst version does it install?  I'm going to be setting up another rig, and have previously manually installed 11.6 - which is a lot of work on a remote rig.
799  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.6 on: October 10, 2011, 02:08:48 AM
@kano

What version does this intsall (from your script)?
Code:
sudo apt-get install fglrx fglrx-amdcccle fglrx-dev

800  Bitcoin / Bitcoin Discussion / Re: Free State Project accepts bitcoins - hands them out on: October 09, 2011, 06:23:08 PM
If we were stealing your money and sending it to our members, that'd be more like communism/USA.


lol...at least the communist are honest about it.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!