Cuda29 wont work

Hello,
I get these errors:

2018-12-09 02:25:43.856 [info] <0.31467.0>@aec_pow_cuckoo:generate_int:223 Executing cmd: “./cuda29 -h 5A57696D687A32394B4358567A644E4B776F4E3477733369714E416369446E55633541433744767A566D4D3D -n 3084450774668024932 -r 17 -d 0”
2018-12-09 02:25:43.864 [error] <0.31467.0>@aec_pow_cuckoo:wait_for_result:431 OS process died: {status,35}
2018-12-09 02:25:43.957 [info] <0.31469.0>@aec_pow_cuckoo:generate_int:223 Executing cmd: “./cuda29 -h 5A57696D687A32394B4358567A644E4B776F4E3477733369714E416369446E55633541433744767A566D4D3D -n 3084450774668024949 -r 17 -d 1”
2018-12-09 02:25:43.963 [error] <0.31469.0>@aec_pow_cuckoo:wait_for_result:431 OS process died: {status,35}
2018-12-09 02:25:44.058 [info] <0.31471.0>@aec_pow_cuckoo:generate_int:223 Executing cmd: “./cuda29 -h 5A57696D687A32394B4358567A644E4B776F4E3477733369714E416369446E55633541433744767A566D4D3D -n 3084450774668024966 -r 17 -d 2”
2018-12-09 02:25:44.064 [error] <0.31471.0>@aec_pow_cuckoo:wait_for_result:431 OS process died: {status,35}
2018-12-09 02:25:44.159 [info] <0.31473.0>@aec_pow_cuckoo:generate_int:223 Executing cmd: “./cuda29 -h 5A57696D687A32394B4358567A644E4B776F4E3477733369714E416369446E55633541433744767A566D4D3D -n 3084450774668024983 -r 17 -d 3”
2018-12-09 02:25:44.167 [error] <0.31473.0>@aec_pow_cuckoo:wait_for_result:431 OS process died: {status,35}
2018-12-09 02:25:44.260 [info] <0.31475.0>@aec_pow_cuckoo:generate_int:223 Executing cmd: “./cuda29 -h 5A57696D687A32394B4358567A644E4B776F4E3477733369714E416369446E55633541433744767A566D4D3D -n 3084450774668025000 -r 17 -d 4”
2018-12-09 02:25:44.268 [error] <0.31475.0>@aec_pow_cuckoo:wait_for_result:431 OS process died: {status,35}

any idea what can cause this? “os process died”

cuda92 installed, nvidia 396 installed… Ubuntu 16.04

try to call the program yourself with those parameters and see what it is telling you.

well that was the problem.

I tried running:
./cuda29 -h 5A57696D687A32394B4358567A644E4B776F4E3477733369714E416369446E55633541433744767A566D4D3D -n 3084450774668024932 -r 17 -d 0
in the terminal, and response was ‘empty’

try calling it with -s or without parameters see if it works

empty:
$ ./lib/aecuckoo-0.1.0/priv/bin/cuda29
$

$ ./lib/aecuckoo-0.1.0/priv/bin/cuda29 -s
SYNOPSIS
cuda30 [-d device] [-E 0-2] [-h hexheader] [-m trims] [-n nonce] [-r range] [-U seedAblocks] [-u seedAthreads] [-v seedBthreads] [-w Trimthreads] [-y Tailthreads] [-Z recoverblocks] [-z recoverthreads]
DEFAULTS
cuda30 -d 0 -E 0 -h “” -m 176 -n 0 -r 1 -U 4096 -u 256 -v 128 -w 512 -y 1024 -Z 1024 -z 1024

$ ./lib/aecuckoo-0.1.0/priv/bin/cuda29 -d 0 -E 0 -h “” -m 176 -n 0 -r 1 -U 4096 -u 256 -v 128 -w 512 -y 1024 -Z 1024 -z 1024
$

./cuda29 should return a test and say it found no solutions, if it is not running you have something fundamentally wrong with your setup, maybe a missing library? or low memory? or something else?

binary seems to be running and not corrupted, but it is not working.

rig has 8GB ram;
ubuntu 16.04
all compiled successfully…

how much FREE HDD space should I have?
There was like 10gb. maybe it’s LOW?

thank you

5gb ram and about 8gb video ram is all you should need for 1 gpu.

I only tried on 18.04

okay. will leave it for now. can’t find a sollution. probably only reinstlal will fix that :slight_smile: