Bitcoin Forum
May 23, 2024, 11:57:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Marketplace (Altcoins) / Can you get your Cryptsy.com ledger still? on: January 21, 2018, 12:50:37 PM
Going through a load of alt-coin wallets after years of absence from the crypto world I noticed that I send most of my alt-coins to Cryptsy.com back in 2013! I think I flogged them, cashed in and bought more (long dead) graphics cards but I'd like to be sure.

Is there any way to get a list of the transactions you made on Cryptsy.com (i.e. what I think is call a ledger that shows all your buying and selling on that account)?
2  Alternate cryptocurrencies / Altcoin Discussion / Re: [GLD] Gold coin give away! on: September 07, 2013, 07:37:37 PM
E4xCLPXg6wcFd4JBUhjjYtwDRRjTZxrn8k

Thx.
3  Alternate cryptocurrencies / Altcoin Discussion / Re: [STR] ---- FREE STARCOINS ----- on: September 07, 2013, 01:08:06 PM
sJcw2hcR5bdZuBGsouXY27WtLPXf1Bb92T

Thanks!
4  Alternate cryptocurrencies / Altcoin Discussion / Re: [YET ANOTHER SPOTS GIVEAWAY] Everyone before the end of page 3 gets free 10 Spot on: August 03, 2013, 04:29:27 PM
MVu5vTJGYtUytVSdR5vwk54pd8QiYV2JTk
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LuckyCoin LKY | Lucky Blocks | Fast | Fun | Fair on: August 02, 2013, 04:06:37 PM
I'm guessing this has been said before but the Windows Luckycoin wallet is out of date, it keeps telling you it's out of date and it's been like this for ages. I think you'll get more support if folks have confidence in stuff like this. I for one don't feel like burning my few miners on a given Alt-coin when I can't even be sure if the few coins I make will be viable.

Let us know when the Windows wallet is fixed. Or is it just me! (I have just tried re-downloading it and I get the same thing about it needing updating).
6  Alternate cryptocurrencies / Altcoin Discussion / Re: CGMiner only mines 1 card scrypt, 4 cards otherwise. Why? on: June 30, 2013, 11:23:34 AM
OK, tried a few more things and got mixed but not results that I can make use of but thought I'd share in case it helps anyone else or someone has some ideas.

I set
Code:
--lookup-gap 1
with 2 I only got 3 GPUs #ing.

Now with 4 GPUs running I started to fiddle with the clocks.

With all memory clocks on 1725 and all gpu on 1030 I get 4 cards running.
With all memory clocks on 1750 and all gpu on 1045 I get 3 cards running.

Now I try to set the mem clocks individually (all gpu clocks back to 1030):
1750,1725,1725,1725 = 4 cards OK
1750,1750,1725,1725 = 3 cards OK
1750,1725,1750,1725 = 2 cards OK = now this is strange as I'd expected it to be 3 cards at worst.
1750,1725,1725,1750 = 4 cards OK.

At this point # rate is dire: 416, 276, 157, 283. Useless.

I then start to fiddle with the GPU clocks but this just leads to cards doing nothing again (even though the clock is in range for the card).
1045,1030,1030,1045 = 3 cards
1045,1030,1030,1030 and removed --shaders but still only 3 cards

Leaving --shaders out I try all cards on 1725 again (all back to 1030 gpu) and I only get 2 cards going so I put shaders back in.

I go back to 1750,1725,1725,1725 (with shaders back in) and I get a # of 417,259,373,311 which is a slight improvement but still useless.

I now try tweaking the GPU based on the lower limit with the 0.57 - 0.6 ratio and set the gpu clocks 1030,1015,1015,1015
which gives 417,276,408,281 #.

I'm using Ubuntu 12.04 LTS with CGminer 3.2.2 and one thing that makes this process slower than is should be is that when I hit Q to stop CGminer it does stop but the process does not end. I can kill it but if I then try to use CGMiner again it doesn't work so every time I try some new parameter I'm having to reboot. Perhaps this is a clue?

Arrrgh! It's a hot day & even hotter than the devils ring after a napalm curry where I have the machine (even with aircon) so I set the machine back to SHA-256 & give it a rest while I read up for more ideas... but with all the ASICs coming on-line I need to turn this machine around for scrypt.
7  Alternate cryptocurrencies / Altcoin Discussion / Re: CGMiner only mines 1 card scrypt, 4 cards otherwise. Why? on: June 28, 2013, 05:12:45 PM
OK, I changed

Code:
cgminer.exe -o stratum+tcp://POOL_URL:POOL_PORT  -u MY_MINER_NAME -p x --scrypt -I 13 --shaders 2048 --thread-concurrency 8192 --lookup-gap 2 -g 4 -w 64 --gpu-engine 1045 --gpu-memclock 1750 --auto-fan

To:
Code:
cgminer.exe -o stratum+tcp://POOL_URL:POOL_PORT  -u MY_MINER_NAME -p x --scrypt -I 13 --shaders 2048 --thread-concurrency 8192 --lookup-gap 0  -w 64 -g 1 --gpu-engine 1045 --gpu-memclock 1750 --auto-fan
(changed lookup-gap to 0 and -g to 1).

This worked "OK" on 3 cards but nothing on card 2. I didn't bother to check the # rate at this point.

To:
Code:
cgminer.exe -o stratum+tcp://POOL_URL:POOL_PORT  -u MY_MINER_NAME -p x --scrypt -I 13 --shaders 2048 --thread-concurrency 8192 --lookup-gap 0 -g 1 --gpu-engine 1045 --gpu-memclock 1750 --auto-fan
(Took out -w, changed lookup-gap to 0 and -g to 1).

Now all 4 cards work, "YAY"  Smiley but the # rate is so bad (200 to 400K per card) where I'd expect 600-700+

I do wonder if I'm coming up against a bus/memory bandwidth issue or something like that.

Anyone else nailed this?

8  Alternate cryptocurrencies / Altcoin Discussion / Re: CGMiner only mines 1 card scrypt, 4 cards otherwise. Why? on: June 28, 2013, 02:32:47 PM
Indeed, great movie!

The problem is not one of stability, it runs fine but just on one of the cards while the other sit there doing jack all.

I will try the -g 1 ASAP.

Thanks for the link to the litecoin stuff. I did do a search & did not find the problem I'm seeing (but that thread is massive so I guess if it's anywhere it'll be in there. Thanks.
9  Alternate cryptocurrencies / Altcoin Discussion / CGMiner only mines 1 card scrypt, 4 cards otherwise. Why? on: June 28, 2013, 02:00:47 PM
I'm running CGMiner on Ubuntu 12.04 and with SHA-256 all 4 GPUs will be doing stuff. Clearly all 4 cards are seen by CGMiner. BUT, with scrypt mining CGMiner only appears to be doing stuff on 1 card. The other cards will all be showing 0Kh.

With the same set-up and a single card it runs fine and on that machine I have 4G ram, all as expected. On the other machine I have 4 cards so thought that 4x the RAM would do the trick, I have 16G ram so I assume that's not the issue.

The cards are all 7970s.

Here's what the script looks like for starting CGMiner:
Code:
export GPU_MAX_ALLOC_PERCENT=100

cgminer.exe -o stratum+tcp://POOL_URL:POOL_PORT  -u MY_MINER_NAME -p x --scrypt -I 13 --shaders 2048 --thread-concurrency 8192 --lookup-gap 2 -g 4 -w 256 --gpu-engine 1045 --gpu-memclock 1750 --auto-fan


What am I doing wrong Huh
10  Alternate cryptocurrencies / Altcoin Discussion / Re: 5,000 TradeCoin prize draw on: June 27, 2013, 09:35:30 AM
GNMEAKEctAB7Q4tzmBVguagYwe9hvmJaN1
11  Alternate cryptocurrencies / Altcoin Discussion / Re: [TDC] TradeCoin Giveaway - 1000 TDCs per Person on: June 26, 2013, 07:28:15 PM
GNMEAKEctAB7Q4tzmBVguagYwe9hvmJaN1

Thanks.
12  Alternate cryptocurrencies / Altcoin Discussion / Re: [GIVEAWAY] Quantumcoin (QTC) on: June 26, 2013, 07:19:46 PM
Mp99oeqtyRTPfShmSnsubWc19aDJv5hs7s

Thanks.
13  Alternate cryptocurrencies / Altcoin Discussion / Re: [FRK] Gift Giveaway! [Continued] Be apart of the Franko Collective on: June 26, 2013, 07:08:46 PM
FKE6p8KSaWix9ANC5hMZissPZ8m5WjqopX

Ty.
14  Other / CPU/GPU Bitcoin mining hardware / Re: Catalyst 13.4 screwed 7970, how to sort out? on: June 18, 2013, 09:56:02 PM
Forgot to give approx #

GPU_MAX_ALLOC_PERCENT is at 100.
For SHA256 I have Core clock = 1160MHz, Memory clock = 1050 and everything else on default.
For scrypt I typically have Core clock = 1130MHz, Memory clock = 1550 and  -I 13 --shaders 2048 --thread-concurrency 8192 --lookup-gap 2 -g 4 -w 256

This gives around 400K# for scrypt and about 649M# for SHA256.
15  Other / CPU/GPU Bitcoin mining hardware / Re: Catalyst 13.4 screwed 7970, how to sort out? on: June 18, 2013, 09:53:20 PM
zyk0, you are the winner. Let me have a TRC address if you'd like some coins.

On the downside, I am still not back up to full speed with scrypt mining (only about 400K when 6-700 sounds more like the norm). Any further suggestions on that one, (it's slower than it was before I installed 13.4 and now that's gone along with my KH  Angry ).


Just glad I could get you 1/2 way there.
What's your worksize, gpu-thread-concurrency, engine&memory clocks, gpu-threads & intensity set to?
and is the GPU_MAX_ALLOC_PERCENT envrionment variable set to 100?


GPU_MAX_ALLOC_PERCENT is at 100.
For SHA256 I have Core clock = 1160MHz, Memory clock = 1050 and everything else on default.
For scrypt I typically have Core clock = 1130MHz, Memory clock = 1550 and  -I 13 --shaders 2048 --thread-concurrency 8192 --lookup-gap 2 -g 4 -w 256
16  Other / CPU/GPU Bitcoin mining hardware / Re: Catalyst 13.4 screwed 7970, how to sort out? on: June 18, 2013, 09:17:52 PM

Try
a) deleting the .bin files from cgminer's directory (cached compiled opencl kernels)

b) making sure you have matching openCL drivers for version.

1) uninstalling Catalyst 13.1
2) manually deleting amdocl*.* from C:\Windows\System32 and if x64 C:\Windows\SYSWOW64\
3) reinstalling Catalyst 13.1

AMD likes to leave those files behind and not replace newer versions.



zyk0, you are the winner. Let me have a TRC address if you'd like some coins.

On the downside, I am still not back up to full speed with scrypt mining (only about 400K when 6-700 sounds more like the norm). Any further suggestions on that one, (it's slower than it was before I installed 13.4 and now that's gone along with my KH  Angry ).
17  Other / CPU/GPU Bitcoin mining hardware / Re: Catalyst 13.4 screwed 7970, how to sort out? on: June 18, 2013, 09:11:50 PM
Do you have any errors or warnings  in system or application logs?

No warnings etc, no.

In case anyone is getting excited about the offer of PP coins, sorry, it is Terra coins (TRC) that I have. I don't think there's a massive difference in value anyway....
18  Other / CPU/GPU Bitcoin mining hardware / Re: Catalyst 13.4 screwed 7970, how to sort out? on: June 18, 2013, 08:51:25 PM

Try
a) deleting the .bin files from cgminer's directory (cached compiled opencl kernels)

b) making sure you have matching openCL drivers for version.

1) uninstalling Catalyst 13.1
2) manually deleting amdocl*.* from C:\Windows\System32 and if x64 C:\Windows\SYSWOW64\
3) reinstalling Catalyst 13.1

AMD likes to leave those files behind and not replace newer versions.



I give that a go, thank you.
19  Other / CPU/GPU Bitcoin mining hardware / Re: Catalyst 13.4 screwed 7970, how to sort out? on: June 18, 2013, 08:48:52 PM
I tried following the CGminer debug instructions which work but did not generate anything that means a lot to me:

Code:
cgminer_debug.exe caused an Access Violation at location 7564c9f1 Reading from location 00000000.

Registers:
eax=0028f198 ebx=02af200c ecx=0028f1a4 edx=02aa8a28 esi=02af1fe8 edi=00000000
eip=00000000 esp=0028f184 ebp=0028f19c iopl=0         nv up ei pl zr na po nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00010246

Call stack:
00000000
5209F938  amdocl.dll:5209F938
521CC76F  amdocl.dll:521CC76F  clGetSamplerInfo
521CCBFA  amdocl.dll:521CCBFA  clGetSamplerInfo
521CE190  amdocl.dll:521CE190  clGetSamplerInfo
521D614A  amdocl.dll:521D614A  clGetSamplerInfo
521D621A  amdocl.dll:521D621A  clGetSamplerInfo
521C5356  amdocl.dll:521C5356  clGetSamplerInfo
52198321  amdocl.dll:52198321  clIcdGetPlatformIDsKHR
654A1081  OpenCL.dll:654A1081
654A3F37  OpenCL.dll:654A3F37  clGetExtensionFunctionAddress
654A1219  OpenCL.dll:654A1219  clGetPlatformIDs
0043B6A0  cgminer_debug.exe:0043B6A0
0043A180  cgminer_debug.exe:0043A180
0041EE96  cgminer_debug.exe:0041EE96
004010B9  cgminer_debug.exe:004010B9  __mingw_CRTStartup  crt1.c:244

00401284  cgminer_debug.exe:00401284  WinMainCRTStartup  crt1.c:274

763B33AA  kernel32.dll:763B33AA  BaseThreadInitThunk
77CD9EF2  ntdll.dll:77CD9EF2  RtlInitializeExceptionChain
77CD9EC5  ntdll.dll:77CD9EC5  RtlInitializeExceptionChain

If it means something to you, let us know...
20  Other / CPU/GPU Bitcoin mining hardware / Re: Catalyst 13.4 screwed 7970, how to sort out? on: June 18, 2013, 08:39:01 PM
Quote
Update to the latest version of cgminer, 3.2.2, see if that doesnt change something.

Same problem with 3.2.2 but thanks for the suggestion.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!