Bitcoin Forum
June 07, 2024, 10:53:53 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 »
161  Other / CPU/GPU Bitcoin mining hardware / Re: Mining 7970 with linuxcoin bounty [15 btc] on: April 06, 2012, 03:11:48 AM
shoot. I assumed linuxcoin would have this installed, but I should have double checked:

$ sudo apt-get install xinit

this has startx as a wrapper for xinit. 

However, if you are not having problems with it NOT launching x at start like I was, then there is no need for the whole gdm workaround that I did.
162  Other / CPU/GPU Bitcoin mining hardware / Re: Mining 7970 with linuxcoin bounty [15 btc] on: April 05, 2012, 08:44:39 PM
Ok, give this a whirl. These are not all 100% my own ideas. There are countless others to thank if this works, especially in the start up scripting...which was primarily taken from: https://bitcointalk.org/index.php?topic=51622.0 and kano from cgminer thread.

Code:
#### I did not have luck letting GDM auto-login work, so I recommend removing GDM and using a script to startx, you can try it without this option if you want
$ update-rc.d -f gdm remove
$ sudo apt-get purge gdm
$ sudo dpkg --purge gdm
$ sudo nano /etc/rc.local
#add this line just before exit 0:  su - user -c startx &
control o enter
control x
$ sudo sync
$ sudo coldreboot
#### end remove gdm auto-login to replace with startx

#### download and install driver
$ cd /home/user/Downloads
$ wget http://www2.ati.com/DRIVERS/hotfix/radeon_7900_series/amd-driver-installer-8.921-x86.x86_64.run
$ sudo chmod +x amd*

#### this next step should be run from VNC or directly on the machine instructions for vnc setup here, but you can skip if doing locally
$ sudo chmod uog+rw /dev/ati/card*
$ sudo xauth merge /home/user/.Xauthority
$ export DISPLAY=:0
#### And now your ready to connect using X11 forwarding.
#### Windows users can select X11 forwarding in putty by ticking the box located on the menu sidebar/Connections/SSH/X11.
#### end VNC setup

$ sudo ./amd* --force
#### GUI installation will eventually open select all the default options to install
1) Install driver 8.921 - continue
2) !Agree
3) Automatic
4) Exit
#### GUI complete
 
$ sudo aticonfig --adapter=ALL -f --initial
$ sudo sync
$ sudo coldreboot

$ sudo su
# cd /opt
# wget http://developer.amd.com/Downloads/AMD-APP-SDK-v2.6-lnx64.tgz
# tar -xvzf /home/ubuntu/AMD-APP-SDK-v2.6-lnx64.tgz
# cd AMD-APP-SDK-v2.6-lnx64/
# cp -pv lib/x86_64/* /usr/lib/
# rsync -avl include/CL/ /usr/include/CL/
# tar -xvzf icd-registration.tgz
# rsync -avl etc/OpenCL/ /etc/OpenCL/
# ldconfig
# sync
# coldreboot

#### other configurations
add this line to rc.local : /usr/local/bin/miner-launcher.sh 60 &
#### nano /usr/local/bin miner-launcher.sh
#!/bin/bash
DEFAULT_DELAY=0

if [ "x$1" = "x" -o "x$1" = "xnone" ]; then
   DELAY=$DEFAULT_DELAY
else
   DELAY=$1
fi

sleep $DELAY

screen -dmS cgm su user -c "/usr/local/bin/startcgminer.sh"
#### control x

#### nano /usr/local/bin/startcgminer.sh
#!/bin/bash
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1

cd /opt/miners/cgminer     #or where you put cgminer...i think this is the defualt location in linuxcoin
./cgminer -c cgminer.conf  # or whatever options you want
#### control x

#### make executable and change owner of the above files
$ sudo chmod +x /usr/local/bin/*miner*.sh
$ sudo chown root:root /usr/local/bin/*miner*.sh
####

that should do it....
coldreboot and see if it works.
163  Other / CPU/GPU Bitcoin mining hardware / Re: Mining 7970 with linuxcoin bounty [15 btc] on: April 05, 2012, 07:34:22 PM
can you just detail the steps you needed to
Quote
and I have an alternate version that supports 7970s

I might be able to just reproduce those steps on my linuxcoin distro.  which would satisfy the bounty.

I would be willing to try your distro if I cannot do the above.  PM me with a link to the file.  I will not be able to try this for a couple of days.

txs

Sure, I can detail the steps for you, but the offer will still be open should you want a 64bit OS to support 8 GPUs....though I guess with 7970's you're not likely approaching 8. I will do this tonight when I get home....although it will be late, just to let you know.

jjiimm, I am having difficulties with my 7970 rig, so I am hesitant to offer any advice. Sorry for the delay, I am about to lose it and I wouldn't want you to have my problems. It keeps locking up...see: https://bitcointalk.org/index.php?topic=74736.msg836914#msg836914


Thanks for the update.

I will be running dedicated 7x series rigs, so the instability problems may not be an issue with linuxcoin.
 My issue is that I have not installed drivers at all with ubuntu.  To top it off, if I start out with 7x series, linuxcoin wont even boot properly.  so I think I have to put in an older card, install new drivers, remove xorg file, shutdown, put 7x cards in and then boot.  but I not sure and dont have the time to do much experimentation.

I tried linuxcoin and decided to scrap it because it would not startx once I installed the drivers. What I did was remove GDM and manually startx in rc.local and it works like a charm. I had the same problem no matter what form of linux I used though...I tried linuxcoin, xubuntu, and debian with the same results. I think my issues are with the 5970s and the driver for 7970 not working with 12.2,12.3 or the dedicated for 7970 .921 driver.

I can type up the instructions for getting the 7970s working now that I have verified that 5970s and 7970s will not work together and my problem should not affect you.
164  Economy / Computer hardware / [SOLD] MSI R7970 102 BTC on: April 05, 2012, 07:21:15 PM
MSI R7970-2PMD3GD5/OC Radeon HD 7970 3GB 384-bit GDDR5 PCI Express 3.0 x16 HDCP Ready CrossFireX Support Video Card

Only used for a week. It does not play nice with my 5970 rigs and I need to offload it. Looking to get 105 102 BTC plus shipping and insurance. Willing to do escrow with https://bitcointalk.org/index.php?topic=66802.0 [edit] or another provider if you desire [/edit]. I will pick up the escrow tab.
165  Bitcoin / Mining software (miners) / Re: 7970 + Linux(Ubuntu) + 12.2 + SDK 2.6 + cgminer 2.3.1 => always coredump on: April 05, 2012, 07:01:06 PM
I have never had any luck w/ 5970s & SDK 2.6 or newest drivers.

Your best bet may be to just run dedicated 7970 rigs and either sell the 5970s or buy 2 more and make a dedicated 5970 rig.

As an experiment if you remove the 5970s (and do an aticonfig adapter=all -f --initial then sync and reboot) is the system stable again?

OK, that's likely the issue that I am running into. I'd rather scrap the 1 7970 than the 3 5970s though. But thanks for bringing a sanity check into my life.

I might take that 7970 and a page out of your book to start working on a water-cooled 7970 rig for home use and gaming Smiley Unlike you, my wife cannot stand an air-cooled rig at home for even a day, so my rigs are colo'd in a data center. That would be its only ticket for living at home OR anyone want to by an almost unused MSI 7970 for 510 oops 110 BTC?  Wink
166  Other / CPU/GPU Bitcoin mining hardware / Re: Mining 7970 with linuxcoin bounty [15 btc] on: April 05, 2012, 05:17:13 PM
can you just detail the steps you needed to
Quote
and I have an alternate version that supports 7970s

I might be able to just reproduce those steps on my linuxcoin distro.  which would satisfy the bounty.

I would be willing to try your distro if I cannot do the above.  PM me with a link to the file.  I will not be able to try this for a couple of days.

txs

Sure, I can detail the steps for you, but the offer will still be open should you want a 64bit OS to support 8 GPUs....though I guess with 7970's you're not likely approaching 8. I will do this tonight when I get home....although it will be late, just to let you know.

jjiimm, I am having difficulties with my 7970 rig, so I am hesitant to offer any advice. Sorry for the delay, I am about to lose it and I wouldn't want you to have my problems. It keeps locking up...see: https://bitcointalk.org/index.php?topic=74736.msg836914#msg836914
167  Bitcoin / Mining software (miners) / Re: 7970 + Linux(Ubuntu) + 12.2 + SDK 2.6 + cgminer 2.3.1 => always coredump on: April 05, 2012, 05:04:07 PM
I am having the hardest time getting a rig with 3x5970 and 1x7970 to work reliably.

It keeps locking up cgminer with 99.9 CPU on Xorg

My current setup is as follows:

Asrock 970 Extreme3
debian squeeze 64bit
PCIe powered extenders (2 16x and 2 1x to 16x)
  0. 03:00.0 ATI Radeon HD 5900 Series
  1. 04:00.0 ATI Radeon HD 5900 Series
  2. 05:00.0 AMD Radeon HD 7900 Series
  3. 09:00.0 ATI Radeon HD 5900 Series
  4. 0a:00.0 ATI Radeon HD 5900 Series
  5. 0d:00.0 ATI Radeon HD 5900 Series
  6. 0e:00.0 ATI Radeon HD 5900 Series
SDK 2.6
Driver 12.3 (I have tried 12.2,12.3,921)
cgminer 2.3.2 (i have tried 2.3.1-2)

I have also ran cgminer with gpu2 OFF and it still locked up

my cgminer conf is:
Code:
{
"pools" : [
        {       "url" : "http://pool.bonuspool.co.cc:1234",
                "user" : "xxxxxx",
                "pass" : "xxxxxx"
        },
        {
                "url" : "http://us2.eclipsemc.com:8337",
                "user" : "xxxxxxx",
                "pass" : "xxxxxxx"
        }
],
"intensity" : "9",
"gpu-engine" : "725-750,725-750,825-1125,725-750,725-750,725-725,725-750",
"gpu-fan" : "75",
"gpu-memclock" : "180,180,550,180,180,380,180",
"gpu-vddc" : "1.05",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-listen" : true,
"api-allow" : "W:127.0.0.1, W:192.168.0.0/24",
"auto-gpu" : true,
"kernel-path" : "/opt/miners/cgminer",
"vectors" : "2",
"worksize" : "256"
}

Things to try now include:
1.) moving the 7970 card to slot1. Should this be the first PCIe x16 slot or the PCIe x1 slot which is physically 1st? Currently the 7970 is in PCIe slot 2 which is the 4th physical slot (it goes x1, x16, x1, x16)?
2.) switch out MB for Asrock Extreme 4 (x1, x16, x16, x16)
3.) BAMT
4.) revert to 11.6 2.4 and remove 7970

here's the current cgminer screen (currently hung... Huh):
Code:
 cgminer version 2.3.2 - Started: [2012-04-05 16:46:52]
--------------------------------------------------------------------------------
 (5s):2163.6 (avg):2409.3 Mh/s | Q:465  A:535  R:0  HW:0  E:115%  U:33.17/m
 TQ: 12  ST: 14  SS: 0  DW: 11  NB: 2  LW: 1041  GF: 0  RF: 0
 Connected to http://pool.bonuspool.co.cc:1234 with LP as user xxxxxxxxxx
 Block: 0000012aeb82adfcdadfa2ecd5d4d81f...  Started: [16:53:11]
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  52.0C 4169RPM | 327.6/322.1Mh/s | A: 77 R:0 HW:0 U:  4.77/m I: 9
 GPU 1:  52.0C 4174RPM | 328.6/326.9Mh/s | A: 69 R:0 HW:0 U:  4.28/m I: 9
 GPU 2:  57.0C 4376RPM | 465.6/464.4Mh/s | A:113 R:0 HW:0 U:  7.01/m I: 9
 GPU 3:  56.0C 4104RPM | 328.2/326.8Mh/s | A: 68 R:0 HW:0 U:  4.22/m I: 9
 GPU 4:  55.5C 4104RPM | 327.1/327.0Mh/s | A: 63 R:0 HW:0 U:  3.91/m I: 9
 GPU 5:  63.5C 4161RPM | 320.1/319.5Mh/s | A: 70 R:0 HW:0 U:  4.34/m I: 9
 GPU 6:  56.0C 4156RPM | 328.2/326.8Mh/s | A: 75 R:0 HW:0 U:  4.65/m I: 9
--------------------------------------------------------------------------------

[2012-04-05 17:02:57] Accepted 00000000.53b883ad.2295b046 GPU 3 thread 6 pool 0
[2012-04-05 17:02:57] Accepted 00000000.bd27af01.7bcb1b84 GPU 5 thread 11 pool 0

[2012-04-05 17:02:58] Accepted 00000000.c55bfd2d.f8743636 GPU 3 thread 6 pool 0
[2012-04-05 17:03:00] Accepted 00000000.4a01ebdd.17971fd4 GPU 5 thread 11 pool 0

I have two other rigs with 4x5970 11.6 2.4 cgminer 2.3.1-2 and ASRock 970 Extreme4 that have been running fine for a week...it's just this one rig that keeps locking up (by that I mean the Xorg 99.9 cpu usage and cgminer screen hung). BTW I have this to start my cgminer session:
Code:
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1

cd /opt/miners/cgminer
./cgminer -c cgminer.conf

Anyone have suggestions, before I rage quit?
168  Economy / Long-term offers / Re: Hashkings Lending, Deposits(Updated Rates), Escrow and Bitcoin Purchaser on: April 05, 2012, 02:22:18 AM
75 BTC sent for 8 week 1.75% interest compounded.

Please confirm receipt at your convenience.
169  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.3.2 on: April 04, 2012, 03:38:41 AM
I've downgraded to the 8.921 driver for my 7970 on linux. 12.2 would crash the 7970 at lower engine clocks than normal and 12.3 would introduce rare but occasional hardware errors on the 7970 and would spontaneously crash a 6970, taking the device with it and I'd need to cold boot the machine for the 6970 to reappear. 8.921 was the version that needed a manually edited xorg.conf and specific card order to work with 7970 and 6970 was mixed.

What is the specific changes needed in the xorg.conf file? Is there a link or resource somewhere?

TIA
170  Other / CPU/GPU Bitcoin mining hardware / Re: Mining 7970 with linuxcoin bounty [15 btc] on: April 03, 2012, 06:35:54 PM
can you just detail the steps you needed to
Quote
and I have an alternate version that supports 7970s

I might be able to just reproduce those steps on my linuxcoin distro.  which would satisfy the bounty.

I would be willing to try your distro if I cannot do the above.  PM me with a link to the file.  I will not be able to try this for a couple of days.

txs

Sure, I can detail the steps for you, but the offer will still be open should you want a 64bit OS to support 8 GPUs....though I guess with 7970's you're not likely approaching 8. I will do this tonight when I get home....although it will be late, just to let you know.
171  Other / CPU/GPU Bitcoin mining hardware / Re: Mining 7970 with linuxcoin bounty [15 btc] on: April 03, 2012, 06:17:04 PM

bounty raised

There are a couple manual steps to complete, but I am working through automating those now. If you don't want to wait, I can give you a link to my custom image to throw on a USB and run. You would have to run aticonfig --adapter=ALL -f --initial the coldreboot, change the cgminer.conf file, and possibly alter the networking rules.d/ persistence file. I could give instructions.

It's no BAMT, but it is a 64bit debian squeeze that will work with 8 GPUs and I have an alternate version that supports 7970s (which is what you would want).

Let me know if you are interested and I will find a place to post the current image.Since I have not finished the live-build script, its just an image copy of my working rig. 8GB. So it will take a while.
172  Bitcoin / Bitcoin Discussion / Re: Reuters: Our girl, Naomi O'Leary, did it. on: April 02, 2012, 04:38:59 PM
Actually the allegory of the cave is from Plato

Well, I got my education from American TV, what do you expect... Tongue
173  Bitcoin / Bitcoin Discussion / Re: Reuters: Our girl, Naomi O'Leary, did it. on: April 02, 2012, 04:29:41 PM
Some simply cannot wrap their brain around of not having an "old white man" somewhere up high with a final say on anything and everything. Prisoners of the cave!

excellent Twilight Zone reference... Cool
174  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: April 02, 2012, 04:02:10 AM

I have no idea what that means! I'm using a Buffalo G router running DD-WRT as the extender, set as 192.168.1.1.
My primary router is a Buffalo N, also running DD-WRT, set as 192.168.11.1.
How would I go about creating a route between the routers?
How about the tracert?

Go to http://192.168.11.1 enter username and password.
Click Internet...then choose route
add route to 192.168.1.0 (and 255.255.255.0 if subnet mask is needed) and select 192.168.1.1 as the next hop and leave the metric as default.

Something like that depending on your router should give your clients access to/ from the remote subnet.

Tracert is a command line tool you can run from windows to see the path your request is making. Its done like this from the command line:

tracert 192.168.1.1

It will tell you all the hops from the client your are running to the destination and the response from the routers at each hop. You can use that to see where the path is ending or looping for debugging a routing issue.
175  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: April 01, 2012, 04:39:22 AM
Anyone got an idea as to why I can't connect to my BAMT machine via the web gui?
BAMT is on a PC in my shop, connecting over wifi through a range extender, with a static IP.
Everything seems to be working fine, except I can't get to it via the web gui (192.168.1.105) or remote desktop connection.
Both worked fine before I moved the machine out to the new location.
Could it be because the BAMT machine is on a different subnet than the rest of my network?
My primary network is 192.168.11.x, BAMT is on 192.168.1.x.
I can't move it back to the primary network, because the wifi won't quite reach that far without the repeater.
Thoughts?

You probably need a route to the 192.168.1.0 subnet on your main router to the AP. Do a tracert from a 192.168.11.0 client to 192.168.1.1 (if your AP is 192.168.1.1) to check.
176  Other / Off-topic / Re: Extention to augment Amazon links with my Affiliate Tag on: March 30, 2012, 10:24:32 PM
I have an Amazon Affiliate link that's sitting around, doing not much of anything, so would it be kosher by Amazon's TOS to have a chrome extension, greasemonkey script or what have you that auto-magically diverts all Amazon outbound links through my affiliate address, and how would I pull that off in Javascript?

http://www.amazon.com/dp/product/[Product ID]/?tag=[Affiliate Tag]

I'm thinking it should be easy to do a look replace, but can someone do some hand holding and point me in the right direction? My java-fu is weak.

what about something like this
This is your chrome extension manifest
Code:
{
  "name": "Amazon Auto Affiliate",
  "version": "1.0",
  "description": "Adds an extension to change all amazon links to amazon links with your affiliate info.",
  "content_scripts": [
    {
      "css": ["mystyles.css"],
      "js": ["jquery.js", "myscript.js"],
 "run_at" : "document_end"
    }
  ]
}

Code:
// myscript.js

var affiliateCode = 'myafflicatecode'

onload = function () {
        for (var i = 0; i < document.links.length; i++)
     if (document.links[i].href.contains("amazon.com")) {
document.links[i].href = document.links[i].href +'?tag=' + affiliateCode
}
}

This should get you started with the basic framework....good luck.
177  Bitcoin / Pools / Re: 1BTC FOR HELP -- 10 Ghash and growing, need new home. on: March 29, 2012, 08:16:08 PM
I am interested in this P2Pool ...

Already tried GPUMax, I don't like how when they lease my hash ... my fans freak out for 10-20 seconds on my cards and that happens every 5 minutes or so.  And when the fans are freaking out, my miners don't mine for a good 10-20 seconds, times the 150 times it happens per day, I think defeats the purpose of leasing.

How about https://bitcointalk.org/index.php?topic=60717.0 ?
178  Economy / Long-term offers / Re: First Pirate Savings and Trust on: March 29, 2012, 08:02:53 PM
Sorry, its not that well done, but here's a sample for you if you want to see the coin as wheel concept.



I can redo it if you decide to go that route.
179  Bitcoin / Pools / Re: [120 GH/s] BitMinter.com [Zero Fee, Hopper Safe, Merged Mining,Tx Fees Paid Out] on: March 22, 2012, 09:15:00 PM
  • Automatic donations added. You find them under "my account" -> "donations and perks". Default for new users 2%, default for existing users 0%. You can set it to anything you'd like. Please donate to support the continued development of BitMinter.

This is great! Thanks DrH!

Everyone, please donate and boost our pool karma.  Kiss
180  Bitcoin / Mining software (miners) / JSON format for api-allow on: March 12, 2012, 06:58:30 AM
For anyone who has set this up is it just:

"api-allow" :  "W:172.0.0.1, W:192.168.0.100",

assuming you want host 192.168.0.100 and local access to modify the settings through the API.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!