Bitcoin Forum
June 21, 2024, 06:36:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: February 02, 2018, 07:39:38 PM
How much are you all generating USD roughly monthly right now? And is there any hardware requirements to running a MN?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GCR] Global Currency Reserve on: December 05, 2017, 05:20:19 PM
So we will be able to exchange 1 GCR coin for 1 COINXION which will be 42$? Smiley
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GCR] Global Currency Reserve on: December 01, 2017, 03:06:07 PM
Wonder if it will rebound from these levels? does anyone know if there is a chat?
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 09, 2017, 03:02:37 PM
I am a micro miner, one GPU card in my desktop computer, and no programmer, just an "end consumer".  I am using the precompiled windows 64 version of ccminer 2.2.2 from GitHub.  The miner works, but I am unable to increase the intensity level when scrypt mining.  No matter what intensity I set in the command line using the -i function, no matter where in the command line I put the -i function, and even though it initially assigns more threads, it then reverts to a different (?default) intensity a few lines down. My gpu doesn't even warm up, and the hash rate is low.  Rather than overclocking my GPU, I would prefer to increase the intensity so that it works harder.  How do I get it to actually run with the intensity settings I want? This is what I see:


D:\ccminer-x64-2.2.2-cuda9>ccminer-x64 -a scrypt -o stratum+tcp://us.multipool.us:XXX -u theXXX.1 -p XXX -i 14.99

*** ccminer 2.2.2 for nVidia GPUs by tpruvot@github ***
Built with VC++ 2013 and nVidia CUDA SDK 9.0 64-bits
Originally based on Christian Buchner and Christian H. project
Include some kernels from alexis78, djm34, djEzo, tsiv and krnlx.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

[2017-11-08 06:34:23] Adding 16128 threads to intensity 14, 32512 cuda threads
[2017-11-08 06:34:23] Starting on stratum+tcp://us.multipool.us:XXX
[2017-11-08 06:34:23] NVML GPU monitoring enabled.
[2017-11-08 06:34:23] NVAPI GPU monitoring enabled.
[2017-11-08 06:34:23] 1 miner thread started, using 'scrypt' algorithm.
[2017-11-08 06:34:24] Stratum difficulty set to 131072 (2.00000)
[2017-11-08 06:34:24] scrypt block 1631827, diff 10898.083
[2017-11-08 06:34:25] GPU #0: 32 hashes / 4.0 MB per warp.
[2017-11-08 06:34:26] GPU #0: Performing auto-tuning, please wait 2 minutes...
[2017-11-08 06:34:26] GPU #0: maximum total warps (BxW): 1484
[2017-11-08 06:34:45] Stratum difficulty set to 256 (0.00391)
[2017-11-08 06:34:45] scrypt block 1631828, diff 8720.082
[2017-11-08 06:35:09] scrypt block 1631829, diff 8720.082
[2017-11-08 06:36:47] GPU #0: 589791.16 hash/s with configuration T12x11
[2017-11-08 06:39:34] scrypt block 1631830, diff 8720.082
[2017-11-08 06:39:34] GPU #0: using launch configuration T12x11
[2017-11-08 06:39:34] scrypt block 1631831, diff 8720.082
[2017-11-08 06:39:34] GPU #0: Intensity set to 12.0313, 4224 cuda threads
[2017-11-08 06:39:34] scrypt factor set to 9 (1024)

I XXX'd out the actual pool, worker name, password, but you can see where I attempted to set the intensity to 14.99 in the command line, was assigned extra threads, then lower down the intensity was changed to 12.0313 with only a fraction of the threads.  I have also tried with setting the T levels myself in advance, so that the auto-tuning does not occur, same result. Any help would be appreciated.  Thank you in advance.

You just change the value after -i

You have set to 14 so your running at a intensity of 14
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 09, 2017, 12:55:48 AM
Cuda 9 does not support compute 2.

What about 8? I have 8 installed
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 08, 2017, 04:12:36 PM
Guys im having a tough time getting this to run with my Nvidia Tesla 2090, can anyone help please. downloaded the Cuda 8 version off git and this is error I am getting.....
[2017-11-07 20:02:04] Starting on stratum+tcp://yiimp.eu:3737
[2017-11-07 20:02:04] NVML GPU monitoring enabled.
[2017-11-07 20:02:04] 1 miner thread started, using 'x17' algorithm.
[2017-11-07 20:02:20] Stratum difficulty set to 0.016
[2017-11-07 20:02:20] x17 block 1630213, diff 1136.048
[2017-11-07 20:02:20] GPU #0: Intensity set to 20, 1048576 cuda threads
[2017-11-07 20:02:20] GPU #0: aes_cpu_init invalid device symbol
[2017-11-07 20:02:21] GPU #0: aes_cpu_init invalid device symbol
Cuda error in func 'x13_hamsi512_cpu_init' at line 685 : invalid device symbol.


I also changed the MakeFile.am to match the correct compatibility which should be nvcc_ARCH = -gencode=arch=compute_20,code="sm_20,compute_20"

thanks for any help


This model is no longer listed in the nVidia CUDA compute list - https://developer.nvidia.com/cuda-gpus/

If it is the next version up from the 2075, then you will find at Compute20, it is too old for even ccminer-tpruvot to compile to. Have you tried adding this compute level in the Makefile.am, then compiling?

tpruvot, you would know better as to whether this Compute level is supported or not.

#crysx

Here is what some of the MakeFile.am looks like

if HAVE_WINDOWS
ccminer_SOURCES += compat/winansi.c
endif

ccminer_LDFLAGS  = $(PTHREAD_FLAGS) @CUDA_LDFLAGS@
ccminer_LDADD    = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ @CUDA_LIBS@ @OPENMP_CFLAGS@ @LIBS@ $(nvml_libs)
ccminer_CPPFLAGS = @LIBCURL_CPPFLAGS@ @OPENMP_CFLAGS@ $(CPPFLAGS) $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_INCLUDES) $(DEF_INCLUDES) $(nvml_defs)

#nvcc_ARCH  = -gencode=arch=compute_50,code=\"sm_50,compute_50\"
nvcc_ARCH = -gencode=arch=compute_20,code=\"sm_20,compute_20\"
#nvcc_ARCH += -gencode=arch=compute_61,code=\"sm_61,compute_61\"
#nvcc_ARCH += -gencode=arch=compute_52,code=\"sm_52,compute_52\"
#nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\"
#nvcc_ARCH += -gencode=arch=compute_30,code=\"sm_30,compute_30\"
#nvcc_ARCH += -gencode=arch=compute_20,code=\"sm_21,compute_20\"

nvcc_FLAGS = $(nvcc_ARCH) @CUDA_INCLUDES@ -I. @CUDA_CFLAGS@
nvcc_FLAGS += $(JANSSON_INCLUDES) --ptxas-options="-v"
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 08, 2017, 04:05:43 PM
Yes i put in there that I did add nvcc_ARCH = -gencode=arch=compute_20,code="sm_20,compute_20"
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 08, 2017, 03:50:35 PM
Guys im having a tough time getting this to run with my Nvidia Tesla 2090, can anyone help please. downloaded the Cuda 8 version off git and this is error I am getting.....
[2017-11-07 20:02:04] Starting on stratum+tcp://yiimp.eu:3737
[2017-11-07 20:02:04] NVML GPU monitoring enabled.
[2017-11-07 20:02:04] 1 miner thread started, using 'x17' algorithm.
[2017-11-07 20:02:20] Stratum difficulty set to 0.016
[2017-11-07 20:02:20] x17 block 1630213, diff 1136.048
[2017-11-07 20:02:20] GPU #0: Intensity set to 20, 1048576 cuda threads
[2017-11-07 20:02:20] GPU #0: aes_cpu_init invalid device symbol
[2017-11-07 20:02:21] GPU #0: aes_cpu_init invalid device symbol
Cuda error in func 'x13_hamsi512_cpu_init' at line 685 : invalid device symbol.


I also changed the MakeFile.am to match the correct compatibility which should be nvcc_ARCH = -gencode=arch=compute_20,code="sm_20,compute_20"

thanks for any help
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Storjcoin X (SJCX) - A Coin for Decentralized Cloud Storage on: July 21, 2017, 06:47:53 PM
I wonder when this will get some attention and volume and start to go up? Any price predictions? Short term and long term?
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SYNX] Syndicate | Business Management Platform | NEW BETA v1.0.1.7 RELEASED! | on: July 14, 2017, 08:04:17 PM
idiot who will fooled by this orchestrated pump

i guess you didnt get in fast enough?
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SYNX] Syndicate | Business Management Platform | NEW BETA v1.0.1.7 RELEASED! | on: July 14, 2017, 06:41:09 PM
how high can it gooooo
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO-OVER][PROC] ProCurrency| COIN BACK REWARDS |70+ BTC COLLECTED on: March 29, 2017, 07:31:14 PM
So no one thinks that this is part of the ponzi scheme? or am i the only one doing research on investing in this type of crypto currency? The only way you can invest is by buying through Fintact...
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO-OVER][PROC] ProCurrency| COIN BACK REWARDS |70+ BTC COLLECTED on: March 29, 2017, 12:41:46 PM
is this in connection with digitalcashteam.com? been reading this forum and have been trying to figure out whether or not i should put money in.

Thanks!

No.

Our official website is Procommerce.io

Thank you.

I find that hard to believe since it says right on the website "This site belongs to an INDEPENDENT SALES ASSOCIATE of the iPRONetwork" which the CEO is Armando CONTRERAS and on PRO is CARLOS CONTRERAS. There has to be some type of connection there. Trying to figure out what all that is?

Thank you,
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO-OVER][PROC] ProCurrency| COIN BACK REWARDS |70+ BTC COLLECTED on: March 28, 2017, 04:59:17 PM
is this in connection with digitalcashteam.com? been reading this forum and have been trying to figure out whether or not i should put money in.

Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!