Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 870. (Read 3426922 times)

member
Activity: 66
Merit: 10
member
Activity: 112
Merit: 10
latest git commit for 2014-02-07 gives me a segmentation fault!!
actually any build after 2014-02-04 gives me a segmentation fault

hmm, does it print any message before crashing?

if you build yourself, try adding debug info and running it in gdb

Christian


this is what I see:

*** CudaMiner for nVidia GPUs by Christian Buchner ***
                This is version 2014-02-07 (beta)
   based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
       Cuda additions Copyright 2013,2014 Christian Buchner
     LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
     BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
     YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-02-07 18:59:30] 1 miner threads started, using 'keccak' algorithm.
[2014-02-07 18:59:30] DEBUG: got new work in 2 ms
[2014-02-07 18:59:30] GPU #0: GeForce GTX 560 Ti with compute capability 2.1
[2014-02-07 18:59:30] GPU #0: interactive: 1, tex-cache: 1D, single-alloc: 1
[2014-02-07 18:59:30] GPU #0: 32 hashes / 0.0 MB per warp.
[2014-02-07 18:59:30] GPU #0: using launch configuration F1200x16
Segmentation fault (core dumped)

and doesnt matter what F I choose

Most likely a missing dynamic libraries.
what do you have in your LD_LIBRARY_PATH ?

/usr/local/cuda-5.5/lib64

but it gives a different error when libraries are missing
hero member
Activity: 840
Merit: 1000
Yay my BTC transaction just confirmed. I guess i am going to sell more.
hero member
Activity: 756
Merit: 502
cbuchner1, how do you solomine with a wallet running on a diff pc?


use rpcallowip to enable access from your local address range, e.g. rpcallowip=192.168.0.*

point cudaminer on another machine to the IP address/port where the wallet runs.

use rpcthreads=N to increase the number of allowed RPC connections above the default of 4, if needed.

full member
Activity: 140
Merit: 100
cbuchner1, how do you solomine with a wallet running on a diff pc?

Let's say you have a computer on ip address 192.168.1.11 that is running the wallet. In the wallet conf file make sure you configure it so it has a conf like this:

Code:
rpcuser=enterusername
rpcpassword=enterpassword
rpcallowip=*
server=1
daemon=1
rpcport=8669

The in cudaminer on the remote machine do something like:

cudaminer --algo=keccak -o http://192.168.1.11:8669 -u enterusername -p enterpassword

Don't forget to modify the above command to include the config for your card to get the most out of it as a keccak does not support autotune yet as far as I know.
legendary
Activity: 1400
Merit: 1050
latest git commit for 2014-02-07 gives me a segmentation fault!!
actually any build after 2014-02-04 gives me a segmentation fault

hmm, does it print any message before crashing?

if you build yourself, try adding debug info and running it in gdb

Christian


this is what I see:

*** CudaMiner for nVidia GPUs by Christian Buchner ***
                This is version 2014-02-07 (beta)
   based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
       Cuda additions Copyright 2013,2014 Christian Buchner
     LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
     BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
     YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-02-07 18:59:30] 1 miner threads started, using 'keccak' algorithm.
[2014-02-07 18:59:30] DEBUG: got new work in 2 ms
[2014-02-07 18:59:30] GPU #0: GeForce GTX 560 Ti with compute capability 2.1
[2014-02-07 18:59:30] GPU #0: interactive: 1, tex-cache: 1D, single-alloc: 1
[2014-02-07 18:59:30] GPU #0: 32 hashes / 0.0 MB per warp.
[2014-02-07 18:59:30] GPU #0: using launch configuration F1200x16
Segmentation fault (core dumped)

and doesnt matter what F I choose

Most likely a missing dynamic libraries.
what do you have in your LD_LIBRARY_PATH ?
hero member
Activity: 840
Merit: 1000
where are u mining ?

1gh down
ypool down

rocketpool is up

source maxcoin twitter feed
full member
Activity: 140
Merit: 100
Is there an alt address for 1ghz? If so, can someone pm it to me.
member
Activity: 84
Merit: 10
cbuchner1, how do you solomine with a wallet running on a diff pc?
hero member
Activity: 756
Merit: 502
Guys, I'm going to bed now.

Should I leave miner retrying on 1gh or when it eventually comes back will addresses/parameters have to be changed and my miner wont auto pick up again?

retrying should work. it does so every 15 minutes.
member
Activity: 112
Merit: 10
latest git commit for 2014-02-07 gives me a segmentation fault!!
actually any build after 2014-02-04 gives me a segmentation fault

hmm, does it print any message before crashing?

if you build yourself, try adding debug info and running it in gdb

Christian


this is what I see:

*** CudaMiner for nVidia GPUs by Christian Buchner ***
                This is version 2014-02-07 (beta)
   based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
       Cuda additions Copyright 2013,2014 Christian Buchner
     LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
     BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
     YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-02-07 18:59:30] 1 miner threads started, using 'keccak' algorithm.
[2014-02-07 18:59:30] DEBUG: got new work in 2 ms
[2014-02-07 18:59:30] GPU #0: GeForce GTX 560 Ti with compute capability 2.1
[2014-02-07 18:59:30] GPU #0: interactive: 1, tex-cache: 1D, single-alloc: 1
[2014-02-07 18:59:30] GPU #0: 32 hashes / 0.0 MB per warp.
[2014-02-07 18:59:30] GPU #0: using launch configuration F1200x16
Segmentation fault (core dumped)

and doesnt matter what F I choose
hero member
Activity: 938
Merit: 1000
The biggest pool ypool and his brother 1gh were ddosed to doom just because of Maxcoin.

Really crazy this world  Grin.

Having fun solomining people. But I will pass.
newbie
Activity: 56
Merit: 0
where are u mining ?

1gh down
ypool down
newbie
Activity: 23
Merit: 0
Difficulty back up, past 1,000.

My wallet says 694, I doubt it will get back to 1000 until 1gh is back up, or another cuda friendly pool shows itself.

type getmininginfo in the debug console of the wallet. Help-> Debug window -> console
hero member
Activity: 756
Merit: 502

And how can i see if i find a share or a block ? will be writen on cudaminer ?

every Yay! is a found block, every Boo! means stale work.

A found block can mature and you get 96 MAX, or it can become orphaned and you get nothing.

I suggest running cudaminer with -q so you will get only Yay!'s printed to the console. But
expect a long time between Yay!s..

Christian
newbie
Activity: 59
Merit: 0
Hi there, i'm not sure if i'm doing right tryin' to solomine.

cudaminer -q -C 1 --algo=keccak -d 0 -i 0 -m 1 -L 256 -l K1024x32 --no-autotune -o http://localhost:8331 -u secretuser -p pass

My question is "is i'm mining solo or it doesn't work with what i'm doing ?

you're doing right, except for posting your password to the Internet. You know that RPC port may be reachable from the outside, and then anyone can initiate transactions from your wallet.

Use a Firewall and please please use a safe password and never post it publicly.

Christian


thx, it isnt my real user and password for the RPC, i just placed generic one for the question Wink


And how can i see if i find a share or a block ? will be writen on cudaminer ?
hero member
Activity: 756
Merit: 502
latest git commit for 2014-02-07 gives me a segmentation fault!!
actually any build after 2014-02-04 gives me a segmentation fault

hmm, does it print any message before crashing?

if you build yourself, try adding debug info and running it in gdb

Christian
hero member
Activity: 756
Merit: 502
Hi there, i'm not sure if i'm doing right tryin' to solomine.

cudaminer -q -C 1 --algo=keccak -d 0 -i 0 -m 1 -L 256 -l K1024x32 --no-autotune -o http://localhost:8331 -u secretuser -p pass

My question is "is i'm mining solo or it doesn't work with what i'm doing ?

you're doing right, except for posting your password to the Internet. You know that RPC port may be reachable from the outside, and then anyone can initiate transactions from your wallet.

Use a Firewall and please please use a safe password and never post it publicly.

Christian
newbie
Activity: 35
Merit: 0
Difficulty back up, past 1,000.
member
Activity: 112
Merit: 10
running gtx560ti on linux with 2014-02-04 with ./cudaminer --algo=keccak -H 2 -C 1 -i 1 -l F1200x16 -L 256
and it runs fine :

GPU #0: GeForce GTX 560 Ti, 79537 khash/s

but not really sure if its working even if it looks like it.

latest git commit for 2014-02-07 gives me a segmentation fault!!

actually any build after 2014-02-04 gives me a segmentation fault
Jump to: