aceneun / sgminer-gm-x16r

GNU General Public License v3.0
30 stars 54 forks source link

Drops back to command prompt #1

Open tomjrti opened 6 years ago

tomjrti commented 6 years ago

For me on an Windows 10 with an AMD FX-8320E, RX 550 I just get dropped back to the command prompt after the * Using Jansson 2.70 message.

Command line used: sgminer.exe -k x16r -o stratum+tcp://miningpanda.site:3636 -u myaddress... -p x -d 0 -I 19

Have tried it with gpu-platform and different device flags, but the command line above is the correct command line for my system. I have used other sgminer builds without issue in the past.

rweijnen commented 6 years ago

logfile.txt I have the same behaviour as @tomjrti see attached logfile for more details.

My system has 6x AMD RX580

tomjrti commented 6 years ago

Ok, here is the logfile.

logfile.txt

Does not appear to be exactly the same as rweijen for me as I get a bit further.

3cola commented 6 years ago

if you are on linux, compiling as follow helped me to solve this issue :

git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure --disable-adl --disable-git-version
make

hope this helped...

tomjrti commented 6 years ago

No, I am not, but I will try that in Ubuntu on Windows.