Post
Topic
Board Mining (Altcoins)
Re: TT-Miner 3.0.1: Win&IX ProgPoW(Z,092), MTP, LYRA2V3, UBQHASH, TETHASHV1
by
TimothyR
on 07/08/2019, 14:08:45 UTC
Hello again, I have second problem Smiley

Ubuntu 16.04
tt-miner version with cuda 10.0 libraries
ETHASH, MTP and UBQ mining work fine, but progpow problem with segfault ;-/

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./; export LD_LIBRARY_PATH;
./TT-Miner -a PROGPOW-100 -o bci.suprnova.cc:9166 -u iD8HieGcYh4dcnbYy3U9FZsPfiaSu4nrty -p x

Code:
****************** Mining-Pool information
ID:00 - Primary pool:  bci.suprnova.cc:9166 - Set Stratum communication to default: Stratum
             -Wallet:  iD8HieGcYh4dcnbYy3U9FZsPfiaSu4nrty
             -Worker:

No backup pool defined

****************** Algo information
Algo/Cuda detection:   User defined / command line
Algo/Cuda loaded:      ProgPoW (Programmatic Proof-of-Work) (CUDA 10.0)

****************** Apply settings
Selected coin to mine:         default
Set process priority:          default
Avg. performance timeframe:    2 minutes
Performance summary(sec.):     15 seconds
Performance summary(shares):   disabled
Report Hashrate to pool:       disabled
Drop stalled shares:           disabled
Temp control:                  disabled
API-Interface:                 disabled
Use intensity (-1 default):     -1  -1  -1  -1  -1  -1
Use gridsize (-1 default):      -1  -1  -1  -1  -1  -1
Use compute-ver. (-1 default):  -1  -1  -1  -1  -1  -1

****************** Start mining
16:01:14 Pool[0]: Connecting to bci.suprnova.cc:9166 - PoolID: 0
16:01:14 Pool[0]: Connected to: bci.suprnova.cc:9166 - IP4/6: 54.37.81.148
16:01:14 Pool[0]: Protocol: Stratum
16:01:14 Pool[0]: Subscribed to bci.suprnova.cc:9166
16:01:14 Pool[0]: difficulty changed from 0.000 H to 33.554 MH
Segmentation fault

My friend on other distro (5.1.16-arch1-1-ARCH) just run (same prepared package by me, and same command line parameters, and same cuda 10.0 libraries included) and mining without any errors.