Bitcoin Forum
June 26, 2024, 10:57:14 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 11 12 13 14 15 16 17 18 19 20 21 22 »
41  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 25, 2015, 02:24:45 PM
Quote
not again...  Grin Roll Eyes

(internet just ran out of facepalm meme)

seems when all the algos are in the shitter, the arguing gets more fierce.
42  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 23, 2015, 10:04:54 PM
problem is the common man does not have access to free electricity.
43  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 23, 2015, 09:01:32 PM
Yep everything is in the shitter. I've turned off all but 3 of my 750ti cards.
44  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 20, 2015, 09:15:39 PM
@sp_, I mined Trinity at coinspool last night at around 1.13 GH for about two hours, but it didn't seem like the pool was going to credit me any coins even though i was getting accepts in the miner.  Only diff .0039xxxx was working for me to avoid "above target share" errors.  Should I just leave all my gigahashes there and see what happens?  b/t/w I was using commit number 1124.

45  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 19, 2015, 09:54:22 PM
@sp_, I don't see Digibyte on your coinspool. It shows up as Trinity.
46  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 19, 2015, 12:52:12 AM
Quote
I have fixed myriad groestl now. If you build the latest on git. Run with -a myr-gr

I get "share above target" errors with no accepts with 750ti. Is there a specific diff setting i should use?
47  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 17, 2015, 03:34:00 AM
found a good launch config on the ACX 750ti: -l T15x1. With n-factor 16, I get ~ 310 H/s with tpruvot's miner.  Tried same settings with sp_'s and it errors out.

Code:
[2015-10-17 05:30:33] GPU #2: Err 77: an illegal memory access was encountered (salsa_kernel.cu:870)
[2015-10-17 05:30:33] GPU #2: CUDA error `an illegal memory access was encountered` while executing the kernel.
[2015-10-17 05:30:33] GPU #2: cudaError 77 (an illegal memory access was encountered) calling 'cudaMemcpyToSymbol(pdata, host_pdata, 20*sizeof(uint32_t), 0, cudaMemcpyHostToDevice)' (keccak.cu line 471)

[2015-10-17 05:30:33] GPU #0: CUDA error `an illegal memory access was encountered` while executing the kernel.
[2015-10-17 05:30:33] GPU #1: CUDA error `an illegal memory access was encountered` while executing the kernel.
[2015-10-17 05:30:33] GPU #0: cudaError 77 (an illegal memory access was encountered) calling 'cudaMemcpyToSymbol(pdata, host_pdata, 20*sizeof(uint32_t), 0, cudaMemcpyHostToDevice)' (keccak.cu line 471)

[2015-10-17 05:30:33] GPU #0: Err 77: an illegal memory access was encountered (salsa_kernel.cu:870)
[2015-10-17 05:30:33] GPU #2: Err 77: an illegal memory access was encountered (salsa_kernel.cu:870)
[2015-10-17 05:30:33] GPU #2: CUDA error `an illegal memory access was encountered` while executing the kernel.
[2015-10-17 05:30:33] GPU #2: cudaError 77 (an illegal memory access was encountered) calling 'cudaMemcpyToSymbol(pdata, host_pdata, 20*sizeof(uint32_t), 0, cudaMemcpyHostToDevice)' (keccak.cu line 471)

[2015-10-17 05:30:33] GPU #2: Err 77: an illegal memory access was encountered (salsa_kernel.cu:870)
[2015-10-17 05:30:33] GPU #2: CUDA error `an illegal memory access was encountered` while executing the kernel.
[2015-10-17 05:30:33] GPU #2: cudaError 77 (an illegal memory access was encountered) calling 'cudaMemcpyToSymbol(pdata, host_pdata, 20*sizeof(uint32_t), 0, cudaMemcpyHostToDevice)' (keccak.cu line 471)
48  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 16, 2015, 10:27:20 PM
Does someone have a working scrypt-jane command line? I can get my rig to hash, but all shares are rejected with "above target" error.

Here's mine for the ACX EVGA 750ti:

Code:
./ccminer -a scrypt-jane:15 -l t5x24 -L 5 -o stratum+tcp://scryptjaneleo.eu.nicehash.com:3348 -u 1HW533b9sZ3sbhZwRKtAtZaHTbRrpcaA7q -p x
49  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 16, 2015, 07:41:29 AM
Ok I found the switches in cudaminer help file:

Code:
--launch-config  [-l] specify the kernel launch configuration per device.
                 This replaces autotune or heuristic selection. You can
                 pass the strings "auto" or just a kernel prefix like
                 F or K or T to autotune for a specific card generation
                 or a kernel prefix plus a lauch configuration like F28x8
                 if you know what kernel runs best (from a previous
                 autotune).

--lookup-gap     [-L] values > 1 enable a tradeoff between memory
                 savings and extra computation effort, in order to
                 improve efficiency with high N-factor scrypt-jane
                 coins. Defaults to 1.
50  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 16, 2015, 07:24:37 AM
yes i checked help file but i don't see these switches listed.
51  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: October 16, 2015, 07:16:33 AM
Anyone know what the long-form entry is for these switches: "-L" , "-l" ? Upper and lowercase - "el".  I run ccminer with a .conf file so I need to write out the switch names.

i.e.

Code:
-X

becomes

Code:
"XIntensity": 2,
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MobileCash MBL on: October 14, 2015, 08:51:40 PM
anyone know of any other lyra2REv2 coins that can be merge-mined with VTC?
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Autumncoin [ATM] X11 PoS Hybrid - Faucet 10 min per use on: October 13, 2015, 10:45:12 PM
faucet ran dry.  Sad
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MobileCash MBL on: October 13, 2015, 03:50:23 PM
@crackfoo,

can you check the total accepted shares calculations?  sometimes i don't see it count up, or it counts backwards about 50 counts.  Also one time I did not see it go above 125,000 shares.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MobileCash MBL on: October 12, 2015, 05:31:43 PM
xpool down. switching to local p2pool for now  Undecided
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MobileCash MBL on: October 10, 2015, 10:28:39 PM
xpool: I tried triple-merge-mining on my own, but could only get it to work with VTC and MBL, so I'm back on your pool now.  cheers!
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Granite | Simple Solid Stable | GRN on: October 10, 2015, 12:00:35 AM
has cuda 7.5 finally caught up to cuda 6.5 speeds? i thought 6.5 was most efficient in mining.
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MONA] Monacoin LAUNCHING 2014/01/01 0:00 GMT on: October 07, 2015, 11:09:46 PM
Quote
What are the p2p and rpc ports used in monacoin

running netstat on my machine shows a bunch of ports, (other wallets running), but I think MONA is on 9401.
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MONA] Monacoin LAUNCHING 2014/01/01 0:00 GMT on: October 07, 2015, 11:08:27 PM
nice to see you here, DragonSlayer! Are you going to try triple-merge mining? I am. But I have a year and 25 weeks of MONA blocks to download!  Shocked
60  Alternate cryptocurrencies / Mining (Altcoins) / Re: GeForce GTX 900-series power consumption discussion thread on: October 07, 2015, 09:40:45 PM
Just replied to your PM, @ltc_bilic.  I see you are overclocking the memory quite a bit on those Gigabytes.  I think I have the same cards as you, but I only overclock the GPU, not the MEM.  We'll see if it makes a difference.
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!