Bitcoin Forum
June 16, 2024, 05:53:27 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: March 18, 2012, 09:22:09 PM
Thanks for this, I was looking for a good alternative to linuxcoin since it hasn't been maintained.  I have a problem with overclocking, however.

If I use the bamt config file to overclock, the system locks up and I have to force it to shut down, then boot up bamt on a computer without ati cards to fix the config file.  However, if I use ati config to overclock the cards manually, everything works fine.

At the moment I have 2 5770 cards.  When overclocking worked, I used these commands:
Quote
aticonfig --od-enable
aticonfig --odsc=960,1200 --adapter=all


when I used the bamt config file and it locked up, I used these settings:

Quote
card_0:
...
  core_0:960
  core_1:960
  core_2:960

  mem_0:1200
  mem_1:1200
  mem_2:1200
...

card_1:
...
  core_0:960
  core_1:960
  core_2:960

  mem_0:1200
  mem_1:1200
  mem_2:1200
...


I don't remember exactly what all the parameters are called but you get the point.

 What is the difference between how aticonfig sets up overclocking and how bamt sets up overclocking to cause this problem?
2  Economy / Marketplace / Re: Get $1 Risk-free Starting Bonus for Bitcoinica Here on: October 18, 2011, 11:27:40 PM
xenon5
3  Bitcoin / Bitcoin Technical Support / Script to kill guiminer every hour, then restart it? [Linuxcoin] on: September 04, 2011, 08:42:02 PM
Hi, I'm trying to create a script that will automatically kill guiminer once an hour, then restart it.  When I was at home with my rig, everything worked perfectly.  Now that I've moved to my dorm,  it just stops mining after running for a few hours.  When I check the console, there's no unusual events like failures.  I figure the easiest way to solve the issue is to make the program restart once an hour.

How do I get the pid of guiminer?  when I try using the getpid command, it says "command not found".  Also, what will the process name be for guiminer?  just "guiminer"?  I need to get the pid so I can run the kill command.

Thanks  for any help.
4  Bitcoin / Mining support / Will I need a larger power supply? on: August 15, 2011, 08:38:14 AM
My current setup is 2x 5770s overlocked and 1xAMD Sempron 130, and I have a 530W 80+ certified PSU.  I have space for 1 more GPU on my motherboard.  When buying my components I followed a guide that suggested using the 530W PSU for 3 5770s, but I was thinking of getting a 5830 or 5850 instead for the 3rd GPU.  How much more power, if any, would I need if I chose one of these cards instead of another 5770?
5  Other / Beginners & Help / Re: Headless Linuxcoin script setup not working? on: August 13, 2011, 02:02:22 AM
Thanks for the suggestion.  I tried adding DISPLAY=:0 where you suggested but the same thing is happening Sad

just so I'm clear, the file at /home/user/auto.h looks like this:
Quote
#!/bin/bash
xhost +
echo $DISPLAY > /home/user/.display
lxterminal --command "/usr/local/bin/startminers.sh"

and at /home/user/.config/autostart/auto.desktop, it looks like this:
Quote
[Desktop Entry]
Encoding=UTF-8
Name=coin
Exec=lxterminal --command "home/user/auto.sh"
Terminal=true

There needs to be a "/" before home
Code:
Exec=lxterminal --command "/home/user/auto.sh"
And I'm assuming your "auto.h" is a typo and you really meant "auto.sh".
Thanks a lot, it works now!
6  Other / Beginners & Help / Re: Headless Linuxcoin script setup not working? on: August 12, 2011, 11:00:21 PM
Thanks for the suggestion.  I tried adding DISPLAY=:0 where you suggested but the same thing is happening Sad

just so I'm clear, the file at /home/user/auto.h looks like this:
Quote
#!/bin/bash
xhost +
echo $DISPLAY > /home/user/.display
lxterminal --command "/usr/local/bin/startminers.sh"

and at /home/user/.config/autostart/auto.desktop, it looks like this:
Quote
[Desktop Entry]
Encoding=UTF-8
Name=coin
Exec=lxterminal --command "home/user/auto.sh"
Terminal=true
7  Other / Beginners & Help / Headless Linuxcoin script setup not working? on: August 12, 2011, 09:05:51 PM
Hey everyone.  So I just put together my first mining rig yesterday and mostly everything is going pretty smoothly  Grin the only thing left to do is properly configure my miner to run headlessly.  I followed the guide here:

http://www.linuxcoin.co.uk/wiki/index.php/Headless_Linuxcoin

First I tried setting up the startminers.sh file exactly the first way specified, using ATIoverdriveCtrl.  I followed the rest of the guide to the T.  However, when I restarted my system, a blank terminal window popped up with just a white cursor block, then nothing happened.  The blank terminal window just remained open.

I tried making my own script using aticonfig and GUIMiner instead, but I'm having the same issue.

my /home/user/auto.sh and /home/user/.config/autostart/auto.desktop files look exactly the same as they do in the tutorial.

Here is what my custom /usr/local/bin/startminers.sh file looks like:

Quote
#!/bin/bash
sudo aticonfig --od-enable
sudo aticonfig --odsc="960,1200" --adapter=all
sudo aticonfig --odcc --adapter=all

gksu python /opt/miners/guiminer/guiminer.py

Is there something I'm missing?  Is there some other way to get my script to start after Linux boots?
8  Other / Beginners & Help / Re: Newbie here, Weird GUIminer behavior? (help please) on: August 10, 2011, 04:05:16 AM
Thanks for the feedback, glad to know it's not just me!  Tongue
9  Other / Beginners & Help / Newbie here, Weird GUIminer behavior? (help please) on: August 08, 2011, 07:07:10 PM
Hey everyone.  Before making an investment in a mining rig I want to make sure I can configure my normal computer to pool mine properly.  I created an account and miner on BTCguild and bitclocker and have the same issue for both pools.  the program seems to initially connect fine, and it's processing about 4 MHash/s, but the console says "Problems communicating with bitcoin RPC 0 2" multiple times.  My Mhash rate fluctuates minimally around 4, and this error just pops up over and over.  I only saw a message that BTCguild accepted my share once, right after starting up GUIMiner, but I haven't seen that again.  When I log into BTC guild I have 2 shares and on bitclockers I have 8, even though I only saw it accept once.  The one time I saw it accept, when I checked BTC guild it said my speed was 4.77.  Although it shows 2 shares now, my speed says 0.00.  I've tried searching for this problem but the people I find with this error are trying to solo mine.

here's my console log in GUIMiner:

Quote
2011-08-08 18:31:17: Running command: poclbm.exe --user=XXXX --pass=XXXX -o pool.bitclockers.com -p 8332 --device=0 --platform=0 --verbose
2011-08-08 18:31:17: Listener for "Default" started
2011-08-08 18:31:18: Listener for "Default": 08/08/2011 18:31:18, Setting pool XXXX @ pool.bitclockers.com:8332
2011-08-08 18:31:20: Listener for "Default": 08/08/2011 18:31:20, Using new LP URL /LP
2011-08-08 18:31:20: Listener for "Default": 08/08/2011 18:31:20, LP connected to pool.bitclockers.com:8332
2011-08-08 18:32:14: Listener for "Default": 08/08/2011 18:32:14, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:33:10: Listener for "Default": 08/08/2011 18:33:10, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:34:07: Listener for "Default": 08/08/2011 18:34:07, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:34:31: Listener for "Default": 08/08/2011 18:34:31, long poll: new block 000007d6fe0ee0a6
2011-08-08 18:34:37: Listener for "Default": 08/08/2011 18:34:37, Using new LP URL /LP
2011-08-08 18:34:37: Listener for "Default": 08/08/2011 18:34:37, LP connected to pool.bitclockers.com:8332
2011-08-08 18:35:32: Listener for "Default": 08/08/2011 18:35:32, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:36:29: Listener for "Default": 08/08/2011 18:36:29, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:37:25: Listener for "Default": 08/08/2011 18:37:25, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:37:43: Listener for "Default" shutting down
2011-08-08 18:38:07: Running command: poclbm.exe --user=XXXX --pass=XXXX -o uswest.btcguild.com -p 8332 --device=0 --platform=0 --verbose
2011-08-08 18:38:07: Listener for "Default" started
2011-08-08 18:38:08: Listener for "Default": 08/08/2011 18:38:08, Setting pool XXXX @ uswest.btcguild.com:8332
2011-08-08 18:38:09: Listener for "Default": 08/08/2011 18:38:09, Using new LP URL /LP
2011-08-08 18:38:09: Listener for "Default": 08/08/2011 18:38:09, LP connected to uswest.btcguild.com:8332
2011-08-08 18:39:03: Listener for "Default": 08/08/2011 18:39:03, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:39:59: Listener for "Default": 08/08/2011 18:39:59, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:40:56: Listener for "Default": 08/08/2011 18:40:56, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:41:52: Listener for "Default": 08/08/2011 18:41:52, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:42:48: Listener for "Default": 08/08/2011 18:42:48, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:43:45: Listener for "Default": 08/08/2011 18:43:45, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:44:41: Listener for "Default": 08/08/2011 18:44:41, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:45:24: Listener for "Default": 08/08/2011 18:45:24, long poll exception:
2011-08-08 18:45:25: Listener for "Default": 08/08/2011 18:45:25, Using new LP URL /LP
2011-08-08 18:45:25: Listener for "Default": 08/08/2011 18:45:25, LP connected to uswest.btcguild.com:8332
2011-08-08 18:45:38: Listener for "Default": 08/08/2011 18:45:38, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:46:34: Listener for "Default": 08/08/2011 18:46:34, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:47:30: Listener for "Default": 08/08/2011 18:47:30, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:48:27: Listener for "Default": 08/08/2011 18:48:27, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:49:23: Listener for "Default": 08/08/2011 18:49:23, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:50:19: Listener for "Default": 08/08/2011 18:50:19, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:51:16: Listener for "Default": 08/08/2011 18:51:16, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:52:12: Listener for "Default": 08/08/2011 18:52:12, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:53:09: Listener for "Default": 08/08/2011 18:53:09, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:54:05: Listener for "Default": 08/08/2011 18:54:05, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:55:01: Listener for "Default": 08/08/2011 18:55:01, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:55:57: Listener for "Default": 08/08/2011 18:55:57, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:56:54: Listener for "Default": 08/08/2011 18:56:54, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:57:50: Listener for "Default": 08/08/2011 18:57:50, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:58:46: Listener for "Default": 08/08/2011 18:58:46, Problems communicating with bitcoin RPC 0 2
2011-08-08 18:59:43: Listener for "Default": 08/08/2011 18:59:43, Problems communicating with bitcoin RPC 0 2
2011-08-08 19:00:39: Listener for "Default": 08/08/2011 19:00:39, Problems communicating with bitcoin RPC 0 2
2011-08-08 19:01:35: Listener for "Default": 08/08/2011 19:01:35, Problems communicating with bitcoin RPC 0 2
2011-08-08 19:02:31: Listener for "Default": 08/08/2011 19:02:31, Problems communicating with bitcoin RPC 0 2
2011-08-08 19:03:28: Listener for "Default": 08/08/2011 19:03:28, Problems communicating with bitcoin RPC 0 2
2011-08-08 19:04:24: Listener for "Default": 08/08/2011 19:04:24, Problems communicating with bitcoin RPC 0 2

My computer is running Windows 7 and has an NVIDIA GPU.  I haven't done any particular configuration beyond setting up my accounts for those two pools, then running GUIMiner.  I haven't set any extra flags either.

-How do I fix this error?  And If everything was working properly, how fast can I expect my shares accumulate at my speed of 4 MHash/s?  I know it's not enough to really make any money, I just want to make sure I can easily get everything working before buying any components for a rig.

EDIT:  The program and website for BTC guild now say 2 more shares were accepted after letting GUIMiner run for a few minutes, though I don't see the accepts in my console.  The BTC guild website says my speed is 9.5 now.
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!