Bitcoin Forum
May 08, 2024, 10:59:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 [104] 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 »
2061  Other / Off-topic / Re: So, I applied for several jobs at a local jail. on: October 15, 2012, 01:41:11 AM
To support a family, I have known people who drive to work 100+ miles every day. *Plays very tiny violin.*
2062  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 15, 2012, 01:21:14 AM
Going to figure out which setup I had that made it work even halfass, maybe you can point me at what to tweak to get it working properly.
2063  Other / Off-topic / Re: So, I applied for several jobs at a local jail. on: October 15, 2012, 12:58:15 AM
I work at home, there are lots of companies allowing telecommutes now, alpineaccess.com I think is one site, hertz, directv, dish network, at&t, verizon, dude if you cant find a job local, just do lots of applications online.
2064  Other / Off-topic / Re: Is it real? Physicists propose method to determine if universe is a simulation on: October 15, 2012, 12:54:16 AM
Love this subject, I wish there was a way to view what was present before any of the universe was developed ahead of the dark matter expanding.
2065  Other / Politics & Society / Re: Obama or Romney ? on: October 15, 2012, 12:34:35 AM
Didnt you know that Money = Speech, so the more money you have the more you can talk! Hurray for democracy.
2066  Other / Politics & Society / Re: Obama or Romney ? on: October 14, 2012, 11:36:55 PM
Until money is not an influence on campaigns / parties the media will ignore idealists since they are not going to help them out later with legislation. Ron Paul probably would have crapped all over Fox and MSNBC if he were to become president. And with good reason too, but the media outlets are run by people with political opinions that they prefer, and would rather one person or the other to win to further their companies goals.
2067  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.3 on: October 14, 2012, 11:30:33 PM
Current code

Code:
./cgminer --scrypt -o http://ltc.kattare.com:9332 -u jasinlee.1 -p 1 -g 1 --thread-concurrency 8000 -I 18 -w 256 --auto-fan


I Assume this probably has to do something with it.

Code:
 [2012-10-14 21:35:49] Failed to init GPU thread 0, disabling device 0
 [2012-10-14 21:35:49] Restarting the GPU from the menu will not fix this.
 [2012-10-14 21:35:49] Try restarting cgminer.
Press enter to continue:

 [2012-10-14 21:36:09] Your scrypt settings come to 524288000
 [2012-10-14 21:36:09] Error -61: clCreateBuffer (padbuffer8), decrease CT or i
ncrease LG
 [2012-10-14 21:36:09] Failed to init GPU thread 7, disabling device 7

Oh,

use --thread-concurrency 7168 or 5632.  that's cgminer sucking because of ocl memory consumption problems.

Any ideas you could give us on this ? Tried so many things already and its just not quite working.
2068  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 11:25:53 PM
Could you add more details to the OP to run reaper in case cgminer isnt working, I am kinda feeling my way right now but cant get it to run yet.
2069  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 10:50:01 PM

Code:
./cgminer --scrypt -o http://ltc.kattare.com:9332 -u jasinlee.1 -p 1 -g 1 --thread-concurrency 7168 -I 18 -w 256 --auto-fan
and
Code:
./cgminer --scrypt -o http://ltc.kattare.com:9332 -u jasinlee.1 -p 1 -g 1 --thread-concurrency 5632 -I 18 -w 256 --auto-fan

same error but now it says

Your scrypt settings come to 369098752 > It does not seem to like that amount.


Should I try another thread concurrency or other ideas?

2070  Economy / Goods / Re: Buying Dark Souls - Steam on: October 14, 2012, 09:40:43 PM
Thought it said Dank Souls, and with that soul guarantee I thought maybe you had decided to use voodoo or something on him.
2071  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 09:36:21 PM
Current code

Code:
./cgminer --scrypt -o http://ltc.kattare.com:9332 -u jasinlee.1 -p 1 -g 1 --thread-concurrency 8000 -I 18 -w 256 --auto-fan


I Assume this probably has to do something with it.

Code:
 [2012-10-14 21:35:49] Failed to init GPU thread 0, disabling device 0
 [2012-10-14 21:35:49] Restarting the GPU from the menu will not fix this.
 [2012-10-14 21:35:49] Try restarting cgminer.
Press enter to continue:

 [2012-10-14 21:36:09] Your scrypt settings come to 524288000
 [2012-10-14 21:36:09] Error -61: clCreateBuffer (padbuffer8), decrease CT or i
ncrease LG
 [2012-10-14 21:36:09] Failed to init GPU thread 7, disabling device 7
2072  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 09:29:28 PM
remove --shaders

Same error again, tried a few different -I Tried 15-18 all same issue.
2073  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 09:23:11 PM
This is in the .sh file now.

Code:
./cgminer --scrypt -g 1 --shaders 3200 -o http://ltc.kattare.com:9332 -u jasinlee.1 -p 1 --thread-concurrency 8000,8000,8000,8000 -I 18 -w 256 --auto-fan

I updated the file and this is what I got in return.

 [2012-10-14 21:17:42] Failed to init GPU thread 0, disabling device 0
 [2012-10-14 21:17:42] Restarting the GPU from the menu will not fix this.
 [2012-10-14 21:17:42] Try restarting cgminer.
2074  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 06:11:27 PM
Code:
./cgminer --scrypt -o http://litecoinpool.org:9332 -u username -p password --thread-concurrency 5632 -I 18 -g 1 -w 64 --auto-fan

I was thinking of trying something like...

Code:
./cgminer --scrypt -o http://litecoinpool.org:9332 -u username -p password --thread-concurrency 5632 -I 18 -g 1 -w 64 --auto-fan  --auto-gpu --gpu-engine 850,850,850,850 --gpu-memclock 1300,1300,1300,1300 --gpu-vddc 1.10,1.10 --shaders 3200,3200,3200,3200

I think I might be off on the amounts though. And should I be doubling these due to the 2 gpus on each card?
2075  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 06:03:50 PM
what are your core/memory clocks?

For bitcoin I was using 165/775.

Litecoin requires memory speeds to be at or above the core speeds

How would you suggest I tweak this to ltc? Ive been at it for a few days now and the best I have been able to get per card is 400kh but when I use the cgeasy to make 1 function I end up with 700kh on that one card.
2076  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 04:01:17 PM
what are your core/memory clocks?

For bitcoin I was using 165/775.
2077  Economy / Scam Accusations / Re: Nefario on: October 14, 2012, 03:21:45 PM
I paid the fee of 8 BTC for registering security a little before GLBSE closed, I even talked with Nefario on irc and he assured me it usually takes less than a week to process etc, then he closed GLBSE....
So does anyone know where can I send this complaint to Nefario because i want this fee I paid back!

No point, I have been Pming him and emailing support@glbse and submitting tickets and posting here for 2 weeks. No answers and I am in the same situation.
2078  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: October 14, 2012, 02:18:56 PM
Here is what I have tried, the rig is only getting a little less than ~100khs per gpu though with this setup.

Code:
./cgminer --scrypt -o http://litecoinpool.org:9332 -u username -p password --thread-concurrency 5632 -I 18 -g 1 -w 64 --auto-fan 

I have 4 5970s on it on linuxcoin 0.2b, any suggestions?
2079  Bitcoin / Legal / Re: I questioned the "Bitcoin dev team" (Andresen & Co.) on complying with AML laws. on: October 14, 2012, 12:26:48 AM
Looks more like you were annoying the piss out of them about AML and they had enough. Did you happen to copy the half hour beforehand where you were probably bugging the hell out of them? If my kids continuously ask me the same question to which there is an answer to if they just look around or use their brains to think back 5 minutes or are too lazy to use a search function on google then they are liable to get smacked down too.
2080  Economy / Computer hardware / Re: [WTS] 5970 on: October 14, 2012, 12:21:46 AM
Bump, the rig has been sold with 2x 5970s.

I still have 1 remaining 5970 for sale.  $300 shipped in the continental USA.




Works excellent and great tech support remotely after purchase. Good peoples all around.
Pages: « 1 ... 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 [104] 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!