Bitcoin Forum
May 30, 2024, 04:23:49 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 »
101  Other / Beginners & Help / Re: Can anyone explain to a new guy? on: July 03, 2011, 02:33:43 AM
92C is really too high to mantain the 24/24h mining.
The aticonfig command is the ati command to check/change the settings of the videocard. Check your speed clock with

aticonfig --adapter=all --odgc

and try to downclock it if is overclocked with a new cpuspeed and memspeed

aticonfig --adapter=[number of your card 0 or 1] --setclock=cpuspeed,memspeed

you can set memory to 300-400MHz max

E.

These are the results:

btc@test:~$ aticonfig --adapter=all --odgc



Adapter 0 - AMD Radeon HD 6900 Series

                            Core (MHz)    Memory (MHz)

           Current Clocks :    880           1375

             Current Peak :    880           1375

  Configurable Peak Range : [500-950]     [1375-1450]

                 GPU load :    99%

btc@test:~$

btc@test:~$ aticonfig --adapter=0 --setclock=800,400
aticonfig: unrecognized option '--setclock=800,400'
aticonfig: parsing the command-line failed.
btc@test:~$


set clock doesn't seem to work. But From the --odgc it looks like it's clocked to max?
102  Other / Beginners & Help / Can anyone explain to a new guy? on: July 02, 2011, 05:17:20 AM
Running btc on Ubuntu 10.10 with 1 6970. From my Ubuntu Software Center, it looks like lm-sensors and libsensors4 installed.

I see 2 different temperatures but not sure which is what from the terminal. When I type sensors on the terminal, i get 26 C when it's mining. However, on another terminal with the code that executes when boot up, gnome-terminal -x watch -n 1 aticonfig --adapter=all --odgt --odgc the temp is 90 - 92 C.

I know sensors command is from lm-sensors. But where's the 2nd command coming from?
I am very concern my GPU will overheat and it'll be great if someone can tell me the difference in the 2 temp.

thks
103  Other / Beginners & Help / Re: Please help - Trying to get BitCoin going in Ubuntu on: July 01, 2011, 04:57:16 PM
Anyway once I learned the copy/paste deal I started messing with it and got it working by leaving out the username.
Thanks a million.

I don't mine at eclipsemc; but are you sure it's going to your account without the username? Just checking ...
104  Other / Beginners & Help / Re: 6990 rig - Should I run fan speed at 100% on: July 01, 2011, 03:51:35 AM
I think my card's temp is an issue. But I have no idea how to fix it. I currently only have 1 6970 and when it's mining it's at 90-92 C range. But when I stop mining, it gradually drops to low 50s. Reading this thread, it seems like 61 C and 71 C is the range 6990 should be in. 6970 is even less hash power than 6990; under that logic, should the temps be lower?

But how do I fix the issue? For Win system, people use MSI Afterburner to control the GPU fan; but what does Ubuntu (Linux) use? I looked at MSI Afterburner and it doesn't look like they have a version for Ubuntu. So I youtube and found out people use LM-SENSORS. I haven't tried setting that up; but the whole clip looks weird.

Anyways, enough of my ranting. As usual, I welcome any and every advise.
105  Other / Beginners & Help / Re: Please help - Trying to get BitCoin going in Ubuntu on: July 01, 2011, 02:16:17 AM
I had a computer shop build me a cheap $600 build around a ATI 5830 and just installed Ubuntu via USB, this computer does not have internet so everything is going on through USB.

If someone can be there as a sounding board for my issues I'd really appreciate it and I''ll give everything I have generated in Bitcoinplus.com over the last week. BTC0.01.

1) you will need internet. How else are you going to connect to the pool servers?
2) This may come as a surprise. That BTC0.01 in bitcoinplus.com; you can't withdraw it because there's a BTC0,01 fees to withdraw.
106  Other / Beginners & Help / Re: Is BitCoinPlus a scam? on: June 30, 2011, 08:21:32 PM
Plus, I think the btc payout is much less than the pool mining; currently at 0.00003516 btc / share.

This means that it will take people longer to get to the magical non-payoff amount of 0.01.

Exactly.

Hopefully the newbies coming in will read your thread and not fell for that. It's certainly very discouraging and a drag for btc
107  Other / Beginners & Help / Re: 6990 rig - Should I run fan speed at 100% on: June 30, 2011, 07:46:24 PM
i'm running 12 x 6990 at the absolute edge in overclocking mode (power, temp) - they are all running at 100% 24/7 - unfortunately i have to clock down if the ambient temp is rising, but i use a script for that - a few pic: http://imgur.com/a/usqDL

I love this pic https://i.imgur.com/fevHc.jpg

Would you care to share your script(s) or how you show temperatures and the last picture where it shows V (is that volts?)?
108  Other / Beginners & Help / Re: How long to receive Bitcoins on: June 30, 2011, 07:13:23 PM
I can't remember for Windows system for sure; but I think it may be a hidden folder. At least that's what's in Ubuntu. So you might need to display hidden files and folders.
109  Other / Beginners & Help / Re: If I have another card ... on: June 30, 2011, 07:02:52 PM
no, you'd use different pools so something like this:

./phoenix.py -u http://worker_name:XXXX@useast.btcguild.com:8332/ -k poclbm DEVICE=0
./phoenix.py -u http://worker_name:XXXX@api.bitcoin.cz:8332/ -k poclbm DEVICE=0

notice same device name as well. This will put 50% of the hashrate on pool 1 and 50% on pool 2. If pool 1 goes down 100% goes to pool 2.

Thank you.

Yeah .. i was looking through my reply and re-read what you mentioned and corrected right before you reply.
Thank you very much for all your suggestions.
110  Other / Beginners & Help / Re: If I have another card ... on: June 30, 2011, 06:55:07 PM
To get the most up time, I'd run 2 workers with different pools per card. This way if one pool goes down, the other is still up.

How would that work? Using Phoenix miner, I would have for example:
./phoenix.py -u http://worker_name:XXXX@useast.btcguild.com:8332/ -k poclbm DEVICE=0
and
<<edit>>
./phoenix.py -u http://worker_name:XXXX@bitcoinpool.com:8332/ -k poclbm DEVICE=0

Is that right?
111  Other / Beginners & Help / Re: Which pool is better to mine at? on: June 30, 2011, 06:51:37 PM
@gochk

I should tell you I'm not a miner. But on my antique thinkpad running Ubuntu 10.10 I think I have gotten 541 MH/s.
That is with no real video card and a 1.7GHz processor.  The way I checked this is using the interface of the bitcoin client. It may be removed in this latest version, but it used to appear in the lower left corner of the interface when in "mine coins" mode.

You must be thinking of KH/s. I doubt there is a laptop in production today that can reach 540MH/s, let alone one with integrated video. For comparison, that's about what you'd expect from 2x Radeon 5850s in Crossfire that have been set up properly.

gochk's number seems a bit low. Running with -v -w128 flags will get that number to about 380MH/s which is where it should be.

I see alot of recommendations to add those flag -v -w128. What are those flags and what are the implications on the video card? I'm not sure if I want to overclock it to the extent of killing it. this is not overclocking is it?

P.s. Appreciate all your comments. I have enjoyed reading them; thank you.
112  Other / Beginners & Help / Re: Which pool is better to mine at? on: June 30, 2011, 04:52:04 PM
I'm a newbie; just have 1 6970; getting around 360 MH/s?
That seems low to me. Are you sure you are mining with your GPU and not your CPU?

How much should I be getting? And how do I check?
Using Ubuntu 10.10
113  Other / Beginners & Help / Re: Is BitCoinPlus a scam? on: June 30, 2011, 04:35:41 PM
I have had similar experiences with Bitcoinplus.com
I mined (only when I have my computer on and working on other things) for 3 weeks, yes, 3 long weeks (difficulty rate reduced twice) to get to 0.01xxxx and when I tried to withdraw, the writings was there (FIRST TIME that I read it if I may add) ... 0.01 fee and not enough funds to withdraw.

Plus, I think the btc payout is much less than the pool mining; currently at 0.00003516 btc / share.

I totally agree that BitCoinPlus.com is a scam.

I have since stopped ... not going to use my computer power even when I'm doing other things and no extra electricity is involved. Other than that, there are no regulations to btc. What are you going to do?
114  Other / Beginners & Help / Re: Which pool is better to mine at? on: June 30, 2011, 04:24:39 PM
I'm a newbie; just have 1 6970; getting around 360 MH/s?
115  Other / Beginners & Help / Re: If I have another card ... on: June 30, 2011, 04:23:30 PM
I don't know, don't have 2 cards (yet); hence the "(I'm guessing this is possible)"
116  Other / Beginners & Help / Re: If I have another card ... on: June 30, 2011, 04:16:11 PM
Same worker in a same pool? or Different worker in a same pool?
117  Other / Beginners & Help / Re: Mining reward stats don't equal my balance! (DeepBit) on: June 30, 2011, 04:13:48 PM
This is a great question. I don't have the answer but it would be great if one of those older and more experienced members can answer that. I mine at bitcoinpool and I have all these different stats.

Estimated Earnings:  
Unconfirmed Earnings:  
Historical Earnings:  
Unpaid Earnings:  

When I'm mining it would go really high; but when I get paid, it's usually really low and doesn't match any of the numbers in those stats. I wonder if it's the fees or someone stealing my btc?
118  Other / Beginners & Help / If I have another card ... on: June 30, 2011, 04:06:41 PM
If I have another card ... would it be more profitable to

1) have a different worker mining at the same pool?
OR
2) have a different worker mining at a different pool?
OR
3) (I'm guessing this is possible) have the same worker mining at the same pool?
119  Other / Beginners & Help / Which pool is better to mine at? on: June 30, 2011, 04:04:39 PM
Which pool is more profitable to mine at and why?
1) a pool with more people and thus higher cumulative hash power
OR
2) a pool with less people and thus less cumulative hash power?
120  Other / Beginners & Help / Re: Need to buy BTC via paypal on: June 30, 2011, 03:52:56 PM
It's too bad paypal is like this, but ebay is the same way. Fortunately I've never had issues with either site, but I'm not selling things consistently either. Does anyone know why he doesn't just join an exchange site to buy BTC himself?

Probably because Mt Gox does not seem trust worthy to a new comer and Trade Hill I believe has a 100$ minimum.  Maybe he just wants 1 or 2 bitcoins to begin playing with the system.

No. He's asking for 30 or 60 btc.

I have an MTGOX.com address to send the BTC but need to buy the BTC via paypal. Market rate fine.
Need 30 to 60 BTC (whatever you can do) please PM asap. thanks
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!