Bitcoin Forum
May 07, 2024, 11:19:05 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 »
61  Other / CPU/GPU Bitcoin mining hardware / Re: [1 BTC BOUNTY] More than 2 card issue - M4A79XTD Evo on: August 06, 2011, 04:21:44 PM
Not a power issue, using a Corsair TX850 (single rail), all 5850 Xtremes.
I don't think it's a driver issue. The card spins up but won't show up in lspci or AMDOverdrive with -h to list cards.
Running LinuxCoin final.
I don't think it's a bandwidth issue, I downplugged all the cards to 1x and verified they independently work.
There is no BIOS update available.
62  Other / CPU/GPU Bitcoin mining hardware / [1 BTC BOUNTY] More than 2 card issue - M4A79XTD Evo on: August 06, 2011, 02:26:28 AM
I have the Asus M4A79XTD Evo (2 x16 and 2 x1 slots) and I can't get it to run more than 2 cards. I've tried shorting the presence detect pins.
Funny thing is it's not a particular slot or card, it's the total amount of cards. If I have both in the 1x slot both of those will run. If I have one  x16 and  one x1 those two will run. It seems that it can only run the first two cards. I even tried taping the cards down to x1 and plugging that into the x16 slot but it didn't help.
Anyone encountered this or fixed it before?
63  Economy / Goods / Re: Selling Dual 6990 Mining/Gaming Rig on: July 27, 2011, 03:55:31 AM
Anyone know which moderator I can contact to get his info (email, ip address, etc.) ?
+1
64  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 27, 2011, 03:52:42 AM
so this start.sh, when executed from the terminal, as "sh /home/corelinux1/start.sh", everything goes fine, all 5 scripts are executed, the miners starts fine, the fans to, etc etc, except to the fact that the terminal where I executed didn't close itself (I want that)

I think it's supposed to be running, you can't kill it without killing the program running inside...
but yeah, Sorry I can't really help...I don't run ubuntu
65  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 27, 2011, 03:49:16 AM
Yanz, I found the solution maybe you can update your guide,

I simply added the following to my start miner script.

xhost +
echo $DISPLAY > /home/user/.display

Huh weird...I originally had this but it caused and error message and I deleted it and it still works. I guess I still need it, thanks for sorting this out.
66  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 27, 2011, 03:47:30 AM
I don't think you can run those by double clicking...
The autostart worked for me...
argg linux  Angry

Has anybody else (besides me) gotten it to work?

I used this guide, tweaked for my specific hardware...
http://forum.bitcoin.org/index.php?topic=7374.msg248025#msg248025
That's what I based this guide off of. Look in the first post...I linked it.
67  Economy / Goods / Re: Selling Dual 6990 Mining/Gaming Rig on: July 25, 2011, 01:10:14 PM
He said he'd ship mine out today...and then I saw that he sold the same item to two people!
68  Bitcoin / Mining / Re: You know when you are bitcoin miner when... on: July 25, 2011, 11:55:23 AM
9. Have a dozen bitcoin related apps on your iPhone/iPod/iPad/iMac/iDevice/Android/Nokia Phone
10. Spend your free time browsing forum.bitcoin.org instead of lolcatz, Youtube, Google+, or Facebook
69  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 25, 2011, 11:50:18 AM
I don't think you can run those by double clicking...
The autostart worked for me...
argg linux  Angry

Has anybody else (besides me) gotten it to work?
70  Economy / Goods / Re: Selling Dual 6990 Mining/Gaming Rig on: July 25, 2011, 05:13:33 AM
Yes, do let us know what's going on.
71  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 25, 2011, 01:16:27 AM
Well, the miners work fine. Im not sure what else it could be. How would I test that? Is there a way to start an x server?
I'm not quite sure. I'm not great with linux...this thread was just what I found to be working with a stock LinuxCoin install. Which evidently doesn't work for everyone. What's your hardware specs?
72  Economy / Goods / Re: Selling Dual 6990 Mining/Gaming Rig on: July 24, 2011, 05:28:54 AM
SSD still available and how much?
73  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 23, 2011, 04:32:23 AM
Are you doing this remotely over ssh or with a keyboard and monitor physically at that machine?

Plugged in with keyboard and monitor, I can try over ssh w.o monitor if you think tht might help
Well I googled the error and it seems to be from not having a physical monitor attached which is not your case. Have you tested that aticonfig properly installed and such? Check to see that everything is working manually.
74  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 23, 2011, 04:30:29 AM
yanz, give me a help here please..

I followed you guide, but using ubuntu, and everything gone fine, except the scripts parts...



I've created the scripts that you asked, but when I run them, the terminal screen just popup and close...


for example, I've created the start.sh script with the following code

Code:
#!/bin/bash
sleep 4
gnome-terminal --title GPU0 --command "sh /home/corelinux1/gpu0.sh"
gnome-terminal --title GPU1 --command "sh /home/corelinux1/gpu1.sh"

and the gpu0 and gpu1.sh on the same location, but when I run this script, I get the sleep time and then the bot miner scripts popup and close



ps, the code for the miner

Code:
#!/bin/bash
cd ~/poclbm/
./poclbm.py user:pass@blablabla#serv1 --frames=15 --device=0 --worksize=128 --vectors --tolerance=1 --failback=3
have you tried running sh /home/corelinux1/gpu0.sh in the terminal manually?
75  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 22, 2011, 02:43:59 PM
Are you doing this remotely over ssh or with a keyboard and monitor physically at that machine?
76  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 21, 2011, 09:59:55 AM
That's weird. I don't get that message. Try running the aticonfig line as root.
77  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 20, 2011, 09:05:50 AM
MiningMonitor is only 1BTC/month. Pete has added so many new features in the last two weeks that it is fully worth the cost. The proxy + miningmonitor has solved all of my uptime and notification issues. For example, if one of my 12 GPUs goes down (or all b/c a pool is offline) at 10am and I'm at the office and don't get home until 6pm - then it definitely makes sense to pay 1BTC/month to know about it prior to losing 8 hours of mining time. Even if I were to ssh into my home LAN (which I do anyway) to fix things, that's a whole bunch of micromanagement during the work day when I'm supposed to be doing things at work. Handling the miners should almost never happen - they should be online 24x7 and if the primary pool is down then the secondary and tertiary pool should be available. If my outgoing internet connection on the LAN goes down then that's another story - and, once I get my secondary cisco router online - the internet will automagically connect to my secondary provider.

Miners must be active 24x7! Cheesy
I think you missed the point. When miningmonitor notifies you of a downed miner you still have to manually reset it. What the script does is detect the downed miner and restart it without telling out.

MiningMonitor
Miner down -> MiningMonitor notification -> You reset -> miner

Scripts
miner down -> script detects -> script resets ->miner

No middle man -> No money spent  Smiley

Anyways, that's how I view it. If MiningMonitor works for your setup then by all means use it. I'm not here to make you change your setup, I'm just stating the way I see it.

Yes indeed 24x7 mining ftw! Smiley
78  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 20, 2011, 08:59:56 AM
the restart script doesnt seem to be working for me....followed this exactly

is it working for others?
Try this:
Exit out one of the miners.
Then run sh restart.sh
See what happens.

It doesn't restart them, It logs it, but doesnt start the miners back for some reason.
Any errors when you manually run it?
79  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 20, 2011, 02:24:10 AM
Headless automation is great. Thanks for the write up.

From personal experience, it's way easier to manage pool H/A with Bitcoin Mining Proxy than with Smartcoin or some homegrown scripts that watch load. I have 4 boxes with 3 cards each and I'm using MiningMonitor to notify me of down'd workers -  having to ssh into a box to see Smartcoin information is a waste of my time. I have a separate web/db server running the proxy app so it doesn't get affected by rigs that need to reboot or have work done to them. YMMV.
You have your point but this is designed to keep the GPU's online, not the connection to the pool alive. If the pool goes down then no matter how many restarts, the pool isn't going to come back up. And MiningMonitor is kinda expensive. Ins't it for profitable to let the worker stay down until you get home then to pay MiningMonitor's fees?
80  Bitcoin / Mining / Re: [Guide]How to setup an automated headless LinuxCoin mining rig + watchdog on: July 20, 2011, 02:19:07 AM
the restart script doesnt seem to be working for me....followed this exactly

is it working for others?
Try this:
Exit out one of the miners.
Then run sh restart.sh
See what happens.
Pages: « 1 2 3 [4] 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!