Author

Topic: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. - page 945. (Read 2347664 times)

member
Activity: 111
Merit: 10

Since a few releases I do not see hashrate for each card, only the total hashrate is displayed.
How can I change this?

This is my output, 1X970 and 1X750ti:

....

Thanks!

Does your command line contain "-q" or "--quiet".  Sp_ fixed quiet mode back in release 65, so if you have either of those switches you will only get total hash rate displayed.
member
Activity: 70
Merit: 10

--SNIP --

How long does it usually take to crash?

HASH RATE--

The result depends on the hash rate.  When a block is found, it crashes, according to CryptoMining Blog.  If you are testing with one 750ti, that may mean several days.  My rigs combined total hash rate is enough to find 2-3 VTC blocks a day.  The crashes happened at a frequency consistent with the rate at which I should be finding blocks.  The hash is directed at the wallet, so the combined total of all the hashing directed there determines the probability of finding a block.  At CoinWarz.com, you can find a mining calculator that will tell you an average block-finding rate for all the coins listed.  VTC is one of them.

Something happens when I should be getting an "accept" message.  The cards hash and communicate with the wallet until then.  Hashes are "submitted", you get the card's hash rate in the console output.

--scryptr


OK I'll just leave it run in the debugger with a 960 and 750Ti and see what happens.
legendary
Activity: 1154
Merit: 1001
Is there a version of this for mining cryptonight algo?  I have a GTX 970 that I want to mine with but I can't find any miners that work with the Maxwell cards.  Minergate doesn't work, tsiv doesn't work, is there a Maxwell kernel miner for cryptonight algo notes?

TSIV's works, as well as sp_ has a private version with some small boost (windows binary only).
What trouble are you having with TSIV's?
sr. member
Activity: 278
Merit: 250
#hardworkpaysoff
Is there a version of this for mining cryptonight algo?  I have a GTX 970 that I want to mine with but I can't find any miners that work with the Maxwell cards.  Minergate doesn't work, tsiv doesn't work, is there a Maxwell kernel miner for cryptonight algo notes?
legendary
Activity: 1596
Merit: 1011
Very strange case about crashing when block is found cause we also mine with same version through the nicehash, but it's some sort of collective solo (sounds strange) i guess. They have same wallets or daemons. 
legendary
Activity: 1797
Merit: 1028
This is a bug T Nelson is good at finding..

Solomine in a testnet with low hashrate. Probobly a division by zero or something in the hashrate statistics.

Someone hook me up with a precise test case and I'll take a look.  Full command line should do it.  Yes, I'd rather mine for you than bother setting up accounts. Wink

WALLET--

You would be solo-mining with your own VTC wallet.  My wallet is not open to the web; lag would likely ruin the setup anyway.

My configuration file for a single GTX 960, saved as solo-vtc.conf:

-- SNIP --

My batch file, saved as "solo-vtc.bat":

:loop

ccminer.exe -c solo-vtc.conf

pause
goto loop

My Vertcoin wallet configuration file, saved as "vertcoin.conf" in ...appdata/roaming/vertcoin under the login user's name:

-- SNIP --

The example IP of the server in the miner's configuration file must match the LAN IP address of the computer with the VTC wallet.   You don't need to assign a port in the wallet configuration file, "5888" is the default VTC RPC port.  You must name the wallet configuration file "vertcoin.conf" for it to be found by default.  This particular setup is for the VTC wallet computer, and the GTX 960 on the same computer.  I ponted my other rigs in my LAN at this same computer with no problem in communications.  Each rig crashed at least once.


--scryptr


Should I be expecting any output from ccminer when soloing VTC?  I'm on linux and, from what I can tell from the debugger, it seems to be hashing.  But there's no output on the command line after ~5min.  Of course it spits out a couple lines right after I hit post. Smiley

How long does it usually take to crash?

HASH RATE--

The result depends on the hash rate.  When a block is found, it crashes, according to CryptoMining Blog.  If you are testing with one 750ti, that may mean several days.  My rigs combined total hash rate is enough to find 2-3 VTC blocks a day.  The crashes happened at a frequency consistent with the rate at which I should be finding blocks.  The hash is directed at the wallet, so the combined total of all the hashing directed there determines the probability of finding a block.  At CoinWarz.com, you can find a mining calculator that will tell you an average block-finding rate for all the coins listed.  VTC is one of them.

Something happens when I should be getting an "accept" message.  The cards hash and communicate with the wallet until then.  Hashes are "submitted", you get the card's hash rate in the console output.

--scryptr
jr. member
Activity: 64
Merit: 1
I have reached 18.1 MHASH on the 970 now. That is faster than many 980 cards..

release67-git (latest)

http://i60.tinypic.com/28ryt8j.png


Since a few releases I do not see hashrate for each card, only the total hashrate is displayed.
How can I change this?

This is my output, 1X970 and 1X750ti:

http://i61.tinypic.com/xm3k0k.jpg

Thanks!
member
Activity: 70
Merit: 10
This is a bug T Nelson is good at finding..

Solomine in a testnet with low hashrate. Probobly a division by zero or something in the hashrate statistics.

Someone hook me up with a precise test case and I'll take a look.  Full command line should do it.  Yes, I'd rather mine for you than bother setting up accounts. Wink

WALLET--

You would be solo-mining with your own VTC wallet.  My wallet is not open to the web; lag would likely ruin the setup anyway.

My configuration file for a single GTX 960, saved as solo-vtc.conf:

-- SNIP --

My batch file, saved as "solo-vtc.bat":

:loop

ccminer.exe -c solo-vtc.conf

pause
goto loop

My Vertcoin wallet configuration file, saved as "vertcoin.conf" in ...appdata/roaming/vertcoin under the login user's name:

-- SNIP --

The example IP of the server in the miner's configuration file must match the LAN IP address of the computer with the VTC wallet.   You don't need to assign a port in the wallet configuration file, "5888" is the default VTC RPC port.  You must name the wallet configuration file "vertcoin.conf" for it to be found by default.  This particular setup is for the VTC wallet computer, and the GTX 960 on the same computer.  I ponted my other rigs in my LAN at this same computer with no problem in communications.  Each rig crashed at least once.


--scryptr


Should I be expecting any output from ccminer when soloing VTC?  I'm on linux and, from what I can tell from the debugger, it seems to be hashing.  But there's no output on the command line after ~5min.  Of course it spits out a couple lines right after I hit post. Smiley

How long does it usually take to crash?
legendary
Activity: 1764
Merit: 1024
I have reached 18.1 MHASH on the 970 now. That is faster than many 980 cards..

release67-git (latest)




Not mining Quark right now, but beautiful as always. I have noticed that electricity usage is slowly creeping up. I think it's gained 20w over the last 3-4 months...
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Usually I build 1 time per week.
legendary
Activity: 1596
Merit: 1011
I have reached 18.1 MHASH on the 970 now. That is faster than many 980 cards..

release67-git (latest)




Very nice, when it will be compiled at git releases ?
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
I have reached 18.1 MHASH on the 970 now. That is faster than many 980 cards..

release67-git (latest)


sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Submitted another speedup.

Atomiccas is faster than atomicexch. Quark is up another 50khash on the 970
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
in the makefile.am comment out the compute_52 like this:


nvcc_ARCH  = -gencode=arch=compute_50,code=\"sm_50,compute_50\"
#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\"
newbie
Activity: 51
Merit: 0
the 750ti is a compute 50 card

you should use compute_50
Thanks for reply
Sorry for noob question but where i have to set this configuration parametr? Or i have to use different drivers?
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Submitted a speedup in the Keccak algo.

quark is up 100KHASH on the 970.
legendary
Activity: 1797
Merit: 1028
This is a bug T Nelson is good at finding..

Solomine in a testnet with low hashrate. Probobly a division by zero or something in the hashrate statistics.

Someone hook me up with a precise test case and I'll take a look.  Full command line should do it.  Yes, I'd rather mine for you than bother setting up accounts. Wink

WALLET--

You would be solo-mining with your own VTC wallet.  My wallet is not open to the web; lag would likely ruin the setup anyway.

My configuration file for a single GTX 960, saved as solo-vtc.conf:

{
   "url" : "192.168.1.111:5888",
   "user" : "yourname",
   "pass" : "x",
   "algo" : "lyra2v2",
   "devices" : "0",
   "intensity" : "19",
   "cpu-priority" : 5,
   "cpu-mining" : "true",
      
   "api-bind" : "0"
}

My batch file, saved as "solo-vtc.bat":

:loop

ccminer.exe -c solo-vtc.conf

pause
goto loop

My Vertcoin wallet configuration file, saved as "vertcoin.conf" in ...appdata/roaming/vertcoin under the login user's name:

server=1
rpcuser=yourname
rpcpassword=x
rpcallowip=192.168.1.*

The example IP of the server in the miner's configuration file must match the LAN IP address of the computer with the VTC wallet.   You don't need to assign a port in the wallet configuration file, "5888" is the default VTC RPC port.  You must name the wallet configuration file "vertcoin.conf" for it to be found by default.  This particular setup is for the VTC wallet computer, and the GTX 960 on the same computer.  I ponted my other rigs in my LAN at this same computer with no problem in communications.  Each rig crashed at least once.


--scryptr
member
Activity: 70
Merit: 10
This is a bug T Nelson is good at finding..

Solomine in a testnet with low hashrate. Probobly a division by zero or something in the hashrate statistics.

Someone hook me up with a precise test case and I'll take a look.  Full command line should do it.  Yes, I'd rather mine for you than bother setting up accounts. Wink
legendary
Activity: 1400
Merit: 1050
Guys what i'm doing wrong...
git clone https://github.com/sp-hash/ccminer.git
./autogen.sh
./configure.sh
everything is fine here.
but when i try to make:
Code:
/usr/local/cuda/bin/nvcc -gencode=arch=compute_52,code=\"sm_52,compute_52\" -gencode=arch=compute_50,code=\"sm_50,compute_50\" -I/usr/local/cuda/include -I. -O3 -Xcompiler -Wall  --ptxas-options="-v" --maxrregcount=128 -o heavy/heavy.o -c heavy/heavy.cu
nvcc fatal   : Unsupported gpu architecture 'compute_52'
make[2]: *** [heavy/heavy.o] Error 1


i'm using GTX 750Ti card and
Code:
nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2014 NVIDIA Corporation
Built on Thu_Jul_17_21:41:27_CDT_2014
Cuda compilation tools, release 6.5, V6.5.12

Thanks
you need to use a cuda 6.5 version which support compute 5.2 (there is another one released before the 900's were out which doesn't support it)

as said in the previous message you can also compile it only for compute 5.0
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
the 750ti is a compute 50 card

you should use compute_50
Jump to: