Post
Topic
Board Mining (Altcoins)
Re: Open Source XPM (Primecoin) GPU Miner & Pool xpmforall.org
by
abrgeza
on 10/03/2018, 08:05:05 UTC
what is the best setting for 1080ti

try this settings in config.txt:

onCrash = "1";
platform = "nvidia";
cpuload = "1";
target = "10";
sieveSize = "420";
weaveDepth = "65536";
width = "20";
windowSize = "12284";
devices = ["1", "1", "1", "1", "1", "1"];
sieveprimorial = ["13", "13", "13", "13", "13", "13"];
sievePerRound = ["5", "5", "5", "5", "5", "5"];

1. run DDU in safe mode and uninstall all nvidia driver
2. reboot and install driver 372.54
3. put this into .bat file:
    @echo off
    color 02
    setx GPU_FORCE_64BIT_PTR 1
    setx GPU_MAX_ALLOC_PERCENT 100
    setx GPU_USE_SYNC_OBJECTS 1
    setx GPU_MAX_HEAP_SIZE 100
    echo XPMclient NVidia
    ping -n 10 127.0.0.1>nul
    echo XPMclient NVidia
    start xpmclient
    :1
    ping -n 10 127.0.0.1>nul
    tasklist | find /i "xpmclient.exe"  || echo %date% %time% restart >> log.txt && start xpmclient.exe
    goto 1
4. run .bat file and compile kernel
5. close xpmclient and .bat file
6. run DDU in safe mode and uninstall all nvidia driver
7. reboot and install driver 388.71
8. run .bat file and inform us what is your cpd

works fine on win10